MrBuddyCasino / ESP32_Alexa

An Alexa Smart Speaker project for the ESP32.
Mozilla Public License 2.0
265 stars 72 forks source link

[question] asio_http and asio_http2 requests #35

Closed chegewara closed 6 years ago

chegewara commented 6 years ago

Is it possible to mix asio_http2 and asio_http in alexa? Im trying to change auth_handler to request auth_token refresh straight from amazon but its only http/1.1 server and nghttp2 is not handling http/1. When i am trying to use this library then im getting errors i cant fix.