propfind static method

Router propfind(
  1. String path,
  2. Function action
)

Implementation

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