Function URL.path
The path part of the URL
GenericPath!(vibe.core.path.InetPathFormat) path() nothrow @property @safe const;
void path
(
GenericPath!(vibe.core.path.InetPathFormat) p
) nothrow @property @safe;
void path(Path)
(
Path p
) @property
if (isInstanceOf!(GenericPath, Path) && !is(Path == InetPath));