From: Michael Wallner Date: Sat, 11 Feb 2006 14:11:09 +0000 (+0000) Subject: changelog & docs X-Git-Tag: RELEASE_0_23_0~16 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=6fe020cffcca62537ae61d4637d56c76b3364f71 changelog & docs --- diff --git a/docs/functions.html b/docs/functions.html index d2ceb4f..dfe5496 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -323,6 +323,8 @@ array where the following keys will be recognized:

 - 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.

  • HttpMessage::unserialize()
  • HttpMessage::detach()
  • HttpMessage::prepend()
  • +
  • HttpMessage::reverse()
  • HttpMessage::rewind()
  • HttpMessage::valid()
  • HttpMessage::next()
  • @@ -1355,7 +1361,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

    diff --git a/package2.xml b/package2.xml index d425d16..ccaf772 100644 --- a/package2.xml +++ b/package2.xml @@ -47,7 +47,13 @@ HttpResponse BSD, revised