UNPKG

1.94 kBMarkdownView Raw
1<div align="center">
2 <img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1558612869/adonis-readme_zscycu.jpg" width="600px">
3</div>
4
5<br />
6
7<div align="center">
8 <h3>BodyParser</h3>
9 <p>
10 BodyParser Middleware For AdonisJS with first class support for <strong>file uploads</strong>, <strong>JSON payloads</strong>, <strong>raw body</strong> and standard <strong>form submissions</strong>
11 </p>
12</div>
13
14<br />
15
16<div align="center">
17
18[![gh-workflow-image]][gh-workflow-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![synk-image]][synk-url]
19
20</div>
21
22<div align="center">
23 <h3>
24 <a href="https://adonisjs.com">
25 Website
26 </a>
27 <span> | </span>
28 <a href="https://docs.adonisjs.com/guides/request#request-body">
29 Guides
30 </a>
31 <span> | </span>
32 <a href="CONTRIBUTING.md">
33 Contributing
34 </a>
35 </h3>
36</div>
37
38<div align="center">
39 <sub>Built with ❤︎ by <a href="https://twitter.com/AmanVirk1">Harminder Virk</a>
40</div>
41
42[gh-workflow-image]: https://img.shields.io/github/workflow/status/adonisjs/bodyparser/test?style=for-the-badge
43[gh-workflow-url]: https://github.com/adonisjs/bodyparser/actions/workflows/test.yml "Github action"
44
45[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
46[typescript-url]: "typescript"
47
48[npm-image]: https://img.shields.io/npm/v/@adonisjs/bodyparser/alpha.svg?style=for-the-badge&logo=npm
49[npm-url]: https://www.npmjs.com/package/@adonisjs/bodyparser/v/alpha "npm"
50
51[license-image]: https://img.shields.io/npm/l/@adonisjs/bodyparser?color=blueviolet&style=for-the-badge
52[license-url]: LICENSE.md "license"
53
54[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs/bodyparser?label=Synk%20Vulnerabilities&style=for-the-badge
55[synk-url]: https://snyk.io/test/github/adonisjs/bodyparser?targetFile=package.json "synk"