Skip to content

Instantly share code, notes, and snippets.

@dtornow
Last active August 29, 2015 14:07
Show Gist options
  • Save dtornow/8c8aacf2f280af65661b to your computer and use it in GitHub Desktop.
Save dtornow/8c8aacf2f280af65661b to your computer and use it in GitHub Desktop.
dump
var parse = require("querystring").parse;
console.log(JSON.stringify({path: process.env.HTTP_PATH, body: process.env.HTTP_BODY, header: parse(process.env.HTTP_HEADER), method: process.env.HTTP_METHOD}, null, 4));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment