summaryrefslogtreecommitdiff
path: root/docs/examples/anyauthput.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-06-18 10:17:02 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-18 10:17:02 +0200
commit26583a62ab8f29f672f91932b81c595f33c72b9f (patch)
treebf9af9c5287613e4f7322856f6d1d1958c96fe84 /docs/examples/anyauthput.c
parentcf6ef2dc92b35d130fbe66d95fc3de3b50a62345 (diff)
downloadcurl-26583a62ab8f29f672f91932b81c595f33c72b9f.tar.gz
examples: add descriptions with <DESC>
Using this fixed format for example descriptions, we can generate a better list on the web site.
Diffstat (limited to 'docs/examples/anyauthput.c')
-rw-r--r--docs/examples/anyauthput.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c
index b89dca2e1..2962645b9 100644
--- a/docs/examples/anyauthput.c
+++ b/docs/examples/anyauthput.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -19,6 +19,11 @@
* KIND, either express or implied.
*
***************************************************************************/
+/* <DESC>
+ * HTTP PUT upload with authentiction using "any" method. libcurl picks the
+ * one the server supports/wants.
+ * </DESC>
+ */
#include <stdio.h>
#include <fcntl.h>
#ifdef WIN32