URI

PathBufs allows for type-safe path passing to nulib APIs.

Constructors

this
this()
Undocumented in source.
this
this(string url)

Creates a URI from a string.

this
this(typeof(this) rhs)

Copy constructor.

Destructor

~this
~this()
Undocumented in source.

Members

Properties

isLocal
bool isLocal [@property getter]

Whether the URI refers to a local path.

path
string path [@property getter]

Gets the path portion of the URI

Meta