Skip to main content

esp_http_client_is_persistent_connection

Function esp_http_client_is_persistent_connection 

Source
pub unsafe extern "C" fn esp_http_client_is_persistent_connection(
    client: esp_http_client_handle_t,
) -> bool
Expand description

@brief Check if persistent connection is supported by the server

@param[in] client The HTTP client handle

@return true if persistent connection is supported, false otherwise