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
[RW] action

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

[RW] http_headers

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.

[RW] http_status_code

The HTTP status code _as an Integer_.

[RW] raw_body_data

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