GW2APIClient
Toggle table of contents
0.9.0
common
jvm
nonJvm
Platform filter
common
jvm
nonJvm
Switch theme
Search in API
GW2APIClient
api-client
/
com.gw2tb.gw2api.client.internal.http
/
IHttpClient
IHttp
Client
common
jvm
nonJvm
@
InternalGw2ApiClientApi
expect
interface
IHttpClient
:
AutoCloseable
@
InternalGw2ApiClientApi
actual
interface
IHttpClient
:
AutoCloseable
@
InternalGw2ApiClientApi
actual
interface
IHttpClient
:
AutoCloseable
Members
Functions
close
Link copied to clipboard
common
jvm
nonJvm
expect
abstract
fun
close
(
)
abstract
fun
close
(
)
expect
abstract
fun
close
(
)
send
Link copied to clipboard
jvm
abstract
fun
send
(
request
:
Gw2ApiRequest
<
*
>
)
:
IHttpResponse
send
Async
Link copied to clipboard
common
jvm
nonJvm
expect
abstract
suspend
fun
sendAsync
(
request
:
Gw2ApiRequest
<
*
>
)
:
IHttpResponse
actual
abstract
suspend
fun
sendAsync
(
request
:
Gw2ApiRequest
<
*
>
)
:
IHttpResponse
actual
abstract
suspend
fun
sendAsync
(
request
:
Gw2ApiRequest
<
*
>
)
:
IHttpResponse