class HttpListenerMod
implements IHttpListener
import { HttpListenerMod } from "https://deno.land/x/sptaki@1.2.0/services/mod/mod.ts";
Constructors
new
HttpListenerMod(canHandleOverride: (sessionId: string, req: IncomingMessage) => boolean, handleOverride: () => void)Methods
canHandle(sessionId: string, req: IncomingMessage): boolean
handle(): void