Hi Team,
I wanted to implement ETag web caching feature. The http library I am using is libesphttpd. I have read about web caching fundamentals from internet. But I can't able to understand where to start this Etag implementation using this library.
Please help me in this regards..
Regards
Deepak
Search found 4 matches
- Wed Mar 04, 2020 10:23 am
- Forum: General Discussion
- Topic: ETag implementation using libEspHttpd
- Replies: 1
- Views: 4109
- Fri Jan 17, 2020 7:22 am
- Forum: Sample Code
- Topic: Code building of ESP32
- Replies: 4
- Views: 12011
Re: Code building of ESP32
Hello. Waiting for answer. Also my second query is how can i add lib in component folder under ESP-idf. I wanted to add libesphttpd and linSWD. As forum suggested simply put this lib under component folder of esp-idf and you can this added lib by "menuconfig". I tried this multiple times but newely ...
- Wed Jan 15, 2020 12:16 pm
- Forum: Sample Code
- Topic: Code building of ESP32
- Replies: 4
- Views: 12011
Re: Code building of ESP32
Hi..
Thanks for sharing this link. I have gone through this link and tried to compile as reference from "blink example". Now my build fails during generation of bootloader .bin.
I am attaching my build log file.
Thanks for sharing this link. I have gone through this link and tried to compile as reference from "blink example". Now my build fails during generation of bootloader .bin.
I am attaching my build log file.
- Wed Jan 15, 2020 6:26 am
- Forum: Sample Code
- Topic: Code building of ESP32
- Replies: 4
- Views: 12011
Code building of ESP32
Hello ESP Team, I am new on ESP platform and first time I am working on ESP device. I am using ESP32 for our project. I have configured complete setup of toolchain and build system and could able to compile and build example code. But I am compiling our older code having multiple of .h and .c files...