Trait conduit_middleware::Middleware[][src]

pub trait Middleware: Send + Sync + 'static {
    fn before(&self, _: &mut dyn RequestExt) -> BeforeResult { ... }
fn after(&self, _: &mut dyn RequestExt, res: AfterResult) -> AfterResult { ... } }

Provided methods

Implementors