We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3e61a commit ab3d000Copy full SHA for ab3d000
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