Type Alias DefaultMiddleware
pub type DefaultMiddleware = (ConsumeErrLayer<Trace, StaticOutput<DefaultErrorResponse>>, ArcLayer);Available on crate features
http-full and http and std only.Expand description
Default middleware used by HttpMitmRelay.
It handles relay errors and makes the resulting service shareable.