Adds a header that will be sent with every outgoing request.
void addHeader(String key, String value) { _extraHeaders[key] = value; }