Function esp_idf_sys::esp_http_client_get_password
source ยท pub unsafe extern "C" fn esp_http_client_get_password(
client: esp_http_client_handle_t,
value: *mut *mut c_char,
) -> esp_err_t
Expand description
@brief Get http request password.
The address of password 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 password value
@return - ESP_OK - ESP_ERR_INVALID_ARG