Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

Forwarded: string

Contains information from the client-facing side of proxy servers that is altered or lost when a proxy is involved in the path of the request.

X-Forwarded-For: string

Identifies the originating IP addresses of a client connecting to a web server through an HTTP proxy or a load balancer.

X-Forwarded-Host: string

Identifies the original host requested that a client used to connect to your proxy or load balancer.

X-Forwarded-Proto: string

Identifies the protocol (HTTP or HTTPS) that a client used to connect to your proxy or load balancer.

Via: string

Added by proxies, both forward and reverse proxies, and can appear in the request headers and the response headers.