ResponseHandler.handleResponse

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.

interface ResponseHandler
void
handleResponse
(
HTTPClientResponse res
)

Meta