esp-idf/examples/protocols/esp_http_client
Djordje Nedic facab8c5a7 tools: Increase the minimal supported CMake version to 3.16
This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system.
This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-06-01 06:35:02 +00:00
..
main esp_http_client example: Add cert for redirect to HTTPS example 2022-04-22 17:39:12 +05:30
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
esp_http_client_test.py esp_http_client example: Add cert for redirect to HTTPS example 2022-04-22 17:39:12 +05:30
README.md Add esp_http_client 2018-05-21 09:35:07 +07:00
sdkconfig.ci esp_http_client: Add config option for HTTP Digest auth 2021-03-23 11:58:35 +05:30
sdkconfig.ci.ssldyn examples: make sure WiFi interface is disabled when connecting with Ethernet 2020-05-18 09:29:55 +02:00

ESP HTTP Client Example

See the README.md file in the upper level 'examples' directory for more information about examples.