It's passed at the end of the request like this:
var options = { ... } var data = JSON.stringify({"key":"value", ...}); require("http").request(options, function(res) { ... }).end(data);
@Ollie started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
It's passed at the end of the request like this: