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