reqwest icon indicating copy to clipboard operation
reqwest copied to clipboard

feat: Improve interop with hyper for `Body` type

Open alekseysidorov opened this issue 10 months ago • 0 comments

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.

alekseysidorov avatar Apr 21 '24 12:04 alekseysidorov