responseBlockHeaders property
Additional response headers which are not passed through to the client.
In addition to the responseHeadersNeverPass, these headers are also not passed through in the response.
Set this value in the constructor.
Implementation
final List<String> responseBlockHeaders = [];