aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-02-04 18:08:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-02-04 18:08:54 +0000
commitda2c12467587fa2b8e65f0b8dd3d3137d2afb2a5 (patch)
tree4262fd3a92283ad8709775ee8f5722d726578054 /docs/examples/README
parent8cb695a9633e13d4378d9dc8f2af51ffb97a086f (diff)
downloadgnurl-da2c12467587fa2b8e65f0b8dd3d3137d2afb2a5.tar.gz
gnurl-da2c12467587fa2b8e65f0b8dd3d3137d2afb2a5.tar.bz2
gnurl-da2c12467587fa2b8e65f0b8dd3d3137d2afb2a5.zip
Frank's synctime.c example and an updated list in README
Diffstat (limited to 'docs/examples/README')
-rw-r--r--docs/examples/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/examples/README b/docs/examples/README
index 21fc5f644..42146c5d9 100644
--- a/docs/examples/README
+++ b/docs/examples/README
@@ -33,6 +33,8 @@ we expect you to actually torture our web site with your tests! Thanks.
EXAMPLES
anyauthput.c - HTTP PUT using "any" authentication method
+cacertinmem.c - Use a built-in PEM certificate to retrieve a https page
+cookie_interface.c - shows usage of simple cookie interface
curlgtk.c - download using a GTK progress bar
curlx.c - getting file info from the remote cert data
debug.c - showing how to use the debug callback
@@ -55,6 +57,7 @@ multi-double.c - a multi-interface app doing two simultaneous transfers
multi-post.c - a multi-interface app doing a multipart formpost
multi-single.c - a multi-interface app getting a single file
multithread.c - an example using multi-treading transfering multiple files
+opensslthreadlock.c - show how to do locking when using OpenSSL multi-threaded
persistant.c - request two URLs with a persistant connection
post-callback.c - send a HTTP POST using a callback
postit2.c - send a HTTP multipart formpost
@@ -62,3 +65,4 @@ sepheaders.c - download headers to a separate file
simple.c - the most simple download a URL source
simplepost.c - HTTP POST
simplessl.c - HTTPS example with certificates many options set
+synctime.c - Sync local time by extracing date from remote HTTP servers