Releases
v0.7.0
- Add
copy_toand secure localsaveoperations for readable multipart parts and form-data uploads.
v0.6.0
- Rename
Protocol::Multipart::FormData::Parser::CONTENT_TYPEtoMEDIA_TYPE.
v0.5.0
- Add
Protocol::Multipart::LimitErrorfor configured processing limits.
v0.4.0
- Use consistent limit naming for multipart parser constraints.
v0.3.0
- Add a configurable
Protocol::Multipart::FormData::Parserwhich parses a streaming body and explicit boundary into nested arguments. - Use
Protocol::URL::FormData::Nestedso URL-encoded and multipart forms share hierarchy semantics. - Allow
Protocol::Multipart::FormData::Parser#parseto populate a supplied result object.
v0.2.0
- Add strict, policy-driven parsing for parameterized
Content-TypeandContent-Dispositionfields usingProtocol::Multipart::Headers. - Limit multipart preamble size, header size, header count and part count by default.
- Add
Protocol::Multipart::ByteLimitfor limiting streamed multipart content. - Add streaming multipart form-data parsing with field, upload and total content limits.