path
Purpose
Sets additional path parts of the URL.Examples
UriBuilder.build {
base = "http://example.com"
paths = [
"foo",
"bar"
]
}Provides the Jersey client library and a builder to simplify use of the library.
|
(Quick Reference)
pathPurposeSets additional path parts of the URL.ExamplesUriBuilder.build {
base = "http://example.com"
paths = [
"foo",
"bar"
]
}DescriptionSets additional path parts of the URL. Additional paths will add to the existing paths if the base url is used. |
Jersey Request Builder |