You can chat about native SDK questions and issues here.

User avatar
By ChrisAus
#81187 Hi, the docs for the sdk cover an HTTP client:
https://docs.espressif.com/projects/esp ... lient.html

However when i try to include `esp_http_client.h` it cannot find the header. When i look in the 'components' folder in the SDK, there's no HTTP stuff there.

Am i missing something? Is this only available in the ESP32 IDF? If so, what's the 'best' way of making HTTP requests from the rtos sdk?

Thanks