SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.52k stars 491 forks source link

HTTPS PUT #721

Closed kiralikbeyin closed 4 years ago

kiralikbeyin commented 5 years ago

I need streaming with HTTPS PUT method for a firebase project

(curl -X PUT -H "Accept: text/event-stream" "https://abc.firebaseio.com/abc.json")

It is working with some modification https://github.com/SuperHouse/esp-open-rtos/tree/master/examples/http_get_mbedtls

I added http_get_mbedtls example to my base project but didnt compile because of a lot of libs. https://github.com/SuperHouse/esp-open-rtos/issues/674

Is there any lite version of http_get_mbedtls or any alternative way : how to use HTTPS PUT?