Constant tauri::api::http::header::AUTHORIZATION

source ·
pub const AUTHORIZATION: HeaderName;
Available on crate feature http-api only.
Expand description

Contains the credentials to authenticate a user agent with a server.

Usually this header is included after the server has responded with a 401 Unauthorized status and the WWW-Authenticate header.