import * as masx200DenoHttpMiddleware from "https://deno.land/x/masx200_deno_http_middleware@2.2.2/mod.ts";
Functions
compose middleware https://github.com/koajs/compose | |
f cors | |
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. |