http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.46k stars 120 forks source link

Default to curl-client #162

Closed yoshuawuyts closed 4 years ago

yoshuawuyts commented 4 years ago

Default to curl for most sessions still. async-h1 is unfortunately still missing e.g. chunked encoding which I think will be limiting for many uses. I think switching over would be fantastic, but think it's probably wise to hold off for a little bit longer. Thanks!