File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 99#endif
1010
1111// Initialize constants
12- const char * HttpClient::kUserAgent = " Arduino/2.1 " ;
12+ const char * HttpClient::kUserAgent = " Arduino/2.2.0 " ;
1313const char * HttpClient::kContentLengthPrefix = HTTP_HEADER_CONTENT_LENGTH " : " ;
1414
1515#ifdef PROXY_ENABLED // currently disabled as introduces dependency on Dns.h in Ethernet
Original file line number Diff line number Diff line change 1+ name =HttpClient
2+ version =2.2.0
3+ author =Adrian McEwen <adrianm@mcqn.com>
4+ maintainer =Adrian McEwen <adrianm@mcqn.com>
5+ sentence =Library to easily make HTTP GET, POST and PUT requests to a web server.
6+ paragraph =Works with any class derived from Client - so switching between Ethernet, WiFi and GSMClient requires minimal code changes.
7+ category =Communication
8+ url =http://github.com/amcewen/HttpClient
9+ architectures =*
You can’t perform that action at this time.
0 commit comments