diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 21:26:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 21:26:50 +0000 |
commit | 4c04c091385a0d0659ef5b7086036a468ebeb843 (patch) | |
tree | bc1a60ab2eb2e82632d0fe65a86d00f0ceeaa459 /docs/examples/README | |
parent | 47ea80baeee0244e016293c3363b5f4827a85eae (diff) |
ghiper now uses the timer callback in the multi interface
Diffstat (limited to 'docs/examples/README')
-rw-r--r-- | docs/examples/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/examples/README b/docs/examples/README index 71d0ab96e..8d2f0d7af 100644 --- a/docs/examples/README +++ b/docs/examples/README @@ -47,7 +47,9 @@ ftpupload.c - upload a file to an FTP server ftpuploadresume.c - resume an upload to an FTP server getinfo.c - get the Content-Type from the recent transfer getinmemory.c - download a file to memory only -hiperfifo.c - downloads all URLs written to the fifo +ghiper.c - curl_multi_socket() using code with glib-2 +hiperfifo.c - downloads all URLs written to the fifo, using + curl_multi_socket() and libevent htmltitle.cc - download a HTML file and extract the <title> tag from a HTML page using libxml http-post.c - HTTP POST |