curl_slist_append

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.

extern (C)
curl_slist_append
(,
const(char)*
)

Meta