ICAP::header

Description

The ICAP::header command sets or returns ICAP attributes in the ICAP header

Syntax

ICAP::header values <attr_name>
ICAP::header replace <attr_name> <attr_value>
ICAP::header remove <attr_name>
ICAP::header add <attr_name> <attr_value>
ICAP::header replace-all <header_text>

ICAP::header values <attr_name>

  • Gets the value of the specified ICAP header attribute

ICAP::header replace <attr_name> <attr_value>

  • Replace the specified ICAP header attribute with the provided value.

ICAP::header remove <attr_name>

  • Remove the specified ICAP header attribute

ICAP::header add <attr_name> <attr_value>

  • Adds the specified ICAP header attribute

ICAP::header replace-all <header_text>

  • Replace the current ICAP header with the provided text

Examples