requireHeaders property

List<String> requireHeaders
final

A list of header field names that must appear in the serialized HTTP message, but no assertion is made on the value. Headers listed in headers do not need to appear in this list.

Implementation

final List<String> requireHeaders;