1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-04-19 21:22:15 +03:00

Rename to ArduinoHttpClient, and other metadata updates

This commit is contained in:
Sandeep Mistry 2016-06-17 09:31:49 -04:00
parent 4a2222d210
commit bb9bd9b422
2 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,8 @@
# HttpClient # ArduinoHttpClient
HttpClient is a library to make it easier to interact with web servers from Arduino. ArduinoHttpClient is a library to make it easier to interact with web servers from Arduino.
Derived from [Adrian McEwen's HttpClient library](https://github.com/amcewen/HttpClient)
## Dependencies ## Dependencies

View File

@ -1,9 +1,9 @@
name=HttpClient name=ArduinoHttpClient
version=2.2.0 version=2.2.0
author=Adrian McEwen <adrianm@mcqn.com> author=Adrian McEwen <adrianm@mcqn.com>
maintainer=Adrian McEwen <adrianm@mcqn.com> maintainer=Arduino <info@arduino.cc>
sentence=Library to easily make HTTP GET, POST and PUT requests to a web server. 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. paragraph=Works with any class derived from Client - so switching between Ethernet, WiFi and GSMClient requires minimal code changes.
category=Communication category=Communication
url=http://github.com/amcewen/HttpClient url=https://github.com/arduino-libraries/ArduinoHttpClient
architectures=* architectures=*