drogue-iot / reqwless

Rust async HTTP client for embedded/no_std
Apache License 2.0
129 stars 18 forks source link

Reexported response readers. #94

Closed Frostie314159 closed 4 weeks ago

Frostie314159 commented 1 month ago

Hi, this PR simply rexportes the ChunkedBodyReader and FixedLengthBodyReader structs. There is currently a warning from clippy about the Try trait, but that's unrelated to this PR.