uHTTP is a tiny library for Arduino that provide a very manner way to access to HTTP request data
This library is written by Filippo Sallemi [email protected]
To install the libraries, you need to place them into your "libraries" folder. You can find it within your Arduino IDE distribution within the "hardware" folder.
# cd <path/to/your/arduino/distribution>/libraries
# git clone https://github.com/nomadnt/uHTTP.git
Or you download the zipped version of the library from https://github.com/nomadnt/uHTTP/archive/master.zip, create a directory <path/to/your/arduino/distribution>/libraries/uHTTP and put the contents of the zip-file there.
Additional information can be found on the Arduino website: http://www.arduino.cc/en/Hacking/Libraries
Be sure to restart the IDE if it was running.
For any further information please visit our wiki.