Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 585 Bytes

Arduino-GET-Parser

Whit this Library it is possible to easily access the GET values from an HTML FORM.

What this Library can do:

  • Return the value of a given GET parameter

What this Library can not do (until now):

  • Decode or Encode the url encoding. For example: if the value is

How to user the library

  1. Dowload the HttpGet directory from GitHub
  2. Copy the HttpGet directory into your local library directory of your arduino IDE
  3. Start Arduino IDE and include the Library with
#include <HttpGet.h>
  1. Use it as shown in the examples.

Example

todo