diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-19 10:09:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-19 10:09:15 +0000 |
commit | 2fe3829e5eafe2659a9ce32ad6532a1b037d3485 (patch) | |
tree | 0007e7b8f637607c25fb44ac7808f88d6de99bf9 /docs/examples | |
parent | a0c8b9bc68730bf6290a308602d3f793a6bde25f (diff) |
add a URL to an article about making Apache support PUT
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/httpput.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/httpput.c b/docs/examples/httpput.c index d4b7dd5af..162a6b0d8 100644 --- a/docs/examples/httpput.c +++ b/docs/examples/httpput.c @@ -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) |