|
KanoopProtocolQt 1.2.3
Qt HTTP operations and MQTT client library
|
|
A simple key-value pair used for HTTP parameters. More...
#include <httpoperation.h>
Inheritance diagram for HttpOperation::KeyValuePair:
Collaboration diagram for HttpOperation::KeyValuePair:Public Member Functions | |
| KeyValuePair () | |
| Construct an empty key-value pair. | |
| KeyValuePair (const QString &key, const QString &value) | |
| Construct a key-value pair with the given key and value. | |
A simple key-value pair used for HTTP parameters.
Definition at line 133 of file httpoperation.h.
|
inline |
Construct an empty key-value pair.
Definition at line 137 of file httpoperation.h.
|
inline |
Construct a key-value pair with the given key and value.
| key | The parameter key. |
| value | The parameter value. |
Definition at line 142 of file httpoperation.h.