type alias HttpHandlerimport { type HttpHandler } from "https://dotland.deno.dev/x/live@1.107.0/blocks/handler.ts"; definition: <State = any, TConfig = any>(req: Request, ctx: HttpContext<State, TConfig>) => PromiseOrValue<Response>