1
0
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:
Kodav 2023-11-02 16:55:21 +07:00 committed by GitHub
parent 0a3e61acaf
commit ab3d0000f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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