class Hoodoo::Client::Endpoint::HTTPBased::DescriptionOfResponse

Description of data describing an HTTP response. Used by get_data_for_response to generate a response array or hash (see response_class_for).

Attributes

action[RW]

The action that was performed - a Symbol from Hoodoo::Services::Middleware::ALLOWED_ACTIONS.

http_headers[RW]

An object that will allow Hash-like lookup and iteration of key/value pairs via each. A raw Net::HTTPOK (sic.) instance from a successful response is an example of such an object.

May be unset (nil) or empty, especially for error cases.

http_status_code[RW]

The HTTP status code _as an Integer_.

raw_body_data[RW]

The raw (“unparsed”) returned body data as a String.