pingora_web 0.1.2

Minimal routing, middleware, and logging (with request ID) for Pingora-based servers.
Documentation
1
2
3
4
5
6
7
pub mod logger;
pub mod logging_middleware;
pub mod tracing_logger;

pub use logger::{Level, Logger, StdoutLogger};
pub use logging_middleware::LoggingMiddleware;
pub use tracing_logger::TracingLogger;