Class: AgileProxy::Recording

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/agile_proxy/model/recording.rb

Overview

The recording model

When an application is set to allow recording, every HTTP(s) request/response cycle coming through the proxy will create an instance of this model and persist it to the database.

An API is then available to access this data via REST for the UI or test suite etc…