content_length_validator 1.1.0 content_length_validator: ^1.1.0 copied to clipboard
Middleware for Shelf and Dart Frog to block too large requests.
1.1.0 #
- Add CI to run tests and linting
- Moved everything to
content_length_validator.dart
- Update Example & Readme
- BREAKING CHANGE
maxContentLength
is now required- Combined
errorStatus
anderrorMessage
to a singleResponse
1.0.1 #
- Use build-in method to get content-length header
1.0.0+1 #
- Update Repository URl
- Add Documentation to export file
1.0.0 #
- Initial version.