Skip to main content
Module

x/workers_middleware/content-negotiation.ts

Placeholder for Worker-based middleware solution
Latest
import * as workersMiddleware from "https://deno.land/x/workers_middleware@v0.1.0-pre.36/content-negotiation.ts";

Functions

Determines if a request body content type is acceptable to this endpoint.

Determines if a request body content encoding is acceptable to this endpoint.

Determines if a request body content language is acceptable to this endpoint.

Performs content negotiation over the content encoding of the response.

Performs content negotiation over the content language of the response.

Performs content negotiation over the content type of the response.

Performs content negotiation over the content type of the response.

Performs content negotiation over the content encoding of the response.

Performs content negotiation over the content language of the response.