pub unsafe extern "C" fn esp_http_client_close(
    client: esp_http_client_handle_t
) -> esp_err_t
Expand description

@brief Close http connection, still kept all http request resources

@param[in] client The esp_http_client handle

@return - ESP_OK - ESP_FAIL