Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drash/src/modules/middleware/AcceptHeader/mod.ts>Options

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
type alias Options
import { type Options } from "https://deno.land/x/drash@v3.0.0-beta.2/src/modules/middleware/AcceptHeader/mod.ts";
definition: { throw_if_accept_header_mismatched?: boolean; throw_if_accept_header_missing?: boolean; }