curl_slist_append
fn
curl_slist * curl_slist_append(curl_slist *, const(char) *)Name: curl_slist_append()
Description:
Appends a string to a linked list. If no list exists, it will be created first. Returns the new list, after appending.