Add RestSslClient; add User-Agent header.

This commit is contained in:
Chunting Gu
2018-10-11 12:47:47 +08:00
parent b02ea902c9
commit d159ce46bf
26 changed files with 232 additions and 169 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef WEBCC_VERSION_H_
#define WEBCC_VERSION_H_
#define WEBCC_VERSION "0.1.0"
#endif // WEBCC_VERSION_H_