TracyHttpUrl

Represents a URL structure, defining its essential parts.

See also

Inheritors

Properties

Link copied to clipboard
abstract val host: String

The host of the URL, indicating the domain or IP address.

Link copied to clipboard
abstract val pathSegments: List<String>

The path segments of the URL, representing the hierarchical structure of the resource location.

Link copied to clipboard
abstract val scheme: String

The scheme of the URL (e.g., "http", "https") representing the protocol.