hunt-imf ~master (2022-05-22T22:46:59.8857859)
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