curl_slist_append() appends a specified string to a linked list of
strings. The existing list should be passed as the first argument while
the new list is returned from this function. The specified string has
been appended when this function returns. curl_slist_append() copies the
string.