Constant hyper::header::AUTHORIZATION [] [src]

pub const AUTHORIZATION: HeaderName = HeaderName{inner: Repr::Standard(StandardHeader::Authorization),}

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.