requestBlockHeaders property

List<String> requestBlockHeaders
final

Additional request headers which are not passed through to the target.

In addition to the requestHeadersNeverPass, these headers are also not passed through in the request.

Set this value in the constructor.

Implementation

final List<String> requestBlockHeaders = [];