![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "../GrayLibBase.h"
#include "GrayCore/include/cString.h"
#include "cHttpReturns.tbl"
#include "cHttpVerbs.tbl"
Go to the source code of this file.
Classes | |
struct | GrayLib::cHttpCommon |
Namespaces | |
GrayLib | |
Macros | |
#define | HTTP_VER_10 "HTTP/1.0" |
first line in response from server. HTTP_VERSIONA More... | |
#define | HTTP_VER_11 "HTTP/1.1" |
first line in response from server. More... | |
#define | RTSP_VER "RTSP/1.0" |
Real Time Streaming Protocol (For Flash) is similar to HTTP. More... | |
#define | cHttpReturnType(a, b, c) HTTPRET_##a = b, |
#define | cHttpVerb(a, b, c) HTTPVERB_##a, |
#define | HTTP_CR "\r\n" |
Enumerations | |
enum | GrayLib::HTTPRET_TYPE { GrayLib::HTTPRET_UNK = -1 , GrayLib::HTTPRET_QTY } |
enum | GrayLib::HTTPVERB_TYPE { GrayLib::HTTPVERB_QTY } |
Functions | |
GrayLib::UNITTEST2_PREDEF (cHttpCommon) | |
#define cHttpReturnType | ( | a, | |
b, | |||
c | |||
) | HTTPRET_##a = b, |
#define cHttpVerb | ( | a, | |
b, | |||
c | |||
) | HTTPVERB_##a, |
#define HTTP_CR "\r\n" |
#define HTTP_VER_10 "HTTP/1.0" |
first line in response from server. HTTP_VERSIONA
#define HTTP_VER_11 "HTTP/1.1" |
first line in response from server.
#define RTSP_VER "RTSP/1.0" |
Real Time Streaming Protocol (For Flash) is similar to HTTP.