Please see the project releases for all releases.
- 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.
- 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.
We welcome contributions to this project.
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin my-new-feature). - Create new Pull Request.
To run the test suite:
bundle exec susTo make a new release:
bundle exec bake gem:release:patch # or minor or majorIn order to protect users of this project, we require all contributors to comply with the Developer Certificate of Origin. This ensures that all contributions are properly licensed and attributed.
This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.