Skip to main content
Module

x/accepts/deps.ts

Higher level content negotiation for Deno.
Very Popular
Go to Latest
import * as accepts from "https://deno.land/x/accepts@1.0.0/deps.ts";

Functions

f
lookup
deprecated

Given an extension, lookup the appropriate media type for that extension. Likely you should be using contentType() though instead.