# File lib/vcr/middleware/excon.rb, line 74
        def after_request(response)
          vcr_response = vcr_response_for(response)

          if should_record?
            VCR.record_http_interaction(VCR::HTTPInteraction.new(vcr_request, vcr_response))
          end

          invoke_after_request_hook(vcr_response)
        end