AuthenticationHeaders
Overview
Usage
- Node
- Deno
import { AuthenticationHeaders } from 'keywork/http/headers'
import { AuthenticationHeaders } from 'https://deno.land/x/keywork/http/headers'
Properties
Authorization
Authorization: `string`
Defined in
http/headers/mod.ts:79
Proxy-Authenticate
Proxy-Authenticate: `string`
Defines the authentication method that should be used to access a resource behind a proxy server.
Defined in
http/headers/mod.ts:81
Proxy-Authorization
Proxy-Authorization: `string`
Contains the credentials to authenticate a user agent with a proxy server.
Defined in
http/headers/mod.ts:83
WWW-Authenticate
WWW-Authenticate: `string`
Defines the authentication method that should be used to access a resource.
Defined in
http/headers/mod.ts:77
Contains the credentials to authenticate a user-agent with a server.