wai-token-bucket-ratelimiter: A request rate limiting middleware using token buckets

[ apache, library, web ] [ Propose Tags ]

This package provides a WAI middleware to perform request rate limiting using the Token Bucket Algorithm.


[Skip to Readme]

Modules

[Last Documentation]

  • Control
    • Concurrent
      • Control.Concurrent.TokenBucket
  • Network
    • Wai
      • Network.Wai.RateLimitMiddleware

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Change log CHANGELOG.md
Dependencies base (>=4.16.4.0 && <5), clock (>=0.8.3 && <1), hashable (>=1.4 && <2), http-types (<1), unordered-containers (>=0.2.19.1 && <0.3), wai (>=3.0 && <4) [details]
License Apache-2.0
Author Aditya Manthramurthy
Maintainer aditya.mmy@gmail.com
Category Web
Home page https://github.com/donatello/wai-token-bucket-ratelimiter
Source repo head: git clone https://github.com/donatello/wai-token-bucket-ratelimiter.git
Uploaded by AdityaManthramurthy at 2023-04-07T21:42:50Z
Distributions
Downloads 78 total (5 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2023-04-08 [all 2 reports]

Readme for wai-token-bucket-ratelimiter-0.1.0.0

[back to package description]

wai-token-bucket-ratelimiter: WAI middleware to rate limit requests

This package provides a WAI middleware to perform request rate limiting using the Token Bucket Algorithm.