The ParsedActualURL class contains URL parts parsed out of the URL string.
Hash (fragment) URL part
Hostname URL part as array of hostname segments: e.g. ["www", "abc", "com"]
["www", "abc", "com"]
Path URL part as array of path segments: e.g. ["user", "123", "profile"]
["user", "123", "profile"]
Port URL part
Protocol URL part
Query string URL part as a map of query string parameters to the arrays of their values
Generated using TypeDoc
The ParsedActualURL class contains URL parts parsed out of the URL string.