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