Skip to main content
Module

x/drash/src/modules/builders/ResponseBuilder.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/builders/ResponseBuilder.ts";

Classes

A builder to help build a Response object. This is useful if the response's data needs to be modified throughout a lifecycle, but not instantiated into a Response object until required.

Functions

Get a Response builder.