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 f301558 commit ac346c1Copy full SHA for ac346c1
tower-http/src/builder.rs
@@ -174,7 +174,7 @@ pub trait ServiceBuilderExt<L>: sealed::Sealed<L> + Sized {
174
Stack<
175
crate::follow_redirect::FollowRedirectLayer<
176
crate::follow_redirect::policy::Standard,
177
- crate::follow_redirect::PolicyExtension,
+ crate::follow_redirect::UriAndPolicyExtensions,
178
>,
179
L,
180
@@ -486,7 +486,7 @@ impl<L> ServiceBuilderExt<L> for ServiceBuilder<L> {
486
487
488
489
490
491
492
0 commit comments