pub unsafe extern "C" fn esp_http_client_set_password(
    client: *mut esp_http_client,
    password: *const i8
) -> i32
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