|  | OpenZWave Library 1.6.0
    | 
Main class for making a HTTP request to a HTTP(s) server. More...
#include <HttpClient.h>
| Public Member Functions | |
| Request () | |
| Request (const std::string &h, const std::string &res, int p=80, void *u=NULL) | |
| Public Attributes | |
| std::string | protocol | 
| std::string | host | 
| std::string | header | 
| std::string | resource | 
| std::string | extraGetHeaders | 
| int | port | 
| void * | user | 
| bool | useSSL | 
| POST | post | 
Main class for making a HTTP request to a HTTP(s) server.
Make a request to a HTTP Server
| 
 | inline | 
| 
 | inline | 
| std::string OpenZWave::SimpleHTTPClient::Request::extraGetHeaders | 
| std::string OpenZWave::SimpleHTTPClient::Request::header | 
| std::string OpenZWave::SimpleHTTPClient::Request::host | 
| int OpenZWave::SimpleHTTPClient::Request::port | 
| POST OpenZWave::SimpleHTTPClient::Request::post | 
| std::string OpenZWave::SimpleHTTPClient::Request::protocol | 
| std::string OpenZWave::SimpleHTTPClient::Request::resource | 
| void* OpenZWave::SimpleHTTPClient::Request::user | 
| bool OpenZWave::SimpleHTTPClient::Request::useSSL |