Support combined host and port.

This commit is contained in:
Adam Gu
2018-08-01 12:32:53 +08:00
parent e368ad2efb
commit 3ba0ddbba1
10 changed files with 38 additions and 18 deletions
+3
View File
@@ -26,6 +26,9 @@ const std::string kAppJsonUtf8 = "application/json; charset=utf-8";
const std::string kTextXmlUtf8 = "text/xml; charset=utf-8";
#endif // WEBCC_ENABLE_SOAP
const std::string kHttpPort = "80";
const std::string kHttpsPort = "443";
const std::string kHttpHead = "HEAD";
const std::string kHttpGet = "GET";
const std::string kHttpPost = "POST";