SpiecsEngine
Loading...
Searching...
No Matches
◆
RequestParseState
enum class
Spices::Net::HttpContext::RequestParseState
strong
Enumerator
ExpectRequestLine
ExpectHeaders
ExpectBody
GotAll
Definition at line
24
of file
HttpContext.h
.
25
{
26
ExpectRequestLine
= 0,
27
ExpectHeaders
= 1,
28
ExpectBody
= 2,
29
GotAll
= 3,
30
};
Spices::Net::HttpContext::RequestParseState::ExpectHeaders
@ ExpectHeaders
Spices::Net::HttpContext::RequestParseState::ExpectBody
@ ExpectBody
Spices::Net::HttpContext::RequestParseState::ExpectRequestLine
@ ExpectRequestLine
Spices::Net::HttpContext::GotAll
bool GotAll()
Determine if RequestParseState is GotAll.
Definition
HttpContext.h:56
Spices
Net
HttpContext
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0