hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HttpParser.h File Reference
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include <new>
#include <List.h>
Include dependency graph for HttpParser.h:
This graph shows which files directly or indirectly include this file:

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')

Macro Definition Documentation

#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.