This commit is contained in:
Dmitry Pypin 2019-08-28 14:06:07 -07:00
parent d1fdebe437
commit 1aa4465eba
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ impl ClientRequest {
}
self
}
/// Get HTTP URI of request
pub fn get_uri(&self) -> &Uri {
&self.head.uri