pub type RequestHandler = Box<RequestHandlerFnOnce>;
pub struct RequestHandler(/* private fields */);