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