Expand description
Authorization
header and various auth schemes.
Structs§
- Authorization
Authorization
header, defined in RFC 7235- Basic
- Credentials for
Basic
authentication scheme, defined in RFC 7617 - Bearer
- Credentials for
Bearer
authentication scheme, defined in RFC 6750.
Enums§
- Parse
Error - Possible errors while parsing
Authorization
header.
Traits§
- Scheme
- Authentication scheme for
Authorization
header.