reqwest
reqwest copied to clipboard
feat: Improve interop with hyper for `Body` type
This MR add conversion from BoxBody
type for Body
struct.
This makes it easier to reuse existing Body
instances in Reqwest clients. For example, for re-sending requests in Axum handlers by using this client.