#include <HTTP.h>
Data Fields | |
| char * | Header |
| unsigned int | HeaderSize |
| char * | Data |
| unsigned int | DataSize |
Definition at line 97 of file HTTP.h.
| char* _data::Header |
Pointer to a null terminated string that stores the HTTP Headers.
Definition at line 99 of file HTTP.h.
Referenced by AddHeader(), CBLogFile(), FreeConnection(), GetServerVersion(), ParseReturnedBuffer(), ReadHTTPResponseData(), RemoveHeader(), SendHttpRequest(), and SendHTTPRequestData().
| unsigned int _data::HeaderSize |
Size of the HTTP Headers.
Definition at line 101 of file HTTP.h.
Referenced by AddHeader(), CBLogFile(), GetServerVersion(), ParseReturnedBuffer(), ReadHTTPResponseData(), RemoveHeader(), and SendHTTPRequestData().
| char* _data::Data |
Pointer to a null terminated string that stores the HTTP Data.
Definition at line 103 of file HTTP.h.
Referenced by CBLogFile(), ReadHTTPResponseData(), SendHttpRequest(), and SendHTTPRequestData().
| unsigned int _data::DataSize |
Size of the HTTP Data.
Definition at line 105 of file HTTP.h.
Referenced by CBLogFile(), ReadHTTPResponseData(), SendHttpRequest(), and SendHTTPRequestData().
1.5.4