Skip to main content
Deno 2 is finally 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@4.1.0/src/mod.ts";
const { default } = Plugin;

Parameters

context: Context
optional
value: Value

Returns

Promise<Response | void> | Response | void