# File lib/gdata/http/request.rb, line 44 def chunked? if @headers['Transfer-Encoding'] == 'chunked' return true else return false end end