summaryrefslogtreecommitdiff
path: root/www/py-aiohttp-middlewares/pkg-descr
blob: a8feb4a2f1a70881b979740c041eb4a1f50e41d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
aiohttp-middlewares is a collection of useful middlewares for aiohttp.web
applications.

By default aiohttp.web does not provide many built-in middlewares for standart
web-development needs such as: handling errors, shielding view handlers, or
providing CORS headers.

aiohttp-middlewares tries to fix this by providing several middlewares that aims
to cover most common web-development needs.