#include <HttpClientChannel.hpp>
Public Types | |
| enum | statesEnum { PROTOCOL, HOST, PORT, LOCATION } |
| enum | httpHeaders { HTTP_SIGNATURE, HTTP_RETURN_CODE, HTTP_END_HEADERS } |
Public Member Functions | |
| HttpClientChannel (std::string location) | |
| HttpClientChannel & | operator<< (const std::string &str) |
| void | send (const std::string &str) |
| void | receive (std::string &) |
| void | flush () |
| void | setRequestProperty (std::string key, std::string val) |
| std::string | readLine (std::string buffer, int *index) |
| void | shutDown () |
1.3.7