mirror of https://github.com/encode/starlette.git
Update third-party-packages.md (#1540)
This commit is contained in:
parent
813aa8d934
commit
6798311a91
|
@ -113,6 +113,14 @@ of [webargs](https://github.com/marshmallow-code/webargs).
|
||||||
Allows you to parse querystring, JSON, form, headers, and cookies using
|
Allows you to parse querystring, JSON, form, headers, and cookies using
|
||||||
type annotations.
|
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
|
## Frameworks
|
||||||
|
|
||||||
### FastAPI
|
### FastAPI
|
||||||
|
|
Loading…
Reference in New Issue