UriParser.parsePathAbsolute
string parsePathAbsolute() @safeParse a path-absolute as defined by RFC 3986.
Returns
The parsed path string.
Throws
UriParseException when the input does not start with `/`.string parsePathAbsolute() @safeParse a path-absolute as defined by RFC 3986.
UriParseException when the input does not start with `/`.