headers property

Map<String, String> headers
final

The response headers, when available. May carry service directives (e.g. protocol fallback instructions) even on error responses.

Implementation

final Map<String, String> headers;