X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=docs%2Ffunctions.html;h=e1329bb6d9034cea8ed295454eae73dda45a755c;hp=f785fd092f8916f6c99c7a4757743875670650a3;hb=7ba82df3144551af4182de7e515f955b9b1a68a9;hpb=a0098fdbfef71be0fab417b5bc624dc884bd4549 diff --git a/docs/functions.html b/docs/functions.html index f785fd0..e1329bb 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -179,7 +179,7 @@ a "304 Not Modified" status code is issued.

string ob_etaghandler(string data, int mode)

For use with ob_start(). Output buffer handler generating an ETag with
the hash algorythm specified with the INI setting "http.etag_mode".

-

void http_throttle(double sec[, int bytes = 2097152])

+

void http_throttle(double sec[, int bytes = 40960])

Sets the throttle delay and send buffer size for use with http_send() API.
Provides a basic throttling mechanism, which will yield the current process
resp. thread until the entity has been completely sent, though.

@@ -270,7 +270,7 @@ array where the following keys will be recognized:

 - redirect:
  - compress:         bool, whether to allow gzip/deflate content encoding
(defaults to true)
- port: int, use another port as specified in the url
- - referer: string, the referer to sends
+ - referer: string, the referer to send
- useragent: string, the user agent to send
(defaults to PECL::HTTP/version (PHP/version)))
- headers: array, list of custom headers as associative array
@@ -374,7 +374,7 @@ compression ratio.

Check for feature that require external libraries.

Accpepts an optional in parameter specifying which feature to probe for.
If the parameter is 0 or omitted, the return value contains a bitmask of
-all supported featuers that depend on external libraries.

+all supported features that depend on external libraries.

Available features to probe for are:

@@ -1152,7 +1161,7 @@ http.cache_log is set.

-

Generated at: Tue, 11 Oct 2005 11:33:16 +0000

+

Generated at: Fri, 04 Nov 2005 12:29:06 +0100