Add a new header value to the request headers.
Map<String, dynamic> addHeader(String key, dynamic value) { this[key] = value; return this; }