mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-06-07 07:42:01 +03:00
Update library.properties
This commit is contained in:
parent
a19197cebe
commit
f9f75fb6ea
@ -1,9 +1,9 @@
|
||||
name=ArduinoHttpClient
|
||||
version=2.2.0
|
||||
author=Adrian McEwen <adrianm@mcqn.com>
|
||||
version=0.1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
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=*
|
||||
|
Loading…
x
Reference in New Issue
Block a user