appendPathSegments

fun URLBuilder.appendPathSegments(segments: List<String>): URLBuilder

Adds components to current encodedPath


fun URLBuilder.appendPathSegments(vararg components: String): URLBuilder

Adds components to current encodedPath