Skip to main content
Module

x/somefn/mod.ts>readBody

some functions for deno
Go to Latest
function readBody
Deprecated
Deprecated

因为 Deno 支持 Request 所以不再需要该功能.

import { readBody } from "https://deno.land/x/somefn@v0.24.1/mod.ts";

[Deno] 解析 JSON 格式的 Deno.Reader 为 JS 对象

Parameters

optional
reqBody: Deno.Reader

Returns

Promise<unknown>