From ab3d0000f736a961cbecbd983412dbf782e84969 Mon Sep 17 00:00:00 2001 From: Kodav <46531343+kodav@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:55:21 +0700 Subject: [PATCH] Update HttpClient.h --- src/HttpClient.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HttpClient.h b/src/HttpClient.h index 6a7aa1d..1b3eb3e 100644 --- a/src/HttpClient.h +++ b/src/HttpClient.h @@ -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