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