Fields

invalid,

Begin header parsing states.

start,
seen_n,
seen_r,
seen_rn,
seen_rnr,
finished,
chunk_head_size,

Begin transfer-encoding: chunked parsing states.

chunk_head_ext,
chunk_head_r,
chunk_data,
chunk_data_suffix,
chunk_data_suffix_r,

Functions

fn isContent(self: State) bool

Returns true if the parser is in a content state (ie. not waiting for more heade…

Returns true if the parser is in a content state (ie. not waiting for more headers).