Rename BasicRestClient to RestBasicClient.

This commit is contained in:
Chunting Gu
2018-11-13 13:00:23 +08:00
parent e862153657
commit 964d21748a
7 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class Url {
Url() = default;
Url(const std::string& str, bool decode);
bool IsValid() const;
bool IsPathValid() const;
const std::string& path() const {
return path_;