Skip to content

Commit f9f75fb

Browse files
committed
Update library.properties
1 parent a19197c commit f9f75fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ArduinoHttpClient
2-
version=2.2.0
3-
author=Adrian McEwen <adrianm@mcqn.com>
2+
version=0.1.0
3+
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Library to easily make HTTP GET, POST and PUT requests to a web server.
6-
paragraph=Works with any class derived from Client - so switching between Ethernet, WiFi and GSMClient requires minimal code changes.
5+
sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.
6+
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.
77
category=Communication
88
url=https://github.com/arduino-libraries/ArduinoHttpClient
99
architectures=*

0 commit comments

Comments
 (0)