Add automation test for http client based on httpbin.org

This commit is contained in:
Chunting Gu
2019-04-15 16:59:43 +08:00
parent df4bb33bd8
commit ddfcecccc6
6 changed files with 244 additions and 98 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ bool kSslVerify = true;
const std::string kUrlRoot = "https://api.github.com";
// -----------------------------------------------------------------------------
// JSON helper functions (based on cppjson).
// JSON helper functions (based on jsoncpp).
// Parse a string to JSON object.
Json::Value StringToJson(const std::string& str) {