Skip to main content
Module

x/xserver/mod.ts>plugin.default

X Server with session and spa plugins
Go to Latest
class plugin.default
Abstract
import { plugin } from "https://deno.land/x/xserver@0.2.1/mod.ts";
const { default } = plugin;

Properties

readonly
any
readonly
connect
readonly
data: Record<string, Map<string, Data>>
readonly
delete
readonly
get
readonly
head
readonly
options
readonly
patch
readonly
post
readonly
put
readonly
trace

Methods

abstract
handle(context: Context, data?: Data): Promise<Response | void> | Response | void