Upgrade "Body from bytes" in hyper 1.x #3893
-
Hi, Can you advise me what I should be using here instead of the old |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
The
Incoming
is 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::Full
type.