http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

construct bodies from impl Read instead of impl BufRead #298

Open jbr opened 3 years ago

jbr commented 3 years ago

closes #297

do not merge until 3.0

yoshuawuyts commented 3 years ago

Marked as draft so we physically can't merge until 3.0.

Fishrock123 commented 3 years ago

What's this waiting on?

jbr commented 3 years ago

I think this one should probably be a draft. I'm not certain this is the right choice for async-h1, but can throw together a PR branch for async-h1 that uses this branch and see what the consequences are