//okhttp/okhttp3/HttpUrl/Builder/addEncodedPathSegments
addEncodedPathSegments¶
[jvm]\ fun addEncodedPathSegments(encodedPathSegments: String): HttpUrl.Builder
Adds a set of encoded path segments separated by a slash (either \
or /
). If encodedPathSegments
starts with a slash, the resulting URL will have empty path segment.