ok Location sorting and processing is finally working as expected, still a few things to add like error_pages but will get there soon
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
# include <string>
|
||||
# include <sstream>
|
||||
# include <cstdlib> // atoi
|
||||
# include <sys/stat.h> // stat()
|
||||
|
||||
# include <iostream> // tmp
|
||||
|
||||
|
||||
|
||||
// enum http_method
|
||||
@@ -33,6 +37,6 @@ std::string itos(int n);
|
||||
std::string trim(std::string str, char c);
|
||||
http_method str_to_http_method(std::string &str);
|
||||
std::string http_methods_to_str(unsigned int methods);
|
||||
|
||||
int path_is_valid(std::string path);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user