diff --git a/reference/http/functions/caching/http-cache-etag.xml b/reference/http/functions/caching/http-cache-etag.xml index b0326c60fa..c8c9fc994c 100644 --- a/reference/http/functions/caching/http-cache-etag.xml +++ b/reference/http/functions/caching/http-cache-etag.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ stringetag - Attempts to cache the sent entity by its ETag, either supplied or generated + Attempts to cache the sent entity by its ETag, either supplied or generated by the hash algorithm specified by the &link.http.configuration; http.etag.mode. @@ -40,7 +40,7 @@ etag - custom ETag + custom ETag diff --git a/reference/http/functions/caching/http-cache-last-modified.xml b/reference/http/functions/caching/http-cache-last-modified.xml index 8715f87291..790bac422b 100644 --- a/reference/http/functions/caching/http-cache-last-modified.xml +++ b/reference/http/functions/caching/http-cache-last-modified.xml @@ -1,5 +1,5 @@ - + @@ -28,6 +28,7 @@ http.log.cache is set and the cache attempt was successful. + ¬e.http.send.API.mayuse; &reftitle.parameters; diff --git a/reference/http/functions/responses/http-send-content-disposition.xml b/reference/http/functions/responses/http-send-content-disposition.xml index 1a1717d6f6..3d0d1e6f9e 100644 --- a/reference/http/functions/responses/http-send-content-disposition.xml +++ b/reference/http/functions/responses/http-send-content-disposition.xml @@ -1,5 +1,5 @@ - + @@ -14,8 +14,8 @@ boolinline = FALSE - Send the Content-Disposition. The Content-Disposition header is very useful - if the data actually sent came from a file or something similar, that should + Send the Content-Disposition. The Content-Disposition + header is very useful if the data actually sent came from a file or something similar, that should be "saved" by the client/user (i.e. by browsers "Save as..." popup window). ¬e.http.send.API; diff --git a/reference/http/functions/responses/http-send-content-type.xml b/reference/http/functions/responses/http-send-content-type.xml index 789b775b92..a98f1667d1 100644 --- a/reference/http/functions/responses/http-send-content-type.xml +++ b/reference/http/functions/responses/http-send-content-type.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ stringcontent_type = 'application/x-octetstream' - Send the Content-Type of the sent entity. + Send the Content-Type of the sent entity. ¬e.http.send.API; diff --git a/reference/http/functions/responses/http-send-last-modified.xml b/reference/http/functions/responses/http-send-last-modified.xml index 762e9080f2..f44381a851 100644 --- a/reference/http/functions/responses/http-send-last-modified.xml +++ b/reference/http/functions/responses/http-send-last-modified.xml @@ -1,5 +1,5 @@ - + @@ -13,9 +13,9 @@ inttimestamp - Send a Last-Modified header with a valid HTTP date. + Send a Last-Modified header with a valid HTTP date. - ¬e.http.send.API.mayuse; + ¬e.http.send.API; &reftitle.parameters; diff --git a/reference/http/functions/responses/http-send-stream.xml b/reference/http/functions/responses/http-send-stream.xml index e0c3834213..dd0533d5b2 100644 --- a/reference/http/functions/responses/http-send-stream.xml +++ b/reference/http/functions/responses/http-send-stream.xml @@ -1,5 +1,5 @@ - + @@ -12,11 +12,9 @@ boolhttp_send_stream resourcestream - Sends an already opened stream with support for (multiple) range requests. - &reftitle.parameters; diff --git a/reference/http/functions/responses/http-throttle.xml b/reference/http/functions/responses/http-throttle.xml index 6afb399e29..90fa0d8d98 100644 --- a/reference/http/functions/responses/http-throttle.xml +++ b/reference/http/functions/responses/http-throttle.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,6 @@ floatsec intbytes = 40960 - Sets the throttle delay and send buffer size. @@ -22,7 +21,6 @@ resp. thread until the entity has been completely sent. ¬e.http.send.API; - &reftitle.parameters;