Refacotring; support HTTPs client.

This commit is contained in:
Adam Gu
2018-07-30 15:03:02 +08:00
parent 8a92fcb950
commit 3693d881c7
18 changed files with 604 additions and 182 deletions
+2
View File
@@ -208,5 +208,7 @@ int main(int argc, char* argv[]) {
list_client.ListBooks();
getchar();
return 0;
}