From: Michael Wallner
Date: Thu, 13 Apr 2006 15:28:43 +0000 (+0000)
Subject: - release 1.0.0RC3
X-Git-Tag: RELEASE_1_0_0RC3~1
X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=28676404f30a0814a8e027d63b3cec4959475c46;p=m6w6%2Fext-http
- release 1.0.0RC3
---
diff --git a/docs/functions.html b/docs/functions.html
index 164af4c..e0d1e1c 100644
--- a/docs/functions.html
+++ b/docs/functions.html
@@ -402,6 +402,9 @@ See http_get() for a full list of available options.
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.
+string http_request_body_encode(array fields, array files)
+Generate x-www-form-urlencoded resp. form-data encoded request body.
+Returns encoded string on success, or FALSE on failure.
int http_request_method_register(string method)
Register a custom request method.
Expects a string parameter containing the request method name to register.
@@ -1209,6 +1212,8 @@ http.cache_log is set.
http_request
+http_request_body_encode
+
http_request_method_register
http_request_method_unregister
@@ -1410,7 +1415,7 @@ http.cache_log is set.
- Generated at: Thu, 06 Apr 2006 15:55:09 +0200
+ Generated at: Thu, 13 Apr 2006 17:25:58 +0200