Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
import * as drash from "https://deno.land/x/drash@v3.0.0-beta.2/src/modules/chains/RequestChain/mod.native.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.