Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/xserver/src/mod.ts>Handle.default

X-Server a Deno server module with middleware
Go to Latest
type alias Handle.default
import { type Handle } from "https://deno.land/x/xserver@1.2.0/src/mod.ts";
const { default } = Handle;
definition: (context: Context) => Promise<Response | void> | Response | void