reqwest icon indicating copy to clipboard operation
reqwest copied to clipboard

Re-export `Bytes` struct

Open nwin opened this issue 4 years ago • 1 comments

Currently bytes::bytes::Bytes is used in a public API (e.g. Response::bytes). This struct is inaccessible without adding bytes as a dependency to Cargo.toml and thus should be re-exported.

I could file a PR if you advise where an how it should be re-exported.

nwin avatar Nov 27 '21 08:11 nwin

Since this issue has been stale for almost ten months now, I've gone ahead and opened a pull request that should resolve the issue :)

bluelhf avatar Oct 13 '22 15:10 bluelhf