Raw body string

Set this value to send raw data instead of the POST formatted data.

If data is set, the body will not be sent.

Property definitions

curl $ CurlHTTPRequest :: body
	# Raw body string
	#
	# Set this value to send raw data instead of the POST formatted `data`.
	#
	# If `data` is set, the body will not be sent.
	var body: nullable String is writable
lib/curl/curl.nit:104,2--109,38