From 3289e8403a15c99e75918145e119ae4a1d0cacc6 Mon Sep 17 00:00:00 2001 From: bohea Date: Tue, 28 Feb 2017 17:34:40 +0800 Subject: [PATCH] Update extensions.md --- docs/sanic/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index a4528f90..28f4efec 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -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.