heaploop ~master (2014-07-21T12:56:49Z)
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