KanoopProtocolQt 1.2.3
Qt HTTP operations and MQTT client library
Loading...
Searching...
No Matches
HttpOperation::KeyValuePair Class Reference

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.
 

Detailed Description

A simple key-value pair used for HTTP parameters.

Definition at line 133 of file httpoperation.h.

Constructor & Destructor Documentation

◆ KeyValuePair() [1/2]

HttpOperation::KeyValuePair::KeyValuePair ( )
inline

Construct an empty key-value pair.

Definition at line 137 of file httpoperation.h.

◆ KeyValuePair() [2/2]

HttpOperation::KeyValuePair::KeyValuePair ( const QString &  key,
const QString &  value 
)
inline

Construct a key-value pair with the given key and value.

Parameters
keyThe parameter key.
valueThe parameter value.

Definition at line 142 of file httpoperation.h.


The documentation for this class was generated from the following file: