palace_body_parser 1.0.0+1 copy "palace_body_parser: ^1.0.0+1" to clipboard
palace_body_parser: ^1.0.0+1 copied to clipboard

Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies.

PART OF QUEEN PALACE 🏰 #

Parse request bodies and query strings in Dart, as well multipart/form-data uploads. No external dependencies required.

Motivation #

we need some thing line express.js body-parser we found that angle body parser is good enough for us but it was outdated so we forked it and polish the code every thing still the same just

  • removed the unused dependence's
  • support null safety
  • fix dart deprecated issues

Usage #

if you are using palace you don't need this package its already shipped with palace and works fine out of the box else look for the original repository we just polish the code little bit angel body parser

TODO #

  • support null safety
  • remove deprecated issues
  • replace http_server
  • replace http_parser
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http_parser, http_server, mime

More

Packages that depend on palace_body_parser