Skip to main content
Module

x/oak/forwarded.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
import * as oak from "https://deno.land/x/oak@v12.5.0/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.