ESP32 HTTP/2: Decompressing Brotli encoded content

In this tutorial we are going to check how to do a HTTP/2 GET request, accepting the content compressed with the Brotli algorithm. Thus, we will later decompress it back, after receiving the response. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board.

ESP32 HTTP/2: Decompressing Brotli encoded content Read More »