WithHeaderAdd returns a RequestOption that adds the header value to the associated key.
func WithHeaderAdd(key, value string) RequestOptionWithHeaderAdd returns a RequestOption that adds the header value to the associated key. It appends onto any existing values.