path

open fun path(): String

HTTP: Path

The HTTP path of the request. Should always begin with a /. Null values are not allowed; if no value is available the default value of / should be used.

Return

HTTP path value, or / as a default if none is available.