HCE project C++ developers source code library
1.1.1
HCE project developer library
|
Go to the source code of this file.
Classes | |
struct | Variable |
class | HttpParser |
Macros | |
#define | HTTP_GET 0 |
#define | HTTP_POST 1 |
#define | delimiter(x) ( (x) == ' ' || (x) == '\t' || (x) == '\n' || (x) == '\r') |
#define delimiter | ( | x | ) | ( (x) == ' ' || (x) == '\t' || (x) == '\n' || (x) == '\r') |
Definition at line 11 of file HttpParser.h.
#define HTTP_GET 0 |
Definition at line 9 of file HttpParser.h.
#define HTTP_POST 1 |
Definition at line 10 of file HttpParser.h.