This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. It also contains a compatibility layer that automatically enables the use of nghttp2 if it is available.
This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. It also contains a compatibility layer that automatically enables the use of nghttp2 if it is available.
To install py311-hpack, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-hpack
To see what files were installed by py311-hpack, run:
port contents py311-hpack
To later upgrade py311-hpack, run:
sudo port selfupdate && sudo port upgrade py311-hpack
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.