aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/README')
-rw-r--r--docs/examples/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/README b/docs/examples/README
index b89338f62..1ca62a154 100644
--- a/docs/examples/README
+++ b/docs/examples/README
@@ -78,4 +78,5 @@ simplepost.c - HTTP POST
simplessl.c - HTTPS example with certificates many options set
synctime.c - Sync local time by extracting date from remote HTTP servers
url2file.c - download a document and store it in a file
+xmlstream.c - Stream-parse a document using the streaming Expat parser
10-at-a-time.c - Download many files simultaneously, 10 at a time.