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