CurlAsync.reinvokeStatus()
DESCRIPTION
Reinvoke the request and if successful return the status code of the HTTP response.
This must be called from the callback of a previous request and is a direct blocking invocation of the curl_easy_perform().
DECLARATION
void reinvokeStatus(CURLcode* code, uint16_t* status)
PARAMETERS
code:
- Where to store the curl code returned by curl_easy_perform()
status:
- Where to store the HTTP response status if a response was received successfully.