What is the meaning of hyper::body::Frame
in HTTP1?
#3868
-
The description of |
Beta Was this translation helpful? Give feedback.
Answered by
seanmonstar
Apr 1, 2025
Replies: 1 comment
-
For HTTP/1, hyper treats that just as a sequence of bytes to be written on the connection. It also can turn a trailers frame into HTTP/1.1 chunked trailers. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
beroal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For HTTP/1, hyper treats that just as a sequence of bytes to be written on the connection. It also can turn a trailers frame into HTTP/1.1 chunked trailers.