Server-side function | |
Implemented in | Netscape Server 3.0 |
Syntax
deleteResponseHeader(field)
Parameters
field | A field to remove from the response header. |
Description
You can use the deleteResponseHeader
function to remove information from the header of the response you send to the client. The most frequent use of this function is to remove the default content-type information before adding your own content-type information with addResponseHeader
.
For more information, see addResponseHeader
.
Last Updated: 10/31/97 16:38:00