import * as mod from "https://deno.land/std@0.182.0/http/negotiation.ts";
Contains the functions accepts
, acceptsEncodings
, and
acceptsLanguages
to provide content negotiation capabilities.
Functions
Returns an array of media types accepted by the request, in order of preference. If there are no media types supplied in the request, then any media type selector will be returned. | |
Returns an array of content encodings accepted by the request, in order of
preference. If there are no encoding supplied in the request, then | |
Returns an array of languages accepted by the request, in order of
preference. If there are no languages supplied in the request, then |