Skip to content

Pelfox/actix-rate-limiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actix-rate-limiter

actix-rate-limiter is a simple yet powerful per-route rate limiter for Actix with support for regex.

Available backends

Right now, only in-memory storage is supported officially. But you can create your own backend using the BackendProvider trait. You can use MemoryBackendProvider as an example implementation.

We plan to add support for some other backends in the future, such as Redis. If you want to help with their development, please open a PR.

Examples

Check the examples folder of our repository to see the available code samples.

License

This library is licensed under MIT License.

Releases

No releases published

Packages

No packages published

Languages