composable-tower-http 0.3.1

Highly customizable http utilities built on top of tower.
Documentation
1
2
3
4
5
6
mod authorizers;
pub mod header;

pub use authorizers::api_key;
pub use authorizers::basic_auth;
pub use authorizers::jwt;