Skip to content

Arduino Library to Work with GET parameters from HTML forms or REST API

Notifications You must be signed in to change notification settings

mrxder/Arduino-GET-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

Arduino Library to Work with GET parameters from HTML forms or REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages