From f9f75fb6ea0c573c5ef3d420c1c49ecbfa8c6e53 Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Mon, 4 Jul 2016 16:15:45 -0400 Subject: [PATCH] Update library.properties --- library.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library.properties b/library.properties index 35c75cc..8f1173d 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=ArduinoHttpClient -version=2.2.0 -author=Adrian McEwen +version=0.1.0 +author=Arduino maintainer=Arduino -sentence=Library to easily make HTTP GET, POST and PUT requests to a web server. -paragraph=Works with any class derived from Client - so switching between Ethernet, WiFi and GSMClient requires minimal code changes. +sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's. +paragraph=This library can be used for HTTP (GET, POST, PUT, DELETE) requests to a web server. It also supports exchanging messages with WebSocket servers. Based on Adrian McEwen's HttpClient library. category=Communication url=https://github.com/arduino-libraries/ArduinoHttpClient architectures=*