shelf_limiter 2.0.1 shelf_limiter: ^2.0.1 copied to clipboard
A powerful and highly customizable rate limiter for shelf library, allowing you to easily manage and control request rates in your Dart server.
2.0.1 #
- Path matching could possibly throw cause an internal error
- Fixed the matching logic
2.0.0 #
- Added
shelfLimiterByEndpoint
for implementing different rate limits for different endpoints. - Breaking: Updated
shelfLimiter
definition.
1.0.2 #
- Added more documentations
- Fixes here and there
1.0.1 #
- Minor meta info changes
1.0.0 #
- Initial version.