heaploop ~master (2022-05-14T21:47:25.4854382)
Dub
Repo
HttpParserEvent.Store
heaploop
networking
http
HttpParserEvent
Undocumented in source.
struct
HttpParserEvent
union
Store {
string
str
;
HttpBodyChunk
chunk
;
HttpHeader
header
;
}
Members
Variables
chunk
HttpBodyChunk
chunk
;
Undocumented in source.
header
HttpHeader
header
;
Undocumented in source.
str
string
str
;
Undocumented in source.
Meta
Source
See Implementation
heaploop
networking
http
HttpParserEvent
unions
Store
variables
store
type