Skip to content

Commit

Permalink
Changes so this can be added to the Arduino 1.5+ library manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian McEwen committed Jul 3, 2015
1 parent 4bb288d commit 4a2222d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HttpClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#endif

// Initialize constants
const char* HttpClient::kUserAgent = "Arduino/2.1";
const char* HttpClient::kUserAgent = "Arduino/2.2.0";
const char* HttpClient::kContentLengthPrefix = HTTP_HEADER_CONTENT_LENGTH ": ";

#ifdef PROXY_ENABLED // currently disabled as introduces dependency on Dns.h in Ethernet
Expand Down
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=HttpClient
version=2.2.0
author=Adrian McEwen <adrianm@mcqn.com>
maintainer=Adrian McEwen <adrianm@mcqn.com>
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
architectures=*

0 comments on commit 4a2222d

Please sign in to comment.