mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-04-19 21:22:15 +03:00
Update HttpClient.h
This commit is contained in:
parent
0a3e61acaf
commit
ab3d0000f7
@ -43,6 +43,7 @@ class HttpClient : public Client
|
||||
public:
|
||||
static const int kNoContentLengthHeader =-1;
|
||||
static const int kHttpPort =80;
|
||||
static const int kHttpsPort =443;
|
||||
static const char* kUserAgent;
|
||||
|
||||
// FIXME Write longer API request, using port and user-agent, example
|
||||
|
Loading…
x
Reference in New Issue
Block a user