SpiecsEngine
Loading...
Searching...
No Matches
◆
ProcessRequestLine()
bool Spices::Net::HttpContext::ProcessRequestLine
(
const char *
begin
,
const char *
end
)
private
Definition at line
41
of file
HttpContext.cpp
.
42
{
43
SPICES_PROFILE_ZONE
;
44
45
bool
succeed =
false
;
46
const
char
* start = begin;
47
const
char
* space = std::find(start, end,
' '
);
48
49
return
succeed;
50
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices
Net
HttpContext
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0