path property

String path
getter/setter pair

Defines the path of the request. If it starts with "http(s)", baseUrl will be ignored. Otherwise, it will be combined and resolved with the baseUrl.

Implementation

String path;