Skip to content

Instantly share code, notes, and snippets.

@tjanczuk
Created April 24, 2015 19:19
Show Gist options
  • Save tjanczuk/56766c24feed428e4120 to your computer and use it in GitHub Desktop.
Save tjanczuk/56766c24feed428e4120 to your computer and use it in GitHub Desktop.
return function (ctx, req, res) {
res.end(JSON.stringify({ url: req.url, headers: req.headers }, null, 2));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment