hunt-imf ~master (2019-10-15T07:29:22Z)
Home
Dub
Repo
HttpContent
hunt
imf
ParserBase
Undocumented in source.
struct
HttpContent {
size_t
status
;
string
path
;
string
method
;
string
[
string
]
headField
;
string
[
string
]
parameters
;
string
body
;
void
reset
();
}
Members
Functions
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
body
string
body
;
Undocumented in source.
headField
string
[
string
]
headField
;
Undocumented in source.
method
string
method
;
Undocumented in source.
parameters
string
[
string
]
parameters
;
Undocumented in source.
path
string
path
;
Undocumented in source.
status
size_t
status
;
Undocumented in source.
Meta
Source
See Implementation
hunt
imf
ParserBase
classes
ParserBase
enums
Field
structs
HttpContent