Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface IHttpListener
Re-export
import { type IHttpListener } from "https://deno.land/x/sptaki@1.2.0/servers/http/mod.ts";

Methods

canHandle(sessionId: string, req: IncomingMessage): boolean
handle(
sessionId: string,
): void