What does hyper use to parse HTTP2 headers? #2825
-
I'm aware that httparse is used to parse for HTTP 1.0 and HTTP 1.1. Is there a custom parser implemented for HTTP2, or is it a separate project? httparse does not seem to support HTTP2 for whatever reason. |
Beta Was this translation helpful? Give feedback.
Answered by
seanmonstar
May 5, 2022
Replies: 1 comment 4 replies
-
hyper internally uses h2 as a lower-level HTTP/2 implementation. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
seanmonstar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hyper internally uses h2 as a lower-level HTTP/2 implementation.