Skip to main content
Module

x/oak/negotiation/encoding.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
import * as oak from "https://deno.land/x/oak@v10.6.0/negotiation/encoding.ts";

Functions

Given an Accept-Encoding string, parse out the encoding returning a negotiated encoding based on the provided encodings otherwise just a prioritized array of encodings.