Method description:
Removes the header waiting for implicit sending.
grammar:
The code copy is as follows:
response.removeHeader(name)
Receive parameters:
name The type of response header, note that this name is case-insensitive.
example:
The code copy is as follows:
response.removeHeader("Content-Encoding");