X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Ffunctions.html;h=25b14cc58520389e19bc74f074de10c25d7fde1b;hb=9676c81efbb8f180fa189d71a7ecb50dde4f5646;hp=4c6aeedcbfdadac51e1e3a8c3c74dae1169befaf;hpb=0783cd4e630749e23e0cff3ec2453036412bba67;p=m6w6%2Fext-http diff --git a/docs/functions.html b/docs/functions.html index 4c6aeed..25b14cc 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -198,7 +198,7 @@ requested last modification date is not between the calculated timespan,
the Last-Modified header is updated and the actual body will be sent.

Returns FALSE on failure, or *exits* with "304 Not Modified" if the entity is cached.

A log entry will be written to the cache log if the INI entry
-http.cache_log is set and the cache attempt was successful.

+http.log.cache is set and the cache attempt was successful.

bool http_cache_etag([string etag])

Attempts to cache the sent entity by its ETag, either supplied or generated
by the hash algorithm specified by the INI setting "http.etag.mode".

@@ -207,7 +207,7 @@ ETag, the body is considered cached on the clients side and
a "304 Not Modified" status code is issued.

Returns FALSE on failure, or *exits* with "304 Not Modified" if the entity is cached.

A log entry is written to the cache log if the INI entry
-"http.cache_log" is set and the cache attempt was successful.

+"http.log.cache" is set and the cache attempt was successful.

string ob_etaghandler(string data, int mode)

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

@@ -243,7 +243,7 @@ if the client doesn't redirect immediately, and the request method was
another one than HEAD.

Returns FALSE on failure, or *exits* on success.

A log entry will be written to the redirect log, if the INI entry
-"http.redirect_log" is set and the redirect attempt was successful.

+"http.log.redirect" is set and the redirect attempt was successful.

bool http_send_data(string data)

Sends raw data with support for (multiple) range requests.

Returns TRUE on success, or FALSE on failure.

@@ -1434,7 +1434,7 @@ http.cache_log is set.

-

Generated at: Sun, 28 May 2006 17:34:52 +0200

+

Generated at: Sun, 28 May 2006 17:55:39 +0200