http-rs / http-rs/http-types

Body should be constructed around a Read instead of a BufRead

Open
#297 0 comments 1 reaction 0 assignees View on GitHub
semver-major
Dominant language
Rust
Stars
209
Forks
91
PR merge metrics
No merged PRs in 30d

Description

this will require dropping the BufRead implementation for Body, Request, and Response as well as changing the Body::from_reader signature — people can wrap Reads with async_std::io::BufReaders if they need BufRead behavior

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.