This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. This library is used directly by hyper and a number of other projects to provide HTTP/2 frame decoding logic.
This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. This library is used directly by hyper and a number of other projects to provide HTTP/2 frame decoding logic.
To install py311-hyperframe, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-hyperframe
To see what files were installed by py311-hyperframe, run:
port contents py311-hyperframe
To later upgrade py311-hyperframe, run:
sudo port selfupdate && sudo port upgrade py311-hyperframe
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.