Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/masx200_deno_http_middleware/mod.ts

Deno 原生 HTTP 服务器的中间件框架
Go to Latest
import * as masx200DenoHttpMiddleware from "https://deno.land/x/masx200_deno_http_middleware@2.2.2/mod.ts";

Functions

Create an HTML response. Content-Type is set to "text/html; charset=utf-8" unless explicitly set.

Create a JSON response. Content-Type is set to "application/json; charset=utf-8" unless explicitly set.

Create a text response. Content-Type is set to "text/plain; charset=utf-8" unless explicitly set.