Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
781 stars 310 forks source link

Support HTTP 2 #24

Open mpatafio opened 6 years ago

mpatafio commented 6 years ago

Hi!

I'm trying to use the WiFiClientSecure to post a request using HTTP 2, but I guess the underlying http client doesn't support this new standard (I got HTTP/2 client preface string missing or corrupt)

Do you know if it's possibile to get this for our esp32?

Thank you in advance