import * as alosaur from "https://deno.land/x/alosaur@v0.33.0/src/deps.ts";
Classes
A variable-sized buffer of bytes with | |
Reader for parsing multipart/form-data | |
Functions
Given an extension or media type, return the full | |
Parse the cookies of the Server Request | |
Create a | |
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. |