Tower Fallthrough Filter
Ever wanted to filter a Tower Service, but not abort the request when the filter doesn't match? Now you can!
Installation
Add this to your Cargo.toml:
[]
= "*"
Or add it using the cargo command:
Example how to use
use ;
;
let my_service = new;
let layer = new;
// Now you can use the layer as a normal Tower Layer
Check the examples folder for more examples.