Skip to content

Commit e0b4ebb

Browse files
authored
Update HttpClient.h
1 parent 09ecf29 commit e0b4ebb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HttpClient.h

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class HttpClient : public Client
4343
public:
4444
static const int kNoContentLengthHeader =-1;
4545
static const int kHttpPort =80;
46+
static const int kHttpsPort =443;
4647
static const char* kUserAgent;
4748

4849
// FIXME Write longer API request, using port and user-agent, example

0 commit comments

Comments
 (0)