This class is used for Posting data to a HTTP(s) serverPost some data to a HTTP(s) server.
More...
#include <HttpClient.h>
|
| void | reserve (size_t res) |
| |
| POST & | add (const char *key, const char *value) |
| |
| const char * | c_str () const |
| |
| const std::string & | str () const |
| |
| bool | empty () const |
| |
| size_t | length () const |
| |
This class is used for Posting data to a HTTP(s) server
Post some data to a HTTP(s) server.
| POST& OpenZWave::Internal::Platform::POST::add |
( |
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
| const char* OpenZWave::Internal::Platform::POST::c_str |
( |
| ) |
const |
|
inline |
| bool OpenZWave::Internal::Platform::POST::empty |
( |
| ) |
const |
|
inline |
| size_t OpenZWave::Internal::Platform::POST::length |
( |
| ) |
const |
|
inline |
| void OpenZWave::Internal::Platform::POST::reserve |
( |
size_t |
res | ) |
|
|
inline |
| const std::string& OpenZWave::Internal::Platform::POST::str |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: