Skip to main content
Module

std/http/_negotiation/encoding.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.152.0/http/_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.