Class VCR::Request::FiberAware
In: lib/vcr/structs.rb
Parent: DelegateClass(Typed)

Provides fiber-awareness for the {VCR::Configuration#around_http_request} hook.

Methods

proceed   to_proc  

Public Instance methods

Yields the fiber so the request can proceed.

@return [VCR::Response] the response from the request

Builds a proc that allows the request to proceed when called. This allows you to treat the request as a proc and pass it on to a method that yields (at which point the request will proceed).

@return [Proc] the proc

[Validate]