# @wooksjs/http-body

<p align="center">
<img src="../../wooks-logo.png" width="450px"><br>
<a  href="https://github.com/wooksjs/wooksjs/blob/main/LICENSE">
    <img src="https://img.shields.io/badge/License-MIT-green?style=for-the-badge" />
</a>
</p>

Composable body parser for [@wooksjs/event-http](https://github.com/wooksjs/wooksjs/tree/main/packages/event-http). Supports JSON, text, multipart/form-data, and URL-encoded content types. Parsing is lazy — the body is only read when you call `parseBody()`.

## Installation

```sh
npm install @wooksjs/http-body
```

## Documentation

For full documentation, visit [wooks.moost.org/webapp/body](https://wooks.moost.org/webapp/body).

## License

MIT
