bref
API 2014 of the Zia HTTP server.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
/Users/giersc_v/projets/zia/api/include/bref/HttpHeader.h
Go to the documentation of this file.
00001 
00010 #ifndef BREF_API_HTTPHEADER_H_
00011 #define BREF_API_HTTPHEADER_H_
00012 
00013 #include <map>
00014 #include <string>
00015 #include "BrefValue.h"
00016 
00017 namespace bref {
00018 
00023 typedef std::map<std::string, BrefValue> HttpHeader;
00024 
00025 } // ! bref
00026 
00027 #endif /* !BREF_API_HTTPHEADER_H_ */