Delegate into_client_request (3)

pull/143/head
philipp 4 years ago
parent 90345c994a
commit 064fd9313f
  1. 2
      src/client.rs

@ -218,7 +218,7 @@ impl IntoClientRequest for String {
impl<'a> IntoClientRequest for &'a Uri {
fn into_client_request(self) -> Result<Request> {
Ok(Request::get(self.clone()).body(())?)
self.clone().into_client_request()
}
}

Loading…
Cancel
Save