Add query parameters to RestService::Handle()

This commit is contained in:
Adam Gu
2018-04-23 13:22:59 +08:00
parent f921256a33
commit bcfb1e4c92
5 changed files with 17 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ class TestRestService : public RestService {
public:
bool Handle(const std::string& http_method,
const std::vector<std::string>& url_sub_matches,
const std::map<std::string, std::string>& query,
const std::string& request_content,
std::string* response_content) override {
return true;