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://dotland.deno.dev/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; }