pub unsafe extern "C" fn esp_http_client_get_status_code(
    client: *mut esp_http_client
) -> i32
Expand description

@brief Get http response status code, the valid value if this function invoke after esp_http_client_perform

@param[in] client The esp_http_client handle

@return Status code