View Single Post
foon
Member
Join Date: Dec 2018
Old 07-22-2020 , 10:39   Re: REST in Pawn 1.2 - HTTP client for JSON REST APIs (Updated 2020/07/16)
Reply With Quote #76

After uploading a file, should we close the handle or is that done automatically?

Code:
void OnImageUploaded(HTTPStatus status, any value)
{
    delete httpClient;
}
foon is offline