Perform the transfer described by setted options

Property definitions

curl $ NativeCurl :: easy_perform
	# Perform the transfer described by setted options
	fun easy_perform: CURLCode `{ return curl_easy_perform( self ); `}
lib/curl/native_curl.nit:83,2--84,67