Skip to main content
Module

x/workers_middleware/body-parser.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/body-parser.ts";
definition:
| FORM
| FORM_DATA
| JSON
| BINARY
| X_BINARY
| `application/${string}+json`
| `text/${string}`