class VCR::HTTPInteraction

Represents a single interaction over HTTP, containing a request and a response.

@attr [Request] request the request @attr [Response] response the response @attr [Time] recorded_at when this HTTP interaction was recorded