You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change refactors `http::NormalizeUri` to take an `ExtractParam` for
extracting the default authority, rather than requiring `T:
Param<DefaultAuthority>`. This way, we can remove the wrapper target
type that's used only to temporarily add this `Param` impl.
0 commit comments