Language

Package: python-hypercorn @ 0.10.2

Synopsis

ASGI Server based on Hyper libraries

Description

Hypercorn is an ASGI web server based on the sans-io hyper, h11, h2, and wsproto libraries and inspired by Gunicorn. It supports HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3 specifications. It can utilise asyncio, uvloop, or trio worker types.

Home page
https://gitlab.com/pgjones/hypercorn/
Location
gnu/packages/python-web.scm (line: 1622, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?