X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Ffunctions.html;h=dfe549637427b03b59ae5e035e214996eb883506;hb=6fe020cffcca62537ae61d4637d56c76b3364f71;hp=d2ceb4f1856686caafa4c6f18eaddafe91e56ad0;hpb=b637b6a7dc7e76df505a6f039994ed74c9f8ea1e;p=m6w6%2Fext-http 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