examples: Add https_request example

This commit is contained in:
Angus Gratton
2016-09-21 16:44:27 +10:00
parent aa75a71917
commit af0a5d8d7e
6 changed files with 434 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# HTTPS Request Example
Uses an mbedTLS socket to make a very simple HTTPS request over a secure connection, including verifying the server TLS certificate.
See the README.md file in the upper level 'examples' directory for more information about examples.