Gw2ApiResponse

An HTTP response from the Guild Wars 2 API.

Since

0.5.0

Parameters

request

the Gw2ApiRequest corresponding to this response

statusCode

the status code for this response

headers

the received response headers

body

the raw response body

Types

Link copied to clipboard

The headers of an HTTP response from the Guild Wars 2 API.

Properties

Link copied to clipboard
Link copied to clipboard

Returns the decoded response data, or null if the decoding failed.

Link copied to clipboard

Returns the response body as a DecodingResult.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String