Skip to main content
Module

x/masx200_deno_http_middleware/response/JSONResponse.ts>JSONResponse

Deno 原生 HTTP 服务器的中间件框架
Latest
function JSONResponse
import { JSONResponse } from "https://deno.land/x/masx200_deno_http_middleware@3.3.0/response/JSONResponse.ts";

Parameters

response: Partial<Response & ResponseInit & { body?: any; }>