用c++写https客户端和服务器大体步骤有哪些

日期:2016-05-25 11:03:25 人气:1

用c++写https客户端和服务器大体步骤有哪些

HTTP Server API Version 2.0 Reference (Windows) 读完这个你就懂了,就那么几个函数,自动使用IOCP和http.sys,根本无需担心性能问题,只要写你的业务逻辑就好了。 msdn还有良心sample:HTTP Server Sample Application (Windows)
    A+
热门评论