We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ecf29 commit e0b4ebbCopy full SHA for e0b4ebb
src/HttpClient.h
@@ -43,6 +43,7 @@ class HttpClient : public Client
43
public:
44
static const int kNoContentLengthHeader =-1;
45
static const int kHttpPort =80;
46
+ static const int kHttpsPort =443;
47
static const char* kUserAgent;
48
49
// FIXME Write longer API request, using port and user-agent, example
0 commit comments