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:
parent
4a2222d210
commit
bb9bd9b422
@ -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
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
name=HttpClient
|
||||
name=ArduinoHttpClient
|
||||
version=2.2.0
|
||||
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.
|
||||
paragraph=Works with any class derived from Client - so switching between Ethernet, WiFi and GSMClient requires minimal code changes.
|
||||
category=Communication
|
||||
url=http://github.com/amcewen/HttpClient
|
||||
url=https://github.com/arduino-libraries/ArduinoHttpClient
|
||||
architectures=*
|
||||
|
Loading…
x
Reference in New Issue
Block a user