public static fromObject(value as Object) as URL throws MalformedURLException:
import klyn.net url = URL.fromObject("https://example.com") print(url.host)