pub type BoxedHttp = Arc<dyn SimpleHttp + Send + Sync + 'static>;
pub struct BoxedHttp { /* private fields */ }