esp-request
esp-request copied to clipboard
This project is no longer supported, please use
A memory leak could happen if req was null or there was no data when call req_setopt, because it was returning after the malloc. Moving the malloc after the check...
Hi Tuan, I am using ESP32 dev kit. I am thinking to use esp-request https client library in one of my project for OTA feature. I found this library very...
…statement, the req variable will be free at line 698
Add cmake build support
Hi, Using the code in the Example (post on server), the free ram size drecrease up to causing a reset after some minutes of work. How can i solved it?...
Hi, first of all good job! How to get body or payload of http response besides status code? Trying to get something out of response inside the request but failed....
Due to name collision in nossl_connect, i had to change the name of int socket -> int sock. Alternately I tried changing the socket constructor to lwip_socket( xxx,xxx,xxx) which also...
If some payload data is received in the same buffer where you receive http headers, that payload is missed. The way I found to permit this funxtion to work correctly...
It would be great if the secure connection method could be set. Currently, the following line of code means that the SSL connection isn't very secure as lots of insecure...