HTTP

object HTTP : Port

Static instance for the default http port 80

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator override fun compareTo(other: Port): Int
Link copied to clipboard
expect suspend fun Port.isAvailableAsync(host: LocalHost): Boolean

Checks if the TCP port is available on LocalHost or not.

actual suspend fun Port.isAvailableAsync(host: LocalHost): Boolean

Checks if the TCP port is available on LocalHost or not.

actual suspend fun Port.isAvailableAsync(host: LocalHost): Boolean

Checks if the TCP port is available on LocalHost or not.

Link copied to clipboard

Checks if the TCP port is available on LocalHost or not.