Module

x/oak/forwarded.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
import * as mod from "https://dotland.deno.dev/x/oak@v13.2.1/forwarded.ts";

Provides utilities for parsing and validating the Forwarded header.

Functions

Parse the Forwarded header field value into an array of objects. If the value is not parsable, undefined is returned.