issues
search
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
Clean up dependencies
#164
Closed
goto-bus-stop
closed
4 years ago
goto-bus-stop
commented
4 years ago
Remove dependencies that had been moved into http-client.
Use the
http-client/*_client
features for curl/wasm/h1.
Remove mentions of hyper entirely as it is not currently implemented.
Test both
native-client
and
h1-client
on CI.
http-client/*_client
features for curl/wasm/h1.native-client
andh1-client
on CI.