resolve

open fun resolve(url: Url): Url

Resolves the given url to this URL.

For example: this = "http://example.com/foo/" url = "bar/baz" result = "http://example.com/foo/bar/baz"