esp-idf/examples/protocols/https_request
Shubham Kulkarni 3452e06e7e https_request example: Perform request over HTTP/1.1 to enable keepalive timeout
Closes: https://github.com/espressif/esp-idf/issues/6133
2021-01-04 15:39:39 +05:30
..
main https_request example: Perform request over HTTP/1.1 to enable keepalive timeout 2021-01-04 15:39:39 +05:30
CMakeLists.txt
Makefile
README.md
example_test.py
sdkconfig.ci
sdkconfig.ci.ssldyn

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.