headers property

Map<String, String> headers

An object with HTTP headers associated with the request. All header names are lower-case.

Implementation

Map<String, String> get headers => _headers;