TracyHttpUrlImpl
data class TracyHttpUrlImpl(val scheme: String, val host: String, val pathSegments: List<String>) : TracyHttpUrl(source)
Direct implementation of TracyHttpUrl.
Use it whenever you need to create an instance of TracyHttpUrl.