import * as deno from "https://deno.land/x/deno@v0.28.0/std/http/mod.ts";
Functions
Set the cookie header properly in the Response to delete it | |
Parse the cookies of the Server Request | |
Create an HTTPS server with given options and request handler | |
ParseHTTPVersion parses a HTTP version string. "HTTP/1.0" returns (1, 0, true). Ported from https://github.com/golang/go/blob/f5c43b9/src/net/http/request.go#L766-L792 | |
Start a HTTP server | |
Create an HTTPS server with given options | |
Set the cookie header properly in the Response | |
Type Aliases
Options for creating an HTTPS server. | |