ParseOptions

A struct for parsing URLs with optional base URL support.

Constructors

this
this(string input)

Constructs a ParseOptions instance by parsing a URL string.

this
this(string input, string base)

Constructs a ParseOptions instance by parsing a URL with a base URL.

Members

Properties

url
ada_url url [@property getter]

Retrieves the parsed URL handle.

Meta