esp-idf/examples/protocols/esp_http_client
Shubham Kulkarni 83f4ebf852 esp_http_client: Skip check for redirection counter if status code is success.
Set disable_auto_redirect in esp_http_client example to validate this condition in CI
2020-11-19 14:43:14 +05:30
..
main esp_http_client: Skip check for redirection counter if status code is success. 2020-11-19 14:43:14 +05:30
CMakeLists.txt protocol examples: enable protocol examples for esp32sbeta 2019-11-01 11:14:10 +08:00
esp_http_client_test.py ci: Temporarily remove the esp_http_client httpbin redirect tests 2020-06-24 03:26:39 +00:00
Makefile Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
README.md Add esp_http_client 2018-05-21 09:35:07 +07:00
sdkconfig.ci examples: make sure WiFi interface is disabled when connecting with Ethernet 2020-05-18 09:29:55 +02:00
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.