# File lib/faraday_middleware/response/chunked.rb, line 21
    def parse_response?(env)
      super and chunked_encoding?(env[:response_headers])
    end