Releases
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.