]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Update third-party-packages.md (#1540)
authorthomas Eeckhout <fanta.fles.007@gmail.com>
Tue, 8 Mar 2022 12:40:21 +0000 (13:40 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 12:40:21 +0000 (13:40 +0100)
docs/third-party-packages.md

index 6dc9892b2ef1fd3a59e97f0bda3b4738eeb37b5e..66af004728a7b9f7d12e05371a5cbc5fd42ab52b 100644 (file)
@@ -113,6 +113,14 @@ of [webargs](https://github.com/marshmallow-code/webargs).
 Allows you to parse querystring, JSON, form, headers, and cookies using
 type annotations.
 
+### DecoRouter
+
+<a href="https://github.com/MrPigss/DecoRouter" target="_blank">GitHub</a>
+
+FastAPI style routing for Starlette.
+
+Allows you to use decorators to generate routing tables.
+
 ## Frameworks
 
 ### FastAPI