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