pub type DynamicHandlerOutput<'a> = Pin<Box<dyn Send + Future<Output = Result<Response<Body>>> + 'a>>;