Skip to content

How to send HTTP3 request between server and client #4931

Answered by anrossi
Purushoth24051999 asked this question in Q&A
Discussion options

You must be logged in to vote

HTTP/3 (and HTTP/2) uses a binary format for the headers and messages in HTTP, while HTTP/1.1 used human-readable text.
So yes, you'll need to decode the received frames using some QPACK library, such as ls-qpack.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Purushoth24051999
Comment options

@anrossi
Comment options

Answer selected by nibanks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants