import * as masx200DenoHttpMiddleware from "https://deno.land/x/masx200_deno_http_middleware@2.2.2/deps.ts";
Variables
A record of all the status codes text. |
Functions
Make an assertion, error will be thrown if | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that | |
Encodes | |
f html | Create an HTML response. Content-Type is set to "text/html; charset=utf-8" unless explicitly set. |
f json | Create a JSON response. Content-Type is set to "application/json; charset=utf-8" unless explicitly set. |
f text | Create a text response. Content-Type is set to "text/plain; charset=utf-8" unless explicitly set. |