![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "pch.h"
#include "Http/cHttpCommon.h"
#include "GrayCore/include/cStream.h"
#include "GrayCore/include/cLogMgr.h"
#include "Http/cHttpVerbs.tbl"
#include "Http/cHttpReturns.tbl"
Namespaces | |
GrayLib | |
Macros | |
#define | cHttpVerb(a, b, c) #a, |
#define | cHttpReturnType(a, b, c) case b: return c; |
Generic web client or server functions.
#define cHttpReturnType | ( | a, | |
b, | |||
c | |||
) | case b: return c; |
#define cHttpVerb | ( | a, | |
b, | |||
c | |||
) | #a, |