headers property

Map<String, String> headers

Headers sent with the response to the HTTP request.

Implementation

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