composable-tower-http 0.3.1

Highly customizable http utilities built on top of tower.
Documentation
1
2
3
4
5
6
7
pub mod basic_auth;
pub mod bearer;
mod header_extractor;
mod impls;

pub use header_extractor::{HeaderExtractor, HeaderExtractorExt, MapError};
pub use impls::default_header_extractor::{DefaultHeaderError, DefaultHeaderExtractor};