Add backup files, add test data for doc root, etc.

This commit is contained in:
Chunting Gu
2019-09-10 10:45:37 +08:00
parent 2a25340ce4
commit 43d9dcab25
11 changed files with 189 additions and 2 deletions
+2
View File
@@ -102,6 +102,8 @@ class UrlQuery {
public:
using Parameter = std::pair<std::string, std::string>;
UrlQuery() = default;
// The query string should be key-value pairs separated by '&'.
explicit UrlQuery(const std::string& encoded_str);