Crate tower_fallthrough_filter
source ·Structs§
- A Tower layer that executes the provided service only if the given filter returns true. Otherwise it falls through to the inner server.
Traits§
- A filter that allows a service to be executed based on a condition