6 lines
271 B
Markdown
Raw Normal View History

2016-09-21 16:44:27 +10:00
# HTTPS Request Example
2018-02-14 15:15:50 +05:30
Uses APIs from `esp-tls` component to make a very simple HTTPS request over a secure connection, including verifying the server TLS certificate.
2016-09-21 16:44:27 +10:00
See the README.md file in the upper level 'examples' directory for more information about examples.