UriComponents
fun UriComponents( scheme: String, host: String, actionComponents: PshComponents)
Content copied to clipboard
Constructor with PshComponents
Parameters
scheme
URI scheme. May be http(s)
or a custom application scheme
host
Host part of URI including port value. Like motorro.com
or motorro.com:123
actionComponents
Action components
fun UriComponents( scheme: String, host: String, path: Array<String>, search: Array<Param>, hash: String)
Content copied to clipboard
Parameters
path
Path component - where to go
search
Search component - what to do
hash
Hash component - what to display