reqwest
reqwest copied to clipboard
Impl IntoUrl for &Url
Commenting to give this some visibility: I frequently run into a scenario where I pass &Url around. It's not a big deal to my_url.clone(), where needed. But it would be very elegant to have IntoUrl for &Url if we already have IntoUrl for &str.
@seanmonstar Apologies for the ping, but I was hoping we could merge this very innocuous change?