Trait enrgy::middleware::Middleware[][src]

pub trait Middleware {
    fn before(&self, req: &mut HttpRequest);
fn after(&self, req: &HttpRequest, res: &HttpResponse); }

Required methods

Implementors