Crate tower_fallthrough_filter

Source

Structs§

FilterLayer
A Tower layer that executes the provided service only if the given filter returns true. Otherwise it falls through to the inner server.
FilterService

Traits§

Filter
A filter that allows a service to be executed based on a condition