hyperframe
hyperframe copied to clipboard
Question: How do I make a request frame?
Say a GET or a POST frame? Couldn't find any examples of frames being constructed except this which seems to be super generic.
hyperframe only provides the low-level framing for the HTTP/2 protocol. It sounds like you are looking for a higher-level API and library, in this case take a look at h2 which uses hyperframe and hpack.