[ 源代码: python-h2 ]
软件包:python3-h2(3.0.1-4)
Pure-Python3 HTTP/2 State-Machine based protocol implementation in Python
This module contains a pure-Python HTTP/2 of a HTTP/2 protocol stack. It’s written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm.
This is the Python 3 version of the package.
其他与 python3-h2 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-hpack
- Pure-Python3 HTTP/2 header encoding (HPACK)
-
- dep: python3-hyperframe
- Pure-Python3 HTTP/2 framing code