Struct saphir::MiddlewareStack[][src]

pub struct MiddlewareStack { /* fields omitted */ }

Struct representing the layering of middlewares in the server

Methods

impl MiddlewareStack
[src]

Method to apply a new middleware onto the stack where the include_path vec are all path affected by the middleware, and exclude_path are exclusion amongst the included paths.

Auto Trait Implementations