wip parsing first line http message with new utils functions

This commit is contained in:
hugogogo
2022-08-10 20:27:48 +02:00
parent 9a379c835d
commit 11f71ea74f
5 changed files with 9 additions and 33 deletions

View File

@@ -8,9 +8,6 @@
# include <map>
# include "utils.hpp"
std::vector<std::string>
parse_http_first_line(std::string message);
std::map<std::string, std::string>
parse_http_headers(std::string message);