class ServeMux
implements Handler
import { ServeMux } from "https://deno.land/x/adoublef@0.0.1/net/mod.ts";
Methods
delete(pattern: string, hf: HandlerFunc)
get(pattern: string, hf: HandlerFunc)
handleFunc(pattern: string, hf: HandlerFunc)
post(pattern: string, hf: HandlerFunc)
put(pattern: string, hf: HandlerFunc)
serveHttp(ctx: RequestContext, unnamed 1?): Promise<void>