headers property

CaseInsensitiveMap<String> headers

Headers that will be sent to the user.

Note that if you have already started writing to the underlying stream, headers will not persist.

Implementation

CaseInsensitiveMap<String> get headers => _headers;