Check if custom data exists for the current request
static bool has(String key) { return ServerContext.current.hasData(key); }