pathComponents

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

Deprecated (with error)

Please use appendPathSegments method

Replace with

this.appendPathSegments(components