Function esp_idf_hal::sys::esp_http_client_get_username
source ยท pub unsafe extern "C" fn esp_http_client_get_username(
client: *mut esp_http_client,
value: *mut *mut i8,
) -> i32
Expand description
@brief Get http request username.
The address of username buffer will be assigned to value parameter.
This function must be called after esp_http_client_init
.
@param[in] client The esp_http_client handle @param[out] value The username value
@return - ESP_OK - ESP_ERR_INVALID_ARG