CCF
Loading...
Searching...
No Matches
Namespaces | Typedefs
http_header_map.h File Reference
#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