Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/masx200_deno_http_middleware/body/bodyToJSON.ts>bodyToJSON

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

Type Parameters

optional
T = any

Parameters

optional
body: BodyInit | null
optional
headers: HeadersInit

Returns

Promise<T>