bagder: curl-www/libcurl/c _example.html,1.10,1.11
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/c In directory labb:/tmp/cvs-serv3805 Modified Files: _example.html Log Message: mention the debug.c and htmltitle.cc examples Index: _example.html =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/c/_example.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- _example.html 29 Jun 2004 13:31:49 -0000 1.10 +++ _example.html 31 Jan 2005 20:19:04 -0000 1.11 @@ -76,7 +76,7 @@ persistant connections if the remote server supports it. <p> -<b>mulithreaded URL fetches</b><br> <a +<b>multithreaded URL fetches</b><br> <a href="http://curl.haxx.se/lxr/source/docs/examples/multithread.c">multithread.c</a> starts a number of threads and retrieves one URL in each thread. This requires a working thread library. @@ -100,6 +100,17 @@ non-blocking operation. <p> +<b>debug callback</b><br> <a +href="http://curl.haxx.se/lxr/source/docs/examples/debug.c">debug.c</a> shows +how you can use the debug callback to get a full trace of all protocol data +being sent/received (and more). + +<p> +<b>HTML parsing</b><br> <a +href="http://curl.haxx.se/lxr/source/docs/examples/htmltitle.cc">htmltitle.c</a> +shows how to use libxml to parse HTML retrieved with libcurl. + +<p> <b>Doing SOAP with libcurl</b><br> <a href="http://www.vivtek.com/wftk/doc/code/wftk/action/ACTION_http.html">SOAP example by vivtek.com</a> _______________________________________________ http://cool.haxx.se/mailman/listinfo/curl-www-commits