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