toggle menu
GW2APIClient
0.8.0
common
switch theme
search in API
api-client
/
com.gw2tb.gw2api.client.internal.http
/
IHttpResponse
IHttp
Response
@
InternalGw2ApiClientApi
data
class
IHttpResponse
(
val
status
:
Int
,
val
headers
:
Map
<
String
,
List
<
String
>
>
,
val
body
:
String
)
Members
Constructors
IHttp
Response
Link copied to clipboard
constructor
(
status
:
Int
,
headers
:
Map
<
String
,
List
<
String
>
>
,
body
:
String
)
Properties
body
Link copied to clipboard
val
body
:
String
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
List
<
String
>
>
status
Link copied to clipboard
val
status
:
Int