import * as mod from "https://dotland.deno.dev/std@0.181.0/http/server.ts"; ClassescServerUsed to construct an HTTP server. FunctionsfserveServes HTTP requests with the given handler. fserveListenerConstructs a server, accepts incoming connections on the given listener, and handles requests on these connections with the given handler. fserveTlsServes HTTPS requests with the given handler. InterfacesIConnInfoInformation about the connection a request arrived on. IServeInitAdditional serve options. IServerInitOptions for running an HTTP server. IServeTlsInitType AliasesTHandlerA handler for HTTP requests. Consumes a request and connection information and returns a response.