pub unsafe extern "C" fn esp_http_client_close(
    client: *mut esp_http_client
) -> i32
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