#
-# $Id: cf.data.pre,v 1.269 2002/07/03 06:56:15 hno Exp $
+# $Id: cf.data.pre,v 1.270 2002/07/03 07:12:40 hno Exp $
#
#
# SQUID Web Proxy Cache http://www.squid-cache.org/
list separator. ; can be any non-alphanumeric
character.
- In addition, any string specified in the referencing acl will also be
- included in the helper request line, after the specified formats
- (see the acl directive)
+ In addition, any string specified in the referencing acl will
+ also be included in the helper request line, after the specified
+ formats (see the "acl external" directive)
- The helper receives lines per the above FORMAT specification, and
- returns OK or ERR indicating the validity of the request, and
- optionally additional keywords with additional details.
+ The helper receives lines per the above format specification,
+ and returns lines starting with OK or ERR indicating the validity
+ of the request and optionally followed by additional keywords with
+ more details.
General result syntax:
OK/ERR keyword=value ...
- Keywords:
+ Defined keywords:
user= The users name (login)
error= Error description (only defined for ERR results)
Keyword values need to be enclosed in quotes if they may contain
whitespace, or the whitespace escaped using \. Any quotes or \
- characters in the result must be \ escaped.
+ characters within the keyword value must be \ escaped.
DOC_END
COMMENT_START