Struct tower_http::follow_redirect::RequestUri
source · pub struct RequestUri(pub Uri);
Available on crate feature
follow-redirect
only.Expand description
Response Extensions
value that represents the effective request URI of
a response returned by a FollowRedirect
middleware.
The value differs from the original request’s effective URI if the middleware has followed redirections.
Tuple Fields§
§0: Uri
Auto Trait Implementations§
impl RefUnwindSafe for RequestUri
impl Send for RequestUri
impl Sync for RequestUri
impl Unpin for RequestUri
impl UnwindSafe for RequestUri
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more