Builds a file://-scheme Url pointing at path (platform-specific: filesystem path on the JVM).
file://
Shorthand for remote with protocol = "http".
protocol = "http"
Shorthand for remote with protocol = "https".
protocol = "https"
Parses string into a Url, e.g. Url.of("https://example.com/page").
Url.of("https://example.com/page")
Builds a Url with the given protocol and, optionally, host, port, path and query.