A ASGI Server based on Hyper libraries and inspired by Gunicorn.
copied from cf-staging / hypercornHypercorn is an ASGI web server based on the sans-io hyper, h11, h2, and wsproto libraries and inspired by Gunicorn. Hypercorn supports HTTP/1, HTTP/2, and websockets and the ASGI 2 specification. Hypercorn can utilise asyncio, uvloop, or trio worker types.