pub fn disable_interceptor<T: Intercept>(
cause: &'static str,
) -> DisableInterceptor<T>
Available on crate feature
client
only.Expand description
Disable an interceptor with a given cause
pub fn disable_interceptor<T: Intercept>(
cause: &'static str,
) -> DisableInterceptor<T>
client
only.Disable an interceptor with a given cause