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