pub unsafe extern "C" fn esp_http_client_get_socket(
client: *mut esp_http_client,
) -> i32Expand description
@brief Get the socket from the underlying transport
@param client The HTTP client handle
@return - -1 if the client is NULL or the transport is not initialized - The socket file descriptor if successful