Close low-level resources associated to this request

Once closed, this request can't be used again.

If this service isn't called explicitly, low-level resources may be freed automatically by the GC.

Property definitions

curl $ CurlRequest :: close
	# Close low-level resources associated to this request
	#
	# Once closed, this request can't be used again.
	#
	# If this service isn't called explicitly, low-level resources
	# may be freed automatically by the GC.
	fun close do curl.finalize
lib/curl/curl.nit:68,2--74,27