Hash
When parsing chunked encodings this is set
Size of the chunk as an integer
# File lib/cool.io/http_client.rb, line 44 def chunk_size return @chunk_size unless @chunk_size.nil? @chunk_size = @http_chunk_size ? @http_chunk_size.to_i(base=16) : 0 end
[Validate]
Generated with the Darkfish Rdoc Generator 2.