Header Options (headers)
An element configured within the httpEndpoint element so that the associated HTTP channel evaluates response header configurations.
Name Type Default Description add string Header names and values that are added to each HTTP response. Header values are optionally included using a colon (:) delimiter. Any header name defined using this child element must not be empty or present in the 'remove', 'set', or 'setIfMissing' header configurations. id string A unique configuration ID. remove string Header names that are removed from each HTTP response. Any header name defined using this child element must not be empty. No header values are expected. Any header name defined using this child element must not be present in the 'add', 'set', or 'setIfMissing' header configurations. set string Header names and values that are set to each HTTP response. Header values are optionally included using a colon (:) delimiter. Any header name defined using this child element must not be empty, defined more than once, or present in the 'remove', 'add', or 'setIfEmpty' header configurations. If the header is already present on the response, existing values are overwritten in favor of this configuration. setIfMissing string Header names and values that are set to each HTTP response if not already present. Header values are optionally included using a colon (:) delimiter. Any header name defined using this child element must not be empty, defined more than once, or present in the 'remove', 'add', or 'set' header configurations.