Rename BasicRestClient to RestBasicClient.
This commit is contained in:
+1
-1
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user