headers property

Map<String, String> headers
final

Regular HTTP headers (excluding pseudo-headers).

The host header is mapped to the :authority pseudo-header during encoding. All other keys are lower-cased automatically.

Implementation

final Map<String, String> headers;