Skip to main content

AuthenticationHeaders

Overview

Usage

import { AuthenticationHeaders } from 'keywork/http/headers'

Properties

Authorization

Authorization: `string`

Contains the credentials to authenticate a user-agent with a server.

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