UriComponents
class UriComponents( val scheme: String, val host: String, path: Array<String>, search: Array<Param>, hash: String) : PshComponents
Content copied to clipboard
Cross-platform URI representation
See also
Parameters
path
Path component - where to go
search
Search component - what to do
hash
Hash component - what to display
Constructors
Link copied to clipboard
fun UriComponents( scheme: String, host: String, actionComponents: PshComponents)
Content copied to clipboard
Constructor with PshComponents
Link copied to clipboard
Functions
Properties
Extensions
Link copied to clipboard
Builds string URI from UriComponents
Builds string URI from UriComponents (iOS implementation)
Builds string URI from UriComponents (JS implementation)
Builds string URI from UriComponents (JVM implementation)