Public Instance methods
decode_chunk(chunk)
[show source]
# File lib/httpx/plugins/response_cache.rb 331 def decode_chunk(chunk) 332 return chunk if @response.cached? 333 334 super 335 end