Module: HTTPX::Plugins::ResponseCache::ResponseBodyMethods
- Defined in:
- lib/httpx/plugins/response_cache.rb
Instance Method Summary collapse
Instance Method Details
#decode_chunk(chunk) ⇒ Object
338 339 340 341 342 |
# File 'lib/httpx/plugins/response_cache.rb', line 338 def decode_chunk(chunk) return chunk if @response.cached? super end |