@@ -56,6 +56,9 @@ namespace http {
struct HTTPMsg {
std::map<std::string, std::string> headers;
void add_header(const char *name, const char *value, bool replace = false);
void del_header(const char *name);
};
struct HTTPReq : HTTPMsg {
The note is not visible to the blocked user.