Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How do I make a request frame? #162

Open
Galgamins opened this issue Jun 28, 2023 · 1 comment
Open

Question: How do I make a request frame? #162

Galgamins opened this issue Jun 28, 2023 · 1 comment

Comments

@Galgamins
Copy link

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

@Kriechi
Copy link
Member

Kriechi commented Jul 1, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants