headers property

Map<String, String> headers
final

Response headers, one joined value per name (unmodifiable).

A name the response sent more than once — set-cookie above all — joins its values with , , which is not reversible for a cookie carrying an Expires date. Read headersAll for those.

Implementation

final Map<String, String> headers;