[][src]Module headers::authorization

Authorization header and types.

Structs

Authorization

Authorization header, defined in RFC7235

Basic

Credential holder for Basic Authentication

Bearer

Token holder for Bearer Authentication, most often seen with oauth

Traits

Credentials

Credentials to be used in the Authorization header.