f
		    Deno.serve
	      
    Serves HTTP requests with the given handler.
I
I
I
		    Deno.ServeHandlerInfo
	      
    Additional information for an HTTP request and its connection.
I
I
I
		    Deno.ServeTcpOptions
	      
    Options that can be passed to Deno.serve to create a server listening on
a TCP port.
I
		    Deno.ServeUnixOptions
	      
    Options that can be passed to Deno.serve to create a server listening on
a Unix domain socket.
T
		    Deno.ServeHandler
	      
    A handler for HTTP requests. Consumes a request and returns a response.