http-rs / surf

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

Use async-h1 for client by default #217

Open Fishrock123 opened 4 years ago

Fishrock123 commented 4 years ago

Seems like a good time to discuss this, is this something that would be desirable for 2.0.0?

The List:

We are not aiming to get HTTP/2 compatibility at this time. Use the curl_client or hyper_client if you need that.

Fishrock123 commented 3 years ago

See the PR for further follow-up: https://github.com/http-rs/surf/pull/223

Fishrock123 commented 3 years ago

timeouts will be done when https://github.com/http-rs/surf/pull/310 lands