mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
394 B
Text
9 lines
394 B
Text
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.
|