OpenZWave Library  1.6.1914
Public Member Functions | List of all members
OpenZWave::Internal::Platform::POST Class Reference

This class is used for Posting data to a HTTP(s) serverPost some data to a HTTP(s) server. More...

#include <HttpClient.h>

Public Member Functions

void reserve (size_t res)
 
POSTadd (const char *key, const char *value)
 
const char * c_str () const
 
const std::string & str () const
 
bool empty () const
 
size_t length () const
 

Detailed Description

This class is used for Posting data to a HTTP(s) server

Post some data to a HTTP(s) server.

Member Function Documentation

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: