class VCR::Middleware::Excon::Response

def complete_request(params)

def complete_request(params)
  if handler = params.delete(:vcr_request_handler)
    handler.after_request(params[:response])
  end
end