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 {
44
45 bool succeed = false;
46 const char* start = begin;
47 const char* space = std::find(start, end, ' ');
48
49 return succeed;
50 }
#define SPICES_PROFILE_ZONE