HttpApiClient.HttpRequestWrapper

Constructors

this
this(HttpApiClientType apiClient, HttpRequest request)

Alias This

request

Members

Functions

result
var result()

Returns the parsed JSON from the body of the response.

Properties

response
HttpResponse response [@property getter]

Returns the full HttpResponse object so you can inspect the headers

Variables

apiClient
HttpApiClientType apiClient;
request
HttpRequest request;

Meta