esp-idf/examples/protocols/esp_http_client
Mahavir Jain 90290507fb
fix(mbedtls): Build issue in dynamic buffer feature
Fix build issue in mbedTLS dynamic buffer feature with
`CONFIG_MBEDTLS_DHM_C` enabled case. Also added a build
configuration for the test coverage.

Closes https://github.com/espressif/esp-idf/issues/11770
2023-06-29 13:30:30 +05:30
..
main Merge branch 'ci/fix_failures_in_esp_http_client_example' into 'master' 2023-06-26 11:23:45 +08:00
CMakeLists.txt lwip/linux: Add lwip support for networking component under linux 2023-05-05 05:03:39 +00:00
pytest_esp_http_client.py fix esp_http_client_linux high failures in CI. Only build the esp_http_client for Linux and do not run test in CI 2023-03-23 14:34:54 +05:30
README.md protocols/examples: Disable Wifi connection if not supported 2023-05-30 13:26:45 +02: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-06-23 10:32:20 +05:30
sdkconfig.ci.ssldyn fix(mbedtls): Build issue in dynamic buffer feature 2023-06-29 13:30:30 +05:30
sdkconfig.defaults Add test for Linux in pytest_esp_http_client.py 2023-02-27 15:12:15 +05:30

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-S2 ESP32-S3 Linux

ESP HTTP Client Example

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