X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=docs%2Ffunctions.html;fp=docs%2Ffunctions.html;h=b27ed0799bae4709bf67515230a4092a77b61f5e;hp=d1725a19ff9e28e7b9e8319fe45b14c32a701e9b;hb=b3dd66ed1452139236b7101f7d73f19917bd1ea2;hpb=dd199f9961262ed43fa544240df15a9d6d7d0f08 diff --git a/docs/functions.html b/docs/functions.html index d1725a1..b27ed07 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -707,9 +707,13 @@ pairs to add.

bool HttpRequest::enableCookies()

Enable automatic sending of received cookies.
Note that cuutomly set cookies will be sent anyway.

-

bool HttpRequest::resetCookies()

+

bool HttpRequest::resetCookies([bool session_only = FALSE])

Reset all automatically received/sent cookies.
Note that customly set cookies are not affected.

+

Accepts an optional bool parameter specifying
+whether only session cookies should be reset
+(needs libcurl >= v7.15.4, else libcurl >= v7.14.1).

+

Returns TRUE on success, or FALSE on failure.

bool HttpRequest::setUrl(string url)

Set the request URL.

Expects a string as parameter specifying the request url.

@@ -1430,7 +1434,7 @@ http.cache_log is set.

-

Generated at: Mon, 22 May 2006 11:19:25 +0200

+

Generated at: Thu, 25 May 2006 10:46:03 +0200