|
CCF
|
#include <map>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | ccf |
| namespace | ccf::http |
Typedefs | |
| using | ccf::http::HeaderMap = std::map< std::string, std::string, std::less<> > |
| using | ccf::http::HeaderKeyValue = HeaderMap::value_type |