NNGURL

{NNGURL} Wrapper over nng_url_parse function to represent the URL parts

@safe
struct NNGURL {
string rawurl;
string scheme;
string userinfo;
string host;
string hostname;
string port;
string path;
string query;
string fragment;
string requri;
protected
nng_url* _nng_url;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.