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

  • x support null safety
  • x remove deprecated issues
  • replace http_server
  • replace http_parser

Libraries

palace_body_parser
A library for parsing HTTP request bodies and queries.