0.20 2017-07-18T03:54:04Z
- [fixed] Throws exception when psgi.input is undef #6
- [fixed] dechunk loop can stuck on empty chunked post #7
0.19 2017-02-07T08:19:45Z
- Adjust tests for module load from a relative path when . is not in @INC (Thank you toddr)
Upstream changes:
0.18 2016-10-03T04:36:04Z
- Use a better tempdir, fix some documentation, and make json test more readable #4 (Thank you karenetheridge)
HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module
also has compatibility with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
reads HTTP entity from PSGI's env $env->{'psgi.input'} and parse it.
This module support application/x-www-form-urlencoded, multipart/form-data
and application/json.