URL.pathString - multiple declarations
Function URL.pathString
The url encoded path part of the URL
string pathString() @property @safe const;
Function URL.pathString
Set the path part of the URL. It should be properly encoded.
void pathString
(
string s
) @property @safe;