static Router options(String path, Function action) => _addRoute(HttpRequestMethod.options, path, action);