K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2020-01-20T20:08:51.894651Z K 7 svn:log V 482 Add py-uvicorn 0.11.2 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://github.com/encode/uvicorn END