ResponseHandler

An object capable of processing an HTTPClientResponse of an HTTPClientRequest.

Members

Functions

handleResponse
void handleResponse(HTTPClientResponse res)

The primary responsibility of this method is to determine the response body type from the HTTP status code and OpenAPI specification, deserialize the HTTP Response Body into the appropriate type, and call a user-provided method with the deserialized response body.

Meta