Function URL.this

Attempts to parse an URL from a string. Output string data (scheme, user, etc.) are just slices of input string (e.g., no memory allocation and copying).

this (
  U source
);

Parameters

NameDescription
source The string containing the URL.

Throws

URIException if the URL is malformed.