oskit-kmp
Toggle table of contents
5.0.0
common
Platform filter
common
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.lib
/
KmpUrl
Kmp
Url
data
class
KmpUrl
(
val
scheme
:
String
,
val
username
:
String
?
,
val
password
:
String
?
,
val
host
:
String
,
val
port
:
Int
?
,
val
path
:
String
,
val
query
:
String
,
val
fragment
:
String
,
val
encodedUrl
:
String
)
A multiplatform URL parser
Members
Constructors
Kmp
Url
Link copied to clipboard
constructor
(
scheme
:
String
,
username
:
String
?
,
password
:
String
?
,
host
:
String
,
port
:
Int
?
,
path
:
String
,
query
:
String
,
fragment
:
String
,
encodedUrl
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
encoded
Url
Link copied to clipboard
val
encodedUrl
:
String
fragment
Link copied to clipboard
val
fragment
:
String
host
Link copied to clipboard
val
host
:
String
password
Link copied to clipboard
val
password
:
String
?
path
Link copied to clipboard
val
path
:
String
port
Link copied to clipboard
val
port
:
Int
?
query
Link copied to clipboard
val
query
:
String
query
Parameters
Link copied to clipboard
val
queryParameters
:
Map
<
String
,
String
>
scheme
Link copied to clipboard
val
scheme
:
String
username
Link copied to clipboard
val
username
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String