Networking Http Data Map

Table of Contents

  1. HttpMap
  2. Library

HttpMap

This class simplifies the use of key/value pairs requests and responses used widely among web APIs.

Library

Includes

#include "http/client/data/HttpMap.h"

Inheritance

Note that HttpMap inherits from std::map<std::string,std::string>. You can therefore use any public method of that class, including the square brackets operator ( [ ] ) to access a value.

Reference

HttpMap()

Instantiates the object.

Examples

The Twitter example uses HttpMap.


All wikipages