Function esp_idf_sys::esp_http_client_set_password
source ยท pub unsafe extern "C" fn esp_http_client_set_password(
client: esp_http_client_handle_t,
password: *const c_char,
) -> esp_err_t
Expand description
@brief Set http request password. The value of password parameter will be assigned to password buffer. If the password parameter is NULL then password buffer will be freed.
@param[in] client The esp_http_client handle @param[in] password The password value
@return - ESP_OK - ESP_ERR_INVALID_ARG