curl_slist_free_all

This function removes all traces of a previously built curl_slist linked list. see also https://curl.haxx.se/libcurl/c/curl_slist_free_all.html

Syntax

native curl_slist_free_all(curl_slist: list)

Usage

list Existing list
Defined in curl.inc . This documentation was automatically generated from source.