script output fields is checked for duplicate

This commit is contained in:
hugogogo
2022-08-12 11:45:06 +02:00
parent 3a58b5d921
commit c225063361
5 changed files with 22 additions and 5 deletions

View File

@@ -51,6 +51,7 @@ std::string str_tolower(std::string str);
std::string extract_line(std::string & str, size_t pos = 0, std::string delim = "\n");
std::string get_line (std::string str, size_t pos = 0, std::string delim = "\n");
size_t parse_http_headers (std::string headers, std::map<std::string, std::string> & fields );
void str_map_key_tolower(std::map<std::string, std::string> & mp);
void throw_test();
// debug
void print_special(std::string str);