hyperframe icon indicating copy to clipboard operation
hyperframe copied to clipboard

Question: How do I make a request frame?

Open Galgamins opened this issue 2 years ago • 1 comments

Say a GET or a POST frame? Couldn't find any examples of frames being constructed except this which seems to be super generic.

Galgamins avatar Jun 28 '23 20:06 Galgamins

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.

Kriechi avatar Jul 01 '23 09:07 Kriechi