getCanonicalUri method

String getCanonicalUri()

Implementation

String getCanonicalUri() {
  var normalizedPath = normalizePath(path);
  return quote(normalizedPath).replaceAll('%2F', '/');
}