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

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

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

Parameters

context: Context
optional
value: Value

Returns

Promise<Response | void> | Response | void