搜索资源列表
CHttpClient
- 一个用C++写的可实现与http服务器交互的类,并提供了他的com封装版并有帮助,我把它们全部压缩到了一起。-a C can be written with the interactive http server category, and to provide his version of the com Packaging and help, I put them down to together.
ryeolhttpclient_src
- CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。
CHttpClient
- 一个用C++写的可实现与http服务器交互的类,并提供了他的com封装版并有帮助,我把它们全部压缩到了一起。-a C can be written with the interactive http server category, and to provide his version of the com Packaging and help, I put them down to together.
ryeolhttpclient_src
- CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient aim is to simplify WinIne
lyoulhttpclient
- CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient are for the purpose of si
CHttpClient
- 将windows封装的有关Http通信接口函数及类封装起来,统一使用。-Encapsulate the windows package Http communication interface functions and classes, uniform use.
CHttpClient
- 用C++实现http协议传输,有详细文档说明(Using C++ to achieve HTTP protocol transmission, there are detailed documentation)
HTTPClient
- CHttpClient is a helper class using WinInet API. The purpose of this class is to help you interact with a HTTP web server. The class design goal is as follows: Easy to use. As many flexibilities as possible. Strict