headers property
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;
The HTTP request headers. The ordering of the headers is significant. Multiple headers with the same key may present for the request.
final List<HttpHeader> headers;