coeurl namespace

Namespace for all public coeurl classes.

Classes

struct Client
Global information, common to all connections.
struct header_less
custom comparator used in the headers map
struct Request
A HTTP request.

Typedefs

using Headers = std::map<std::string, std::string, header_less>
A type to hold headers by name.

Typedef documentation

using coeurl::Headers = std::map<std::string, std::string, header_less>

A type to hold headers by name.

A map from a case insensitive header name to the header value.