tower-fallthrough-filter 0.0.1

A Tower middleware that gives controll to a defined service if the filter matches and otherwise falls through to the inner service.
Documentation
[dependencies.futures]
version = "0.3.30"

[dependencies.tower]
version = "0.4.13"
[dev-dependencies.axum]
version = "0.7.4"

[dev-dependencies.axum-test]
version = "14.3.1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.36.0"

[package]
authors = ["32byte <xlebedenko@gmail.com>"]
categories = ["asynchronous", "network-programming"]
description = "A Tower middleware that gives controll to a defined service if the filter matches and otherwise falls through to the inner service."
documentation = "https://docs.rs/tower-fallthrough-filter"
edition = "2021"
homepage = "https://github.com/32byte/htmx-server"
keywords = ["tower", "middleware", "filter", "fallthrough"]
license = "MIT"
name = "tower-fallthrough-filter"
readme = "README.md"
repository = "https://github.com/32byte/htmx-server"
version = "0.0.1"