import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/http/server.ts";
Interfaces
Represents the network address of a connection peer. | |
Represents the context of an HTTP request. It provides additional information about the request and allows for upgrading the connection to a WebSocket. | |
Options for serving HTTP requests, used by serve. | |
Options for serving static files, used by serveStatic. |
Type Aliases
The handler for processing errors happened during processing HTTP requests. | |
The handler for processing HTTP requests. |