boblemaire / asyncHTTPrequest

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

HTTPS #35

Closed blazeyzem closed 3 years ago

blazeyzem commented 3 years ago

Hello.

Does it support https?

boblemaire commented 3 years ago

No, it doesn't, but I have just thrown a follow-on class into my repo called esp32HTTPrequest that does. I have been using this for a few weeks and it is working for my needs, but no extensive testing has been done. I made some quick notes in the readme to explain the present state. If you use it, please report any issues, or better yet fix them and send a PR.