diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-31 18:23:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-31 18:23:42 +0000 |
commit | d7648d94ca802752ea6d8c061fecb87bce6d3d17 (patch) | |
tree | a40564e9a34361ffc5a4230a6ab83a4f68785b47 /docs/examples | |
parent | 883343ba63a376ce9326149b0476262993d73b08 (diff) |
htmltitle
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/README b/docs/examples/README index 9951241c5..21fc5f644 100644 --- a/docs/examples/README +++ b/docs/examples/README @@ -44,6 +44,8 @@ ftpgetresp.c - get the response strings from the FTP server ftpupload.c - upload a file to a FTP server getinfo.c - get the Content-Type from the recent transfer getinmemory.c - download a file to memory only +htmltitle.cc - download a HTML file and extract the <title> tag from a HTML + page using libxml http-post.c - HTTP POST httpput.c - HTTP PUT a local file https.c - simple HTTPS transfer |