Browse Source

添加描述。

JeffWang 3 năm trước cách đây
mục cha
commit
b11c3a7329
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      WINHTTPS/WINHTTPS/HTTPDef.h

+ 6 - 0
WINHTTPS/WINHTTPS/HTTPDef.h

@@ -130,11 +130,17 @@ typedef struct HTTPItem
 	std::string IPEndPoint;
 #else
 	std::wstring m_strUrl;
+	// 主机;
 	std::wstring m_strHost;
+	// 域名;
 	std::wstring m_strDomain;
+	// 接口;
 	std::wstring m_strApiName;
+	// 服务器端口;
 	DWORD m_dwPort;
+	// 通讯方案;
 	int m_nScheme;//HTTP/HTTPS;
+	// 通讯方法;
 	std::wstring m_strMethod; // GET/POST/HEAD/PUT……;
 	// 客户端访问信息;
 	std::wstring m_strUserAgent;