uHTTP icon indicating copy to clipboard operation
uHTTP copied to clipboard

uHTTP is a tiny library for Arduino that provide a very manner way to access to HTTP request data

uHTTP

Donate

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]

Installation

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.

Documentation

For any further information please visit our wiki.