What kind of HTTP version does current ESP32 support? #7530
-
I am in a research project that somehow needs to transmit data quickly. UDP is fast but gonna losing some data, and TCP is stable but too slow. I just read about QUIC protocol in HTTP/3 that which can transmit faster and more stable. Which HTTP version does ESP32 use like HTTP/1.1 or HTTP/2? Does ESP32 also support HTTP/3? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi, Using Arduino-ESP32 APIs, only HTTP/1.1 is supported. ESP-IDF supports HTTP/2. |
Beta Was this translation helpful? Give feedback.
-
For another question, I saw that now HTTP/3 has been out there for around 2 years. When ESP32 will be available for this new faster protocol? |
Beta Was this translation helpful? Give feedback.
-
Although Http/3 is not supported yet, what about QUIC protocol? |
Beta Was this translation helpful? Give feedback.
Hi,
Using Arduino-ESP32 APIs, only HTTP/1.1 is supported. ESP-IDF supports HTTP/2.