This is the complete list of members for happyhttp::Connection, including all inherited members.
| close() | happyhttp::Connection | |
| connect() | happyhttp::Connection | |
| Connection(const char *host, int port) | happyhttp::Connection | |
| endheaders() | happyhttp::Connection | |
| m_ResponseBeginCB | happyhttp::Connection | protected |
| m_ResponseCompleteCB | happyhttp::Connection | protected |
| m_ResponseDataCB | happyhttp::Connection | protected |
| m_UserData | happyhttp::Connection | protected |
| outstanding() const | happyhttp::Connection | inline |
| pump() | happyhttp::Connection | |
| putheader(const char *header, const char *value) | happyhttp::Connection | |
| putheader(const char *header, int numericvalue) | happyhttp::Connection | |
| putrequest(const char *method, const char *url) | happyhttp::Connection | |
| request(const char *method, const char *url, const char *headers[]=0, const unsigned char *body=0, int bodysize=0) | happyhttp::Connection | |
| Response | happyhttp::Connection | friend |
| send(const unsigned char *buf, int numbytes) | happyhttp::Connection | |
| setcallbacks(ResponseBegin_CB begincb, ResponseData_CB datacb, ResponseComplete_CB completecb, void *userdata) | happyhttp::Connection | |
| ~Connection() | happyhttp::Connection | |