Whit this Library it is possible to easily access the GET values from an HTML FORM.
- Return the value of a given GET parameter
- Decode or Encode the url encoding. For example: if the value is
- Dowload the HttpGet directory from GitHub
- Copy the HttpGet directory into your local library directory of your arduino IDE
- Start Arduino IDE and include the Library with
#include <HttpGet.h>
- Use it as shown in the examples.
todo