-->
Page 1 of 1

ESP HTTP Client seems unavailable on ESP8266_RTOS_SDK-3.1

PostPosted: Mon Mar 18, 2019 6:57 pm
by ChrisAus
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

Re: ESP HTTP Client seems unavailable on ESP8266_RTOS_SDK-3.

PostPosted: Thu Apr 18, 2019 3:55 pm
by komita
I have no experience with it so don't take what I say as a fact, but when I was looking at the different SDKs I did get the impression that not all features of the RTOS sdk were available on the ESP8266