From: Michael Wallner
- redirect: like array("header" => "value")
- cookies: array, list of cookies as associative array
like array("cookie" => "value")
+ - encodecookies: bool, whether to urlencode the cookies (default: true)
+ - resetcookies: bool, wheter to reset the cookies
- cookiestore: string, path to a file where cookies are/will be stored
- resume: int, byte offset to start the download from;
if the server supports ranges
@@ -579,6 +581,9 @@ should also contain any parent messages.void HttpMessage::prepend(HttpMessage message)
Prepends message(s) to the HTTP message.
Expects an HttpMessage object as parameter.
+HttpMessage HttpMessage::reverse()
+Reorders the message chain in reverse order.
+Returns the most parent HttpMessage object.
void HttpMessage::rewind(void)
Implements Iterator.
bool HttpMessage::valid(void)
@@ -1228,6 +1233,7 @@ http.cache_log is set.
Generated at: Mon, 06 Feb 2006 16:10:01 +0100
+Generated at: Sat, 11 Feb 2006 15:09:37 +0100