Chapter 4: Property Reference
response.icap_service( )
Determines whether a response to a client request is first sent to an ICAP service before being given to the client. Depending on the ICAP service, the response may be allowed, denied, or altered. Typical applications include virus scanning.
Syntax
response.icap_service(servicename [, fail_open fail_closed]) response.icap_service(no)
The default values are no and fail_closed.
where:
•
•fail_open
•fail_closed
•response.icap_service
Layer and Transaction Notes
•Use in <Cache> layers.
•Applies to HTTP, FTP, proxy, and cache transactions.
See Also
• Properties: request.icap_service( )
213