文件名称:HTTP Communication from MFC/Windows Application
文件大小:210KB
文件格式:ZIP
更新时间:2015-03-16 23:50:17
HTTP
Did you ever think of writing a Windows based application that talks to a web server and displays the results from a web server? If you didn't, well this is the right time to. "Why now?" you may ask. Because, a new interface, IXMLHttpRequest, is provided as part of Microsoft XML parser, which makes making HTTP requests effortless. IXMLHttpRequest supports HTTP communication from a client to a server. The following is a snapshot of some of the important methods and properties:
【文件预览】:
http_request
----demo_dll.cpp(897B)
----demo_download.exe(252KB)
----utility()
--------md5.h(987B)
--------atlcrypt.inl(23KB)
--------base64.h(1KB)
--------atlcrypt.h(11KB)
--------gzip_decompress.h(2KB)
----lib()
--------http_request_manager.h(8KB)
--------http_request_header.inl(5KB)
--------http_request_inner.inl(2KB)
--------http_response_info.inl(2KB)
--------http_request.h(8KB)
----doc.chm(55KB)
----demo_post_multipart.cpp(2KB)
----demo_download()
--------stdafx.cpp(207B)
--------Resource.h(582B)
--------dlg_download.h(1KB)
--------http.rc(7KB)
--------res()
--------stdafx.h(3KB)
--------file.h(6KB)
--------dlg_proxy.h(676B)
--------http.vcproj(5KB)
--------dlg_main.cpp(1KB)
--------http.sln(872B)
--------dlg_download.cpp(8KB)
--------http.h(345B)
--------http.cpp(2KB)
--------dlg_main.h(506B)