@zero-server/body
v1.0.2
Published
json, urlencoded, text, raw, multipart parsers.
Downloads
1,231
Readme
@zero-server/body
json, urlencoded, text, raw, multipart parsers.
Streaming-aware request body parsers. Includes JSON, URL-encoded forms (flat or nested), plain text, raw bytes, and a multipart/form-data parser with file uploads.
Install
npm install @zero-server/bodyOr install the full SDK to get everything at once:
npm install @zero-server/sdkUsage
const { json, urlencoded, text } = require('@zero-server/body')Public surface
This package provides 5 public exports as a standalone runtime bundle. See the scope page for the full list.
Documentation
License
MIT © Anthony Wiedman
