headers property

Map<String, dynamic>? headers
getter/setter pair

Http request headers. The keys of initial headers will be converted to lowercase, for example 'Content-Type' will be converted to 'content-type'.

The key of Header Map is case-insensitive, eg: content-type and Content-Type are regard as the same key.

Implementation

Map<String, dynamic>? headers;