Upgrade "Body from bytes" in hyper 1.x #3893
|
Hi, Can you advise me what I should be using here instead of the old |
Answered by
seanmonstar
May 23, 2025
Replies: 1 comment 1 reply
|
The |
1 reply
Answer selected by
Anton-4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
Incomingis meant to describe an incoming body that hyper is controlling. If you're constructing a body from a full set of bytes, you probably want to use thehttp_body_util::Fulltype.