esp-idf/examples/protocols/https_request
Angus Gratton ff2404a272 Merge branch 'master' into feature/cmake 2018-08-16 17:14:17 +10:00
..
main
CMakeLists.txt
Makefile
README.md
example_test.py ci: temp disable http client tests: 2018-07-27 19:45:12 +08:00

README.md

HTTPS Request Example

Uses APIs from esp-tls component 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.