Skip to content

Instantly share code, notes, and snippets.

View LusciousPear's full-sized avatar

Bradford Stephens LusciousPear

View GitHub Profile
@LusciousPear
LusciousPear / echoHttpRequest.js
Last active August 29, 2015 14:15 — forked from Marak/echoHttpRequest.js
Echo HTTP requests
module['exports'] = function echoHttp (hook) {
hook.debug("Debug messages are sent to the debug console");
hook.debug(hook.params);
hook.debug(hook.req.path);
hook.debug(hook.req.method);