TestCurl

所属分类:网络编程
开发工具:Visual C++
文件大小:1856KB
下载次数:18
上传日期:2013-12-27 10:05:57
上 传 者俊无赖
说明:  使用curl实现http客户端的一个实例,分别实现了post和get的功能
(An example of using curl http client to achieve, namely to achieve a post and get the function)

文件列表:
TestCurl\Debug\libcurl.dll (270336, 2008-02-12)
TestCurl\Debug\TestCurl.exe (6356992, 2013-12-09)
TestCurl\Debug\zlib1.dll (75264, 2005-07-20)
TestCurl\include\curl\curl.h (66039, 2008-01-10)
TestCurl\include\curl\curlver.h (2799, 2008-01-28)
TestCurl\include\curl\easy.h (2919, 2004-11-09)
TestCurl\include\curl\Makefile.am (142, 2007-12-18)
TestCurl\include\curl\Makefile.in (13197, 2008-01-28)
TestCurl\include\curl\mprintf.h (2787, 2007-08-08)
TestCurl\include\curl\multi.h (13043, 2007-05-30)
TestCurl\include\curl\stdcheaders.h (1383, 2004-01-07)
TestCurl\include\curl\types.h (15, 2007-12-25)
TestCurl\include\Makefile.am (80, 2000-07-31)
TestCurl\include\Makefile.in (15689, 2008-01-28)
TestCurl\lib\libcurl.lib (13298, 2008-02-12)
TestCurl\TestCurl\HttpClient.cpp (2259, 2013-12-10)
TestCurl\TestCurl\HttpClient.h (301, 2013-12-04)
TestCurl\TestCurl\res\TestCurl.ico (67777, 2009-08-31)
TestCurl\TestCurl\res\TestCurl.rc2 (672, 2013-12-04)
TestCurl\TestCurl\resource.h (3018, 2013-12-16)
TestCurl\TestCurl\stdafx.cpp (141, 2013-12-04)
TestCurl\TestCurl\stdafx.h (1632, 2013-12-04)
TestCurl\TestCurl\targetver.h (234, 2013-12-04)
TestCurl\TestCurl\TestCurl.aps (106612, 2013-12-16)
TestCurl\TestCurl\TestCurl.cpp (2019, 2013-12-04)
TestCurl\TestCurl\TestCurl.h (454, 2013-12-04)
TestCurl\TestCurl\TestCurl.rc (11766, 2013-12-16)
TestCurl\TestCurl\TestCurl.vcxproj (6321, 2013-12-04)
TestCurl\TestCurl\TestCurl.vcxproj.filters (2181, 2013-12-04)
TestCurl\TestCurl\TestCurl.vcxproj.user (143, 2013-12-04)
TestCurl\TestCurl\TestCurlDlg.cpp (4248, 2013-12-16)
TestCurl\TestCurl\TestCurlDlg.h (816, 2013-12-16)
TestCurl\TestCurl.sln (891, 2013-12-04)
TestCurl\TestCurl.suo (16384, 2013-12-16)
TestCurl\include\curl (0, 2013-12-04)
TestCurl\TestCurl\res (0, 2013-12-04)
TestCurl\Debug (0, 2013-12-27)
TestCurl\include (0, 2013-12-27)
... ...

_ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | | (__| |_| | _ <| |___ \___|\___/|_| \_\_____| Include files for libcurl, external users. They're all placed in the curl subdirectory here for better fit in any kind of environment. You should include files from here using... #include ... style and point the compiler's include path to the directory holding the curl subdirectory. It makes it more likely to survive future modifications. NOTE FOR LIBCURL HACKERS All the include files in this tree are written and intended to be installed on a system that may serve multiple platforms and multiple applications, all using libcurl (possibly even different libcurl installations using different versions). Therefore, all header files in here must obey these rules: * They cannot depend on or use configure-generated results from libcurl's or curl's directories. Other applications may not run configure as (lib)curl does, and using platform dependent info here may break other platforms. * We cannot assume anything else but very basic compiler features being present. While libcurl requires an ANSI C compiler to build, some of the earlier ANSI compilers clearly can't deal with some preprocessor operators. * Newlines must remain unix-style for older compilers' sake. * Comments must be written in the old-style /* unnested C-fashion */ To figure out how to do good and portable checks for features, operating systems or specific hardwarare, a very good resource is Bjorn Reese's collection at http://predef.sf.net/

近期下载者

相关文件


收藏者