mirror of https://github.com/fafhrd91/actix-web
Fix
This commit is contained in:
parent
d1fdebe437
commit
1aa4465eba
|
@ -98,7 +98,7 @@ impl ClientRequest {
|
||||||
}
|
}
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get HTTP URI of request
|
/// Get HTTP URI of request
|
||||||
pub fn get_uri(&self) -> &Uri {
|
pub fn get_uri(&self) -> &Uri {
|
||||||
&self.head.uri
|
&self.head.uri
|
||||||
|
|
Loading…
Reference in New Issue