remoteUrl

expect fun remoteUrl(protocol: String, host: String = "", port: Int? = null, path: String = "", query: String? = null): Url

Platform-specific factory backing Url.Companion.remote.

actual fun remoteUrl(protocol: String, host: String, port: Int?, path: String, query: String?): Url

Platform-specific factory backing Url.Companion.remote.

actual fun remoteUrl(protocol: String, host: String, port: Int?, path: String, query: String?): Url

Platform-specific factory backing Url.Companion.remote.