import * as mod from "https://dotland.deno.dev/std@0.215.0/http/server.ts"; ClassescServerdeprecatedUsed to construct an HTTP server. FunctionsfservedeprecatedServes HTTP requests with the given handler. fserveListenerdeprecatedConstructs a server, accepts incoming connections on the given listener, and handles requests on these connections with the given handler. fserveTlsdeprecatedServes HTTPS requests with the given handler. InterfacesIConnInfodeprecatedInformation about the connection a request arrived on. IServeInitdeprecatedAdditional serve options. IServeListenerOptionsdeprecatedAdditional serve listener options. IServerInitdeprecatedOptions for running an HTTP server. IServeTlsInitdeprecatedInitialization parameters for serveTls. Type AliasesTHandlerdeprecatedA handler for HTTP requests. Consumes a request and connection information and returns a response.