From 70b7606cb8bde00cfead7a157be9a2e74c94ec25 Mon Sep 17 00:00:00 2001 From: Suby Raman Date: Sat, 18 Feb 2017 19:53:32 -0500 Subject: [PATCH] add sanic_compress extension --- docs/sanic/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index efd25d2c..7a801023 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -5,6 +5,7 @@ A list of Sanic extensions created by the community. - [Sessions](https://github.com/subyraman/sanic_session): Support for sessions. Allows using redis, memcache or an in memory store. - [CORS](https://github.com/ashleysommer/sanic-cors): A port of flask-cors. +- [Compress](https://github.com/subyraman/sanic_compress): Allows you to easily gzip Sanic responses. A port of Flask-Compress. - [Jinja2](https://github.com/lixxu/sanic-jinja2): Support for Jinja2 template. - [OpenAPI/Swagger](https://github.com/channelcat/sanic-openapi): OpenAPI support, plus a Swagger UI. - [Websockets](https://github.com/r0fls/sanic-websockets): Minimal wrapper to work with [Websockets](https://github.com/aaugustin/websockets)