Skip to content

Instantly share code, notes, and snippets.

var http = require('http');
module['exports'] = function echoHttp (hook) {
hook.debug("Debug messages are sent to the debug console");
hook.debug(hook.params);