[ 源代码: python-h2 ]
软件包:python3-h2(4.0.0-3+deb11u1) [security]
python3-h2 的相关链接
Debian 的资源:
下载源码包 python-h2:
- [python-h2_4.0.0-3+deb11u1.dsc]
- [python-h2_4.0.0.orig.tar.gz]
- [python-h2_4.0.0-3+deb11u1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
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 (>= 4.0)
- Pure-Python3 HTTP/2 header encoding (HPACK)
-
- dep: python3-hyperframe (>= 6.0)
- Pure-Python3 HTTP/2 framing code