well, restructured things a bit, but mostly started trying to sort LocationConfigs, it is sort of going well, good ideas, implementations is still a bit lacking...
This commit is contained in:
@@ -60,6 +60,8 @@ http_method str_to_http_method(std::string &str)
|
||||
return POST;
|
||||
else if (str == "DELETE")
|
||||
return DELETE;
|
||||
else if (str == "ALL_METHODS")
|
||||
return ALL_METHODS;
|
||||
return UNKNOWN;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user