Module middleware

Module middleware 

Source

Structs§

HttpInspection
Service produced by HttpInspectionLayer.
HttpInspectionLayer
A Layer that observes HTTP responses and invokes registered callbacks based on their status code.
RetryCircuitBreaker
Wraps a service in a circuit breaker and signals when a request must be retried at a later time.
RetryCircuitBreakerLayer
Wraps a service in a circuit breaker and signals when a request must be retried at a later time.

Enums§

RetryCircuitBreakerError
An error from RetryCircuitBreaker.