path method

RequestX path(
  1. String path
)

Implementation

RequestX path (String path) {
  _unencodedPath = path;
  return this;
}