How to use Pydantic together with Flask to perform validation of query parameters and request bodies.
ESP32 Arduino HTTP2: Using query parameters
In this tutorial we will check how to add query parameters to a HTTP2 GET request sent from the ESP32, 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 add query parameters to a HTTP2 GET request sent from …
Continue reading "ESP32 Arduino HTTP2: Using query parameters"
ESP32 Arduino HTTP server: Getting query parameters
The objective of this post is to explain how to obtain the query parameters from an HTTP request sent to a webserver running on the Arduino core, on the ESP32. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to …
Continue reading "ESP32 Arduino HTTP server: Getting query parameters"
ESP32 MicroPython: Getting the query parameters on a Picoweb app
The objective of this post is to explain how to get the query parameters of an HTTP request sent to a Picoweb app. The tests were performed on a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to get the query parameters of an HTTP request sent to a …
Continue reading "ESP32 MicroPython: Getting the query parameters on a Picoweb app"
ESP32 MicroPython: Developing a simple URL query string parser
The objective of this post is to explain how to develop a very simple URL query string parser using MicroPython. The tests shown through this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to develop a very simple URL query string parser …
Continue reading "ESP32 MicroPython: Developing a simple URL query string parser"
ESP8266 Webserver: Getting query parameters
The objective of this post is to explain how to access query parameters passed in HTTP requests sent to a web server deployed in the ESP8266. Introduction The objective of this post is to explain how to access query parameters passed in HTTP requests sent to a web server deployed in the ESP8266. Query parameters …
Continue reading "ESP8266 Webserver: Getting query parameters"