Internal method to set options to CURL using CURLSList parameter.

Property definitions

curl $ NativeCurl :: native_setopt_slist
	# Internal method to set options to CURL using CURLSList parameter.
	private fun native_setopt_slist(opt: CURLOption, list: CURLSList): CURLCode `{ return curl_easy_setopt( self, opt, list); `}
lib/curl/native_curl.nit:106,2--107,125