[ 原始碼: python-h2 ]
套件:python3-h2(4.1.0-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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-hpack (>= 4.0)
- Pure-Python3 HTTP/2 header encoding (HPACK)
-
- dep: python3-hyperframe (>= 6.0)
- Pure-Python3 HTTP/2 framing code