ports/www/py-uvicorn/pkg-descr
Po-Chuan Hsieh 5c51dc1104
www/py-uvicorn: Update to 0.15.0
- Allow build with py-httptools 0.3.0

Changes:	https://github.com/encode/uvicorn/releases
2021-09-21 11:45:06 +08:00

13 lines
489 B
Text

Uvicorn is a lightning-fast ASGI server implementation, using uvloop and
httptools.
Until recently Python has lacked a minimal low-level server/application
interface for asyncio frameworks. The ASGI specification fills this gap, and
means we're now able to start building a common set of tooling usable across all
asyncio frameworks.
Uvicorn currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is
planned.
WWW: https://www.uvicorn.org/
WWW: https://github.com/encode/uvicorn