From cda14b5db045b18799f40f577e0e0afc5d6fcf14 Mon Sep 17 00:00:00 2001
From: Michael Wallner
Expects the second parameter to be a string containing the data to upload.
See http_get() for a full list of available options.
Returns the HTTP response(s) as string on success, or FALSE on failure.
+Performs a custom HTTP request on the supplied url.
+Expects the first parameter to be an integer specifying the request method to use.
+Accepts an optional third string parameter containing the raw request body.
+See http_get() for a full list of available options.
Returns the HTTP response(s) as string on success, or FALSE on failure.
Register a custom request method.
Expects a string parameter containing the request method name to register.
@@ -566,7 +572,7 @@ HttpMessage::TYPE_REQUEST or supplied URL was empty.Get parent Message.
Returns the parent HttpMessage on success, or NULL if there's none.
-Throws HttpMessageException.
+Throws HttpRuntimeException.
Send the Message according to its type as Response or Request.
This provides limited functionality compared to HttpRequest and HttpResponse.
Re-constructs the HttpMessage based upon the serialized string.
Returns a clone of an HttpMessage object detached from any parent messages.
-Prepends message(s) to the HTTP message.
Expects an HttpMessage object as parameter.
+Throws HttpInvalidParamException if the message is located within the same message chain.
Reorders the message chain in reverse order.
Returns the most parent HttpMessage object.
@@ -1200,6 +1207,8 @@ http.cache_log is set.Generated at: Sun, 19 Mar 2006 19:28:39 +0100
+Generated at: Thu, 06 Apr 2006 15:55:09 +0200