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 crate re-export #243

Closed yoshuawuyts closed 3 years ago

yoshuawuyts commented 3 years ago

The url crate is part of http-types; there is no need to re-export the full submodule from here. This cleans up the module index slightly. Thanks!

goto-bus-stop commented 3 years ago

i like it! looks like it needs a couple of docs updates though

Fishrock123 commented 3 years ago

superseded by https://github.com/http-rs/surf/pull/249