We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f722ed commit 1351218Copy full SHA for 1351218
tower-http/src/follow_redirect/mod.rs
@@ -503,7 +503,7 @@ where
503
pub struct RequestUri(pub Uri);
504
505
/// Response [`Extensions`][http::Extensions] value that contains the redirect [`Policy`] that
506
-/// was run before the last request of the redirect chain by a [`FollowRedirectExtension`] middleware.
+/// was run before the last request of the redirect chain by a [`FollowRedirect<S, P, UriAndPolicyExtensions>`] middleware.
507
#[derive(Clone)]
508
pub struct FollowedPolicy<P>(pub P);
509
0 commit comments