esp-idf/examples/protocols/esp_http_client
Harshit Malpani fad1535a15
fix(ci): update HTTP client example tests runner assignment
HTTP client example tests now connect with locally hosted httpbin service
for more stable results across multiple runs
2023-07-24 11:38:11 +05:30
..
main CI: fix esp_http_client example failures in CI. Timeout was observed in the logs while performing HTTP requests. Changing the endpoint when testing in CI 2023-07-24 11:35:39 +05:30
CMakeLists.txt [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
esp_http_client_test.py fix(ci): update HTTP client example tests runner assignment 2023-07-24 11:38:11 +05:30
Makefile [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
README.md Add esp_http_client 2018-05-21 09:35:07 +07:00
sdkconfig.ci CI: fix esp_http_client example failures in CI. Timeout was observed in the logs while performing HTTP requests. Changing the endpoint when testing in CI 2023-07-24 11:35:39 +05:30
sdkconfig.ci.ssldyn CI: fix esp_http_client example failures in CI. Timeout was observed in the logs while performing HTTP requests. Changing the endpoint when testing in CI 2023-07-24 11:35:39 +05:30

ESP HTTP Client Example

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