Hash
When parsing chunked encodings this is set
Size of the chunk as an integer
# File lib/em-http/client.rb, line 72 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.