]> granicus.if.org Git - curl/commitdiff
add a URL to an article about making Apache support PUT
authorDaniel Stenberg <daniel@haxx.se>
Wed, 19 Jan 2005 10:09:15 +0000 (10:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 Jan 2005 10:09:15 +0000 (10:09 +0000)
docs/examples/httpput.c

index d4b7dd5af4065ab23d3157b87cbd4b44ca2de6df..162a6b0d8a0b5ec876d9f2957efd9ad37ec2dac2 100644 (file)
@@ -19,6 +19,9 @@
  * line argument to the URL also given on the command line.
  *
  * This example also uses its own read callback.
+ *
+ * Here's an article on how to setup a PUT handler for Apache:
+ * http://www.apacheweek.com/features/put
  */
 
 size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream)