pub type NoopFuture = Box<dyn Future<Item = Option<Response>, Error = ()> + Send>;
Dummy future used as a noop result of middleware.