Module http

Source
Available on crate features client and http-auth only.
Expand description

Auth scheme implementations for HTTP API Key, Basic Auth, Bearer Token, and Digest auth.

Structs§

ApiKeyAuthScheme
Auth implementation for Smithy’s @httpApiKey auth scheme
BasicAuthScheme
Auth implementation for Smithy’s @httpBasicAuth auth scheme
BearerAuthScheme
Auth implementation for Smithy’s @httpBearerAuth auth scheme
DigestAuthScheme
Auth implementation for Smithy’s @httpDigestAuth auth scheme

Enums§

ApiKeyLocation
Destination for the API key