httpmockserver
Public Member Functions | Public Attributes | List of all members
httpmock::MockServer::KeyValue Struct Reference

Key-Value storage. More...

#include <mock_server.h>

Inheritance diagram for httpmock::MockServer::KeyValue:
Inheritance graph
[legend]

Public Member Functions

 KeyValue (const std::string &key, const std::string &value="")
 

Public Attributes

std::string key
 
std::string value
 

Detailed Description

Key-Value storage.

Constructor & Destructor Documentation

◆ KeyValue()

httpmock::MockServer::KeyValue::KeyValue ( const std::string &  key,
const std::string &  value = "" 
)
inlineexplicit

Member Data Documentation

◆ key

std::string httpmock::MockServer::KeyValue::key

◆ value

std::string httpmock::MockServer::KeyValue::value

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