Sets the header with the specified key.
void setHeaderValue(String name, String value) { _headers![name] = value; }