The objective of this tutorial is to explain how to do a HTTP/2 PUT request using the ESP32 and the Arduino core. The tests from this tutorial were done using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction The objective of this tutorial is to explain how to do a HTTP/2 PUT request using the …
ESP32: HTTP/2 POST request with headers
In this tutorial we will check how to send a HTTP/2 POST request with headers defined in our program, using the ESP32 and the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to send a HTTP/2 POST request with headers defined …
ESP32: HTTP/2 POST request
In this tutorial we will check how to do a HTTP/2 POST request, using the ESP32 and the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to do a HTTP/2 POST request, using the ESP32 and the Arduino core. We will …
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. Introduction In this tutorial we are going to check …
Continue reading "ESP32 HTTP/2: Decompressing Brotli encoded content"
ESP32 HTTP/2: Adding headers to GET request
In this tutorial we will check how to set the headers of a HTTP/2 GET request, sent by the ESP32 and using the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to set the headers of a HTTP/2 GET request, sent …
Continue reading "ESP32 HTTP/2: Adding headers to GET request"
ESP32 HTTP/2: GET request with continuous stream response
In this tutorial we will test making a HTTP/2 GET request to a endpoint that will leave a stream open and periodically send data back to the client with the current date and time. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will test making a …
Continue reading "ESP32 HTTP/2: GET request with continuous stream response"
ESP32 Arduino: HTTP/2 GET Request
In this tutorial we will test how to perform a HTTP/2 GET request using the ESP32 and the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will test how to perform a HTTP/2 GET request using the ESP32 and the Arduino core. We will …
ESP32 HTTP/2: Connecting to server
In this tutorial we will check how to connect the ESP32 to a HTTP/2 web server, using the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to connect the ESP32 to a HTTP/2 web server, using the Arduino core. We will …