url

open override var url: String

Gets or sets the URL of the request.

The URL can be set as a complete URL string including scheme, host, path, and query parameters. Any query parameters added via parameter will be appended to this URL.

Note: Setting this property multiple times replaces the previous URL entirely, including any query parameters added through parameter.