Reading API’s Chunked Response in C using ESP32-C3
I’m building a Firebase API in C for esp32-c3
Currently I’m able to construct the url and perform a request but for some reason I can’t read any data from the response and response len is always 0
here’s the code and the output