Skip to main content
Module

x/alosaur/src/deps.ts

Alosaur - Deno web framework with many decorators
Go to Latest
import * as alosaur from "https://deno.land/x/alosaur@v0.31.0/src/deps.ts";

Classes

Reader for parsing multipart/form-data

Functions

Given an extension or media type, return the full Content-Type header string. Returns undefined if not resolvable.

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.