import { Plugin } from "https://deno.land/x/xserver@5.4.1/src/plugin.ts";
Properties
readonly
any: (path: string, value?: V) => thisreadonly
connect: (path: string, value?: V) => thisreadonly
delete: (path: string, value?: V) => thisreadonly
get: (path: string, value?: V) => thisreadonly
head: (path: string, value?: V) => thisreadonly
options: (path: string, value?: V) => thisreadonly
patch: (path: string, value?: V) => thisreadonly
post: (path: string, value?: V) => thisreadonly
put: (path: string, value?: V) => thisreadonly
trace: (path: string, value?: V) => this