class Plugin.defaultAbstractimport { Plugin } from "https://deno.land/x/xserver@5.2.2/src/mod.ts"; const { default } = Plugin; Type ParametersoptionalV = anyPropertiesreadonlyanyreadonlyconnectreadonlydata: Record<string, Map<string, any>>readonlydeletereadonlygetreadonlyheadreadonlyoptionsreadonlypatchreadonlypostreadonlyputreadonlytraceMethodsabstracthandle(context: Context, value?: V): Promise<Response | void> | Response | void