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

x/masx200_deno_http_middleware/mod.ts>bodyToBuffer

Deno 原生 HTTP 服务器的中间件框架
Go to Latest
function bodyToBuffer
Re-export
import { bodyToBuffer } from "https://deno.land/x/masx200_deno_http_middleware@2.2.2/mod.ts";

Parameters

optional
body: BodyInit | null

Returns

Promise<Uint8Array>