import { plugin } from "https://deno.land/x/xserver@5.3.2/src/mod.ts";
const { default } = plugin;
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