mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-04-19 21:22:15 +03:00
Changes so this can be added to the Arduino 1.5+ library manager
This commit is contained in:
parent
4bb288dd86
commit
4a2222d210
@ -9,7 +9,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Initialize constants
|
// 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 ": ";
|
const char* HttpClient::kContentLengthPrefix = HTTP_HEADER_CONTENT_LENGTH ": ";
|
||||||
|
|
||||||
#ifdef PROXY_ENABLED // currently disabled as introduces dependency on Dns.h in Ethernet
|
#ifdef PROXY_ENABLED // currently disabled as introduces dependency on Dns.h in Ethernet
|
||||||
|
9
library.properties
Normal file
9
library.properties
Normal file
@ -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=*
|
Loading…
x
Reference in New Issue
Block a user