responseHeadersToRemove property

List<String>? responseHeadersToRemove
getter/setter pair

A list of header names for headers that need to be removed from the response before sending the response back to the client.

Implementation

core.List<core.String>? responseHeadersToRemove;