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

x/masx200_deno_http_middleware/body/bodyToText.ts>bodyToText

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

Parameters

optional
body: BodyInit | null
optional
headers: HeadersInit

Returns

Promise<string>