fromComponents

fun fromComponents(scheme: String? = null, subScheme: String? = null, userInfo: String? = null, host: String? = null, path: String = "", query: String? = null, fragment: String? = null, opaque: Boolean = false, port: Int = DEFAULT_PORT): URL