curl-library
Re: redirects and their bodies
From: Michael Wallner <mike_at_iworks.at>
Date: Thu, 28 Jul 2005 12:08:39 +0200
Date: Thu, 28 Jul 2005 12:08:39 +0200
Hi Michael Wallner, you wrote:
The definiton of the new options was missing in the previous mail:
Index: include/curl/curl.h
===================================================================
RCS file: /cvsroot/curl/curl/include/curl/curl.h,v
retrieving revision 1.282
diff -u -r1.282 curl.h
--- include/curl/curl.h 27 Jul 2005 22:17:15 -0000 1.282
+++ include/curl/curl.h 28 Jul 2005 10:09:30 -0000
@@ -893,6 +893,9 @@
/* feed cookies into cookie engine */
CINIT(COOKIELIST, OBJECTPOINT, 135),
+ /* provide redirect response bodies */
+ CINIT(REDIRBODIES, LONG, 136),
+
CURLOPT_LASTENTRY /* the last unused */
} CURLoption;
Thanks,
-- Michael - < mike(@)php.net >Received on 2005-07-28