Merge pull request #496 from bohea/master

rate limiting for sanic
This commit is contained in:
Eli Uriegas 2017-02-28 09:03:03 -06:00 committed by GitHub
commit 927d2761f7

View File

@ -12,3 +12,4 @@ A list of Sanic extensions created by the community.
- [Motor](https://github.com/lixxu/sanic-motor): Simple motor wrapper.
- [Sanic CRUD](https://github.com/Typhon66/sanic_crud): CRUD REST API generation with peewee models.
- [UserAgent](https://github.com/lixxu/sanic-useragent): Add `user_agent` to request
- [Limiter](https://github.com/bohea/sanic-limiter): Rate limiting for sanic.