Expand description
Interceptors for clients.
Interceptors are operation lifecycle hooks that can read/modify requests and responses.
Re-exports§
pub use error::InterceptorError;
Modules§
Structs§
- Disable
Interceptor - Generalized interceptor disabling interface
- Shared
Interceptor - Interceptor wrapper that may be shared
Traits§
- Intercept
- An interceptor allows injecting code into the SDK ’s request execution pipeline.
Functions§
- disable_
interceptor - Disable an interceptor with a given cause