Module

x/drash/src/modules/chains/RequestChain/mod.polyfill.ts

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
import * as mod from "https://dotland.deno.dev/x/drash@v3.0.0-beta.2/src/modules/chains/RequestChain/mod.polyfill.ts";

Classes

This class' purpose is to make importing this module not look and feel weird. For example, we want the import and require statements to look like:

Base class for all HTTP errors in Drash. Use this class to throw uniform HTTP errors.

Functions

Get the builder that builds an HTTP request chain.