headers property

List<HttpHeader> headers
final

The HTTP request headers. The ordering of the headers is significant. Multiple headers with the same key may present for the request.

Implementation

final List<HttpHeader> headers;