From d05f502fc83eb9ee9dda8e39a0d4d90e976712e5 Mon Sep 17 00:00:00 2001 From: Ashley Sommer Date: Tue, 14 Mar 2017 08:37:53 +1000 Subject: [PATCH] Add Dispatcher Extension Adds a link to the extension https://github.com/ashleysommer/sanic-dispatcher And a very short description --- docs/sanic/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index ac08c36e..d3bdda5b 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -16,3 +16,4 @@ A list of Sanic extensions created by the community. - [Sanic EnvConfig](https://github.com/jamesstidard/sanic-envconfig): Pull environment variables into your sanic config. - [Babel](https://github.com/lixxu/sanic-babel): Adds i18n/l10n support to Sanic applications with the help of the `Babel` library +- [Dispatch](https://github.com/ashleysommer/sanic-dispatcher): A dispatcher inspired by `DispatcherMiddleware` in werkzeug. Can act as a Sanic-to-WSGI adapter.