|
DVBLink Remote API Library documentation
0.2.0-Master
|
Namespace for HTTP specific functionality in the DVBLink Remote API library. More...
Classes | |
| class | HttpWebRequest |
| Class for defining a HTTP web request. More... | |
| class | HttpWebResponse |
| Class for defining a HTTP web response. More... | |
| class | HttpClient |
| An abstract base class for communicating with a server using the HTTP protocol. More... | |
Variables | |
| const std::string | DVBLINK_REMOTE_HTTP_POST_METHOD = "POST" |
| A constant string representing the HTTP method for post-requests. | |
| const std::string | DVBLINK_REMOTE_HTTP_HEADER_ACCEPT = "Accept" |
| A constant string representing the name of the HTTP header Accept. | |
| const std::string | DVBLINK_REMOTE_HTTP_HEADER_ACCEPT_CHARSET = "Accept-Charset" |
| A constant string representing the name of the HTTP header Accept-Charset. | |
| const std::string | DVBLINK_REMOTE_HTTP_HEADER_CONTENT_TYPE = "Content-Type" |
| A constant string representing the name of the HTTP header Content-Type. | |
Namespace for HTTP specific functionality in the DVBLink Remote API library.
| const std::string dvblinkremotehttp::DVBLINK_REMOTE_HTTP_HEADER_ACCEPT = "Accept" |
A constant string representing the name of the HTTP header Accept.
| const std::string dvblinkremotehttp::DVBLINK_REMOTE_HTTP_HEADER_ACCEPT_CHARSET = "Accept-Charset" |
A constant string representing the name of the HTTP header Accept-Charset.
| const std::string dvblinkremotehttp::DVBLINK_REMOTE_HTTP_HEADER_CONTENT_TYPE = "Content-Type" |
A constant string representing the name of the HTTP header Content-Type.
| const std::string dvblinkremotehttp::DVBLINK_REMOTE_HTTP_POST_METHOD = "POST" |
A constant string representing the HTTP method for post-requests.