Class VCR::Middleware::Faraday
In: lib/vcr/middleware/faraday.rb
Parent: Object

Faraday middleware that VCR uses to record and replay HTTP requests made through Faraday.

@note You can either insert this middleware into the Faraday middleware stack

 yourself or configure {VCR::Configuration#hook_into} to hook into `:faraday`.

Methods

call   new  

Included Modules

VCR::Deprecations::Middleware::Faraday

Classes and Modules

Class VCR::Middleware::Faraday::RequestHandler

Public Class methods

Constructs a new instance of the Faraday middleware.

@param [call] app the faraday app

Public Instance methods

Handles the HTTP request being made through Faraday

@param [Hash] env the Faraday request env hash

[Validate]