David Cermak 31b2702387 esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK() 6 年之前
..
main 31b2702387 esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK() 6 年之前
CMakeLists.txt 500c247030 protocol examples: enable protocol examples for esp32sbeta 6 年之前
Makefile e1d1f10e8a examples/protocols/http(s,2)_request: use common network component 6 年之前
README.md e29294b49a Resolved Issues 7 年之前
example_test.py c906e2afee test: update example and unit tests with new import roles: 6 年之前

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.