UriParser.parsePathAbsolute

string parsePathAbsolute() @safe

Parse a path-absolute as defined by RFC 3986.

Returns

The parsed path string.

Throws

UriParseException when the input does not start with `/`.