Property definitions

curl $ CURLInfoSList :: defaultinit
# Reproduce Enum of available CURL SList information, used for NativeCurl.easy_getinfo
extern class CURLInfoSList `{ CURLINFO `}
	new ssl_engines `{ return CURLINFO_SSL_ENGINES; `}
	new cookielist `{ return CURLINFO_COOKIELIST; `}
end
lib/curl/native_curl.nit:355,1--359,3