X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=docs%2Ffunctions.html;fp=docs%2Ffunctions.html;h=e0d1e1c07131103a6cac648937d3137e87ae42e1;hp=164af4c00b2e784569423379e7dd8e31f811fcaa;hb=28676404f30a0814a8e027d63b3cec4959475c46;hpb=0dd8ced9885c983b6814dbea762fc29bc2a0ffd0 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