| Class | VCR::Middleware::Excon::StreamingResponseBodyReader |
| In: |
lib/vcr/middleware/excon.rb
|
| Parent: | Object |
Wraps an Excon streaming `:response_block`, so that we can accumulate the response as it streams back from the real HTTP server in order to record it.
@private
Provides a duck-typed interface that matches that of `NonStreamingResponseBodyReader`. The request handler will use this to get the response body.
@private