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

x/workers_middleware/index.ts>BodyParsable

Placeholder for Worker-based middleware solution
Latest
type alias BodyParsable
import { type BodyParsable } from "https://deno.land/x/workers_middleware@v0.1.0-pre.36/index.ts";
definition:
| FORM
| FORM_DATA
| JSON
| BINARY
| X_BINARY
| `application/${string}+json`
| `text/${string}`