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

tests: add head_example_org case #262

Open Fishrock123 opened 3 years ago

Fishrock123 commented 3 years ago

Refs: https://github.com/http-rs/surf/issues/218

This presently fails with the default "curl-client" feature, which is based on isahc. This works with either "h1-client" or "hyper-client".