Skip to content

CALL_HTTP_DISCONNECT

Jurek Muszyński edited this page Mar 31, 2022 · 1 revision

void CALL_HTTP_DISCONNECT

Description

Closes connection open with CALL_HTTP.

Returns

None

Example

while ( !all_sent )
{
    CALL_HTTP(data, NULL, "POST", url, true);
    // error handling omitted
}

CALL_HTTP_DISCONNECT;
Clone this wiki locally