kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
core
/
dev.kdriver.core.browser
/
HTTPApi
HTTPApi
class
HTTPApi
(
host
:
String
,
port
:
Int
)
Members
Constructors
HTTPApi
Link copied to clipboard
constructor
(
host
:
String
,
port
:
Int
)
Properties
base
Url
Link copied to clipboard
val
baseUrl
:
String
client
Link copied to clipboard
val
client
:
HttpClient
Functions
close
Link copied to clipboard
suspend
fun
close
(
)
get
Link copied to clipboard
inline suspend
fun
<
T
>
get
(
endpoint
:
String
)
:
T