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