content_length_validator 1.2.1 copy "content_length_validator: ^1.2.1" to clipboard
content_length_validator: ^1.2.1 copied to clipboard

Middleware for Shelf and Dart Frog to block too large requests.

1.2.1 #

  • replace _ in topics with -

1.2.0 #

  • Add support for dart >= 3.0.0

1.1.1 #

  • add issue tracker
  • add topics

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 errorStatusand errorMessage to a single Response

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.