Skip to content

Commit ab3d000

Browse files
authoredNov 2, 2023··
Update HttpClient.h
1 parent 0a3e61a commit ab3d000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎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)
Please sign in to comment.