Add HTTPS example

This commit is contained in:
Vinnie Falco
2016-10-02 16:33:42 -04:00
parent 62bd4bb13f
commit 2ad5223d80
9 changed files with 169 additions and 8 deletions

View File

@@ -83,6 +83,13 @@ int main()
}
```
[heading HTTPS GET]
This example demonstrates sending and receiving HTTP messages
over a TLS connection. Requires OpenSSL to build.
* [@examples/http_ssl_example.cpp]
[heading HTTP Crawl]
This example retrieves the page at each of the most popular domains