public readonly property effectivePort as Int:
Returns the explicit port or the scheme default port.
import klyn.net url = URL("https://example.com") print(url.effectivePort)