1 | # @adonisjs/bodyparser
|
2 |
|
3 | <br />
|
4 |
|
5 | [![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
|
6 |
|
7 | ## Introduction
|
8 | This repo provides the BodyParser middleware to process AdonisJS HTTP request body. The middleware has parsers for **JSON**, **URLencoded form**, and **Multipart** content types.
|
9 |
|
10 | ## Official Documentation
|
11 | The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/bodyparser-middleware)
|
12 |
|
13 | ## Contributing
|
14 | One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
|
15 |
|
16 | We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
|
17 |
|
18 | ## Code of Conduct
|
19 | In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).
|
20 |
|
21 | ## License
|
22 | AdonisJS Bodyparser is open-sourced software licensed under the [MIT license](LICENSE.md).
|
23 |
|
24 | [gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/bodyparser/checks.yml?style=for-the-badge
|
25 | [gh-workflow-url]: https://github.com/adonisjs/bodyparser/actions/workflows/checks.yml "Github action"
|
26 |
|
27 | [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
28 | [typescript-url]: "typescript"
|
29 |
|
30 | [npm-image]: https://img.shields.io/npm/v/@adonisjs/bodyparser/alpha.svg?style=for-the-badge&logo=npm
|
31 | [npm-url]: https://www.npmjs.com/package/@adonisjs/bodyparser/v/alpha "npm"
|
32 |
|
33 | [license-image]: https://img.shields.io/npm/l/@adonisjs/bodyparser?color=blueviolet&style=for-the-badge
|
34 | [license-url]: LICENSE.md "license"
|