Internal method to set options to CURL using NativeFile parameter.

Property definitions

curl $ NativeCurl :: native_setopt_file
	# Internal method to set options to CURL using NativeFile parameter.
	private fun native_setopt_file(opt: CURLOption, file: NativeFile): CURLCode `{
		return curl_easy_setopt( self, opt, file);
	`}
lib/curl/native_curl.nit:98,2--101,3