Add a base class for http async clients; refine examples.

This commit is contained in:
Chunting Gu
2019-02-12 17:06:26 +08:00
parent 9ecec5de0b
commit 43eaf90621
43 changed files with 803 additions and 507 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ int main(int argc, char* argv[]) {
// Leave port to default value.
webcc::HttpRequest request(webcc::kHttpGet, url, host);
request.Make();
request.Prepare();
// Verify the certificate of the peer or not.
// See HttpSslClient::Request() for more details.