9 #ifndef anna_http_Header_hpp 10 #define anna_http_Header_hpp 62 struct Compare {
enum _v { Exact = 0, RightTrim = 1, LeftTrim = 2, NoCase = 4, FullMode = 7 }; };
110 void setValue(
const std::string& value) { a_value = value; }
148 return compare(str, flags) == 0;
178 std::string* a_extensionName;
184 Header* initialize(
const std::string& name) noexcept(
false);
185 std::string code()
const ;
Definition: Message.hpp:30
Definition: Request.hpp:22
Definition: Allocator.hpp:19