wip parsing first line http message with new utils functions
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user