SEC-2777: Fix <header> attributes in doc

This commit is contained in:
Rob Winch 2015-01-20 16:28:02 -06:00
parent 72de17d79a
commit b79ba12502

View File

@ -3764,7 +3764,7 @@ At times you may want to only write a header for certain requests. For example,
<!-- ... -->
<headers>
<header header-ref="headerWriter"/>
<header ref="headerWriter"/>
</headers>
</http>
@ -6804,12 +6804,12 @@ The `name` of the header.
[[nsa-header-value]]
* **header-value**
* **value**
The `value` of the header to add.
[[nsa-header-ref]]
* **header-ref**
* **ref**
Reference to a custom implementation of the `HeaderWriter` interface.