That response is a string too, if you want to send the response
prettified, for some awkward reason, you could use something like
JSON.stringify(anObject, null, 3)It's important that you set the
Content-Type header to application/json, too.var http =...