We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void CALL_HTTP_DISCONNECT
Closes connection open with CALL_HTTP.
None
while ( !all_sent ) { CALL_HTTP(data, NULL, "POST", url, true); // error handling omitted } CALL_HTTP_DISCONNECT;