Class VCR::Middleware::Excon::NonStreamingResponseBodyReader
In: lib/vcr/middleware/excon.rb
Parent: Object

Reads the body when no streaming is done.

@private

Methods

Public Class methods

Provides a duck-typed interface that matches that of `StreamingResponseBodyReader`. The request handler will use this to get the response body.

@private

[Validate]