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
feat!: Allow http::Middleware trait to return custom errors (#933)
Add `Error` associated type to the `http::Middleware` trait to allow
consumers to return a custom error from their `http::Middleware`
implementations.
This PR also changes all trait/lifetime bounds to put `'static + Send +
Sync` first (omitting any that aren't necessary) instead of putting them
at the end.
Relates to #922
0 commit comments