boblemaire / asyncHTTPrequest

asynchronous HTTP for ESP using ESPasyncTCP. Works like XMLHTTPrequest in JS.
GNU General Public License v3.0
64 stars 31 forks source link

a complete working example #4

Closed ramarro123 closed 5 years ago

ramarro123 commented 5 years ago

hi, any change to have a complete and working and compiling example with post, get and everything it's expected, to have a preview of the lib?

boblemaire commented 5 years ago

It's used in my iotawatt project, specifically in Emonservice.cpp and influx.cpp, and also to do a short query then download a large binary file in updater.cpp. If I get some free time, I'll try to put together a simple GET and/or POST, but there are so many variations on how this can be used that it would require a dozen or more to explore the capabilities.