wip debug comparison fields output script

This commit is contained in:
hugogogo
2022-08-11 19:42:09 +02:00
parent a1fff0f8c2
commit 3a58b5d921
7 changed files with 86 additions and 39 deletions

View File

@@ -50,7 +50,7 @@ void replace_all_substr(std::string &str, const std::string &ori_substr, co
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 );
size_t parse_http_headers (std::string headers, std::map<std::string, std::string> & fields );
void throw_test();
// debug
void print_special(std::string str);