appendEncodedPathSegments

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

Adds components to current encodedPath


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

Adds components to current encodedPath