RinhaDeBackend::HttpParser::Header
Same shape as picohttpparser's struct phr_header: a pointer +
length pair pointing back into the caller's buffer. Stored in a
StaticArray(Header, 16) on the fiber stack — zero allocation per
request.
Constructors
new
SourceInstance methods
name
Sourcename_len
Sourcevalue
Sourcevalue_len
Source