Hash
A simple hash is returned for each request made by HttpClient with the headers that were given by the server for that request.
Is the transfer encoding chunked?
# File lib/cool.io/http_client.rb, line 34 def chunked_encoding? /chunked/ === self[HttpClient::TRANSFER_ENCODING] end
Generated with the Darkfish Rdoc Generator 2.