Skip to main content
Module

x/darkflare/mod.ts>Get

The API Engine
Go to Latest
variable Get
import { Get } from "https://deno.land/x/darkflare@v6.0.0/mod.ts";

type

<B = unknown, Q = unknown, H = unknown, C = unknown, P = unknown>(schema: { body?: B; query?: Q; headers?: H; cookies?: C; parameters?: P; }, handler: (ctx: DarkflareContext<B, Q, H, C, P>) => unknown | Promise<unknown>) => unknown