surf
surf copied to clipboard
Use async-h1 for client by default
~~Seems like a good time to discuss this, is this something that would be desirable for 2.0.0?~~
The List:
- [x] outgoing chunked encoding (done in async-h1)
- [ ] compression
- [ ] forwarding
- [x] connection pooling (done in http-client)
- [x] client timeouts
We are not aiming to get HTTP/2 compatibility at this time. Use the curl_client or hyper_client if you need that.
See the PR for further follow-up: https://github.com/http-rs/surf/pull/223
timeouts will be done when https://github.com/http-rs/surf/pull/310 lands