| Template class for adding arbitrary mime headers to a reply.
Add a header onto the response, removing the tag from the HTML.
<addheader name1=value1 name2=value2 ...>
where name is the name of an HTTP header, and
value is its value. If no value is provided, then
the header is removed. If multiple name/value pairs are provided,
they are processed in arbitrary order.
If a "location" header is added, the status code is automatically
set to "302". If the value doesn't start with "http...", then the
server's url is prepended. Removing location headers is ill-advised.
The values are subject to ${...} substitutions.
Note: Setting invalid headers will lead to unpredictable results,
author: Stephen Uhler version: %V% 00/11/21 |