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>
#include <include/coeurl/headers.hpp>
A type to hold headers by name.
A map from a case insensitive header name to the header value.