URLDefragResult

Result type for urlDefrag()

@safe
struct URLDefragResult {}

Members

Functions

getUrl
string getUrl()

Re-construct URL

Variables

fragment
string fragment;

URL fragment

url
string url;

Remainder of URL

Meta