pub type HTTPErrorHandler = dyn Fn(HTTPError) -> PencilResult + Send + Sync;
HTTP Error handler type.