6 #ifndef _INC_cHttpCommon_H
7 #define _INC_cHttpCommon_H
12 #include "../GrayLibBase.h"
19 #define HTTP_VER_10 "HTTP/1.0"
20 #define HTTP_VER_11 "HTTP/1.1"
21 #define RTSP_VER "RTSP/1.0"
29 #define cHttpReturnType(a,b,c) HTTPRET_##a = b,
31 #undef cHttpReturnType
39 #define cHttpVerb(a,b,c) HTTPVERB_##a,
50 #define HTTP_CR "\r\n"
51 static const size_t k_CR_SIZE = 2;
#define GRAYCALL
declare calling convention for static functions so everyone knows the arg passing scheme....
Definition: GrayCore.h:36
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
HTTPRET_TYPE
Definition: cHttpCommon.h:24
@ HTTPRET_UNK
no code that i understand.
Definition: cHttpCommon.h:28
@ HTTPRET_QTY
Definition: cHttpCommon.h:32
HTTPVERB_TYPE
Definition: cHttpCommon.h:36
@ HTTPVERB_QTY
Definition: cHttpCommon.h:42
UNITTEST2_PREDEF(cQuadtree)
Definition: cHttpCommon.h:46
static const char * k_Space
" "
Definition: cHttpCommon.h:52
UNITTEST_FRIEND(cHttpCommon)