bref
API 2014 of the Zia HTTP server.
|
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_ */