toggle menu
GW2APIClient
0.8.0
common
jvm
nonJvm
switch theme
search in API
api-client
/
com.gw2tb.gw2api.client.internal.http
Package-level
declarations
Types
Types
IHttp
Client
Link copied to clipboard
common
jvm
nonJvm
@
InternalGw2ApiClientApi
expect
interface
IHttpClient
:
AutoCloseable
@
InternalGw2ApiClientApi
actual
interface
IHttpClient
:
AutoCloseable
@
InternalGw2ApiClientApi
actual
interface
IHttpClient
:
AutoCloseable
IHttp
Response
Link copied to clipboard
@
InternalGw2ApiClientApi
data
class
IHttpResponse
(
val
status
:
Int
,
val
headers
:
Map
<
String
,
List
<
String
>
>
,
val
body
:
String
)