The HTTP method, GET by default

Must be a capitalized string with request name complying with RFC7231

Property definitions

curl $ CurlHTTPRequest :: method
	# The HTTP method, GET by default
	#
	# Must be a capitalized string with request name complying with RFC7231
	var method: String = "GET" is optional, writable
lib/curl/curl.nit:126,2--129,49