RequestContextHeaders
Overview
Usage
- Node
- Deno
import { RequestContextHeaders } from 'keywork/http/headers'
import { RequestContextHeaders } from 'https://deno.land/x/keywork/http/headers'
Properties
From
From: `string`
Defined in
http/headers/mod.ts:314
Host
Host: `string`
Specifies the domain name of the server (for virtual hosting), and (optionally) the TCP port number on which the server is listening.
Defined in
http/headers/mod.ts:316
Referer
Referer: `string`
The address of the previous web page from which a link to the currently requested page was followed.
Defined in
http/headers/mod.ts:318
Referrer-Policy
Referrer-Policy: `string`
Governs which referrer information sent in the "Referer"
header should be included with requests made.
Defined in
http/headers/mod.ts:320
User-Agent
User-Agent: `string`
Contains a characteristic string that allows the network protocol peers to identify the application type, operating system, software vendor or software version of the requesting software user agent.
See also the Firefox user agent string reference.
Defined in
http/headers/mod.ts:327
Contains an Internet email address for a human user who controls the requesting user agent.