Add default header value by key
void addDefaultHeader(String key, String value) { _defaultHeaderMap[key] = value; }