|
|
| HttpResponse (const HttpResponse &src) |
| |
|
void | setState (const std ::string &httpstate) |
| |
|
void | setContentType (const std ::string &type) |
| |
|
void | setContentLength (size_t len) |
| |
|
void | setConnection (const std ::string &type) |
| |
|
void | setTransferEncoding (const std ::string &enc) |
| |
|
const std::string & | getState () const |
| |
|
int | getStatusCode () const |
| |
|
const std::string & | getContentType () const |
| |
|
size_t | getContentLength () const |
| |
|
const std::string & | getConnection () const |
| |
|
const std::string & | getVersion () const |
| |
|
HttpHeader::HeaderData::Values * | getTransferEncoding () const |
| |
|
size_t | printHeader (std::vector< char > &buffer) |
| |
|
void | send (netplus::con &curconnection, const std::string &data, int datalen=0) |
| |
|
void | send (netplus::con &curconnection, const unsigned char *data, int datalen) |
| |
|
void | send (netplus::con &curconnection, const std::vector< char > &data, int datalen=0) |
| |
|
size_t | parse (const char *in, size_t inlen) |
| |
The documentation for this class was generated from the following files: