Parent

Methods

EventMachine::HttpChunkHeader

Attributes

http_chunk_size[RW]

When parsing chunked encodings this is set

Public Instance Methods

chunk_size() click to toggle source

Size of the chunk as an integer

    # File lib/em-http/client.rb, line 73
73:     def chunk_size
74:       return @chunk_size unless @chunk_size.nil?
75:       @chunk_size = @http_chunk_size ? @http_chunk_size.to_i(base=16) : 0
76:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.