Module http

Source
Expand description

Auth schemes for the HTTP Authorization header.

Constants§

HTTP_API_KEY_AUTH_SCHEME_ID
Auth scheme ID for HTTP API key based authentication.
HTTP_BASIC_AUTH_SCHEME_ID
Auth scheme ID for HTTP Basic Auth.
HTTP_BEARER_AUTH_SCHEME_ID
Auth scheme ID for HTTP Bearer Auth.
HTTP_DIGEST_AUTH_SCHEME_ID
Auth scheme ID for HTTP Digest Auth.