Construct a URL from a scheme, host, path components, query components, and an optional fragment.
Properties
- Scheme (String)
The URL scheme, such as https.
- Host (String)
The host or domain name.
- Fragment (String)
An optional URL fragment without the leading #.