path method

Method path(
  1. String path
)

Append path segments to the URL

Implementation

Method path(String path) {
  uri.path(path);
  return this;
}