Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.url
/
URLPatternInit
URLPattern
Init
interface
URLPatternInit
(
source
)
Members
Properties
base
URL
Link copied to clipboard
abstract
val
baseURL
:
String
?
hash
Link copied to clipboard
abstract
val
hash
:
String
?
hostname
Link copied to clipboard
abstract
val
hostname
:
String
?
password
Link copied to clipboard
abstract
val
password
:
String
?
pathname
Link copied to clipboard
abstract
val
pathname
:
String
?
port
Link copied to clipboard
abstract
val
port
:
String
?
protocol
Link copied to clipboard
abstract
val
protocol
:
String
?
search
Link copied to clipboard
abstract
val
search
:
String
?
username
Link copied to clipboard
abstract
val
username
:
String
?