headers property

List<HttpHeader> headers
final

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

Implementation

final List<HttpHeader> headers;