套件:python3-hypercorn(0.17.3-2)
ASGI Server based on Hyper (Python3 version)
Hypercorn 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, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3 specifications. Hypercorn can utilise asyncio, uvloop, or trio worker types.
Hypercorn can optionally serve the current draft of the HTTP/3 specification using the aioquic library.
Hypercorn was initially part of Quart before being separated out into a standalone ASGI server. Hypercorn forked from version 0.5.0 of Quart.
This package contains the Python 3 version of the library.
其他與 python3-hypercorn 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-exceptiongroup
- Backport of PEP 654 (exception groups)
- 或者 python3-supported-min (>= 3.11)
- 套件暫時不可用
-
- dep: python3-h11 (>= 0.11.0)
- Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)
-
- dep: python3-h2 (>= 3.1.0)
- Pure-Python3 HTTP/2 State-Machine based protocol implementation in Python
-
- dep: python3-priority
- pure-Python implementation of the HTTP/2 priority tree (Python 3)
-
- dep: python3-tomli
- lil' TOML parser for Python
- 或者 python3-supported-min (>= 3.11)
- 套件暫時不可用
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
-
- dep: python3-wsproto (>= 0.14.0)
- WebSockets state-machine based protocol implementation (Python3)
-
- sug: python3-aioquic
- Python implementation of QUIC and HTTP/3
-
- sug: python3-trio (>= 0.11.0)
- Python async concurrency and I/O library (Python3 version)
-
- sug: python3-uvloop
- fast implementation of asyncio event loop on top of libuv