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

`parse` returns `ParseError`, but not part of api #341

Open etienne-napoleone opened 2 years ago

etienne-napoleone commented 2 years ago

https://docs.rs/surf/latest/surf/struct.Url.html#method.parse

parse returns ParseError, but not part of API (part of crate url)

might be good to re-export or expose it somehow