Trait pingora_core::modules::http::HttpModuleBuilder
source · pub trait HttpModuleBuilder {
// Required method
fn init(&self) -> Box<dyn HttpModule + Send + Sync + 'static>;
// Provided method
fn order(&self) -> i16 { ... }
}
Expand description
Trait to init the http module ctx for each request