fn isComplete(r: *HeadersParser) bool
[src]
Returns whether or not the parser has finished parsing a complete message. A message is only complete after the entire body has been read and any trailing headers have been parsed.
fn isComplete(r: *HeadersParser) bool
Returns whether or not the parser has finished parsing a complete message. A message is only complete after the entire body has been read and any trailing headers have been parsed.