Skip to main content
Module

x/keywork/http/headers/mod.ts>RequestContextHeaders

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
interface RequestContextHeaders
import { type RequestContextHeaders } from "https://deno.land/x/keywork@v6.0.1/http/headers/mod.ts";

Properties

From: string

Contains an Internet email address for a human user who controls the requesting user agent.

Host: string

Specifies the domain name of the server (for virtual hosting), and (optionally) the TCP port number on which the server is listening.

Referer: string

The address of the previous web page from which a link to the currently requested page was followed.

Referrer-Policy: string

Governs which referrer information sent in the "Referer" header should be included with requests made.

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.