class

HTTP2::Connection::FieldBlockAssembler

Inherits Reference < Object

Reassembles one contiguous HEADERS/PUSH_PROMISE and CONTINUATION sequence while enforcing compressed-size and fragment-count bounds.

Constructors

new(max_compressed_size : Int32, max_continuation_frames : Int32)
Source

Instance methods

pending?
Source
process(frame : Frames) : Result
Source

Nested types