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

Return

This function has no return value.

Defined in curl.inc at line 192 . This documentation was automatically generated from source.