(Quick Reference)

path

Purpose

Sets additional path parts of the URL.

Examples

UriBuilder.build {
    base = "http://example.com"
    paths = [
        "foo",
        "bar"
    ]
}

Description

Sets additional path parts of the URL. Additional paths will add to the existing paths if the base url is used.