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

Remove url direct dep (rebase and extension of #243) #249

Closed jbr closed 3 years ago

jbr commented 3 years ago

This is a rebase of #243 for easier merging (and I didn't want to force-push to @yoshuawuyts's branch). I also removed the direct dep on the url crate, and instead rely on the http::Url re-export in this crate as well