pub type HttpFn<T> = Box<dyn FnOnce() -> (RequestFn, AsyncResponseFn<T>) + Send>;
pub struct HttpFn<T>(/* private fields */);