Skip to content

Commit bb9bd9b

Browse files
committed
Rename to ArduinoHttpClient, and other metadata updates
1 parent 4a2222d commit bb9bd9b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# HttpClient
1+
# ArduinoHttpClient
22

3-
HttpClient is a library to make it easier to interact with web servers from Arduino.
3+
ArduinoHttpClient is a library to make it easier to interact with web servers from Arduino.
4+
5+
Derived from [Adrian McEwen's HttpClient library](https://github.com/amcewen/HttpClient)
46

57
## Dependencies
68

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=HttpClient
1+
name=ArduinoHttpClient
22
version=2.2.0
33
author=Adrian McEwen <[email protected]>
4-
maintainer=Adrian McEwen <[email protected]>
4+
maintainer=Arduino <[email protected]>
55
sentence=Library to easily make HTTP GET, POST and PUT requests to a web server.
66
paragraph=Works with any class derived from Client - so switching between Ethernet, WiFi and GSMClient requires minimal code changes.
77
category=Communication
8-
url=http://github.com/amcewen/HttpClient
8+
url=https://github.com/arduino-libraries/ArduinoHttpClient
99
architectures=*

0 commit comments

Comments
 (0)