import * as alosaur from "https://deno.land/x/alosaur@v0.25.0/src/deps.ts";
Functions
Given an extension or media type, return the full | |
Parse the cookies of the Server Request | |
Create a HTTP server |
Interfaces
Interface of HTTP server response. If body is a Reader, response would be chunked. If body is a string, it would be UTF-8 encoded by default. |
Type Aliases
Options for creating an HTTP server. |