Add auto test for client timeout.

This commit is contained in:
Chunting Gu
2019-09-11 14:27:35 +08:00
parent f023fb830c
commit 9166b5d99e
7 changed files with 142 additions and 31 deletions
+4
View File
@@ -75,6 +75,10 @@ public:
return query_;
}
void set_port(const std::string& port) {
port_ = port;
}
// Append a piece of path.
void AppendPath(const std::string& piece, bool encode = false);