add a URL to an article about making Apache support PUT
This commit is contained in:
parent
a0c8b9bc68
commit
2fe3829e5e
@ -19,6 +19,9 @@
|
|||||||
* line argument to the URL also given on the command line.
|
* line argument to the URL also given on the command line.
|
||||||
*
|
*
|
||||||
* This example also uses its own read callback.
|
* 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)
|
size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user