wip match functionality

This commit is contained in:
2018-04-26 00:11:46 +02:00
parent dfbc0aae25
commit 2f178a3e6b
6 changed files with 47 additions and 13 deletions

View File

@@ -56,6 +56,9 @@ class RestController : public WebController
bool from_json(struct json_object *a_node);
bool find(const std::string &an_url);
std::string get_method_get(void);
std::string get_method_put(void);
uint16_t get_timeout(void);