Should the response content be deserialized from JSON?

Property definitions

app $ AsyncHttpRequest :: deserialize_json
	# Should the response content be deserialized from JSON?
	var deserialize_json = true is writable
lib/app/http_request.nit:78,2--79,40

app $ MyHttpRequest :: deserialize_json
	redef fun deserialize_json do return false
lib/app/examples/http_request_example.nit:38,2--43