Skip to main content
Module

x/fen/tool/body.ts>bodyDecoder

a simple web framework for deno
Latest
function bodyDecoder
import { bodyDecoder } from "https://deno.land/x/fen@v0.8.0/tool/body.ts";

decode body if the content-type supported

Parameters

body: Uint8Array

{Uint8Array}

header: Headers

{Headers}