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

x/xserver/src/mod.ts>plugin.default#handle

X-Server a Deno server module with middleware
Go to Latest
method plugin.default.prototype.handle
import { plugin } from "https://deno.land/x/xserver@5.3.4/src/mod.ts";
const { default } = plugin;

Parameters

context: Context
optional
value: V

Returns

Promise<Response | void> | Response | void