Releases the resources for the specified HTTP request handle.

Syntax

void HTTP_CloseRequest(
  HTTP_REQUEST_HANDLE handle
);

Parameters

handle
[in] Specify the HTTP request handle obtained by the HTTP_CreateRequest function.

Return value

None.

Remarks

Releases the resource of the HTTP request handle specified by handle. Note that this function also releases the memories returned by the HTTP_GetResponse function.
If you get the HTTP request handle other than NULL with the HTTP_CreateRequest function, be sure to call this function to release the resources.

Requirements

Header file:
lib.h
http_request.h
Library file:
libHttpRequest.a
libSTARTUPOPH5000.a


Last updated: 2020/10/17