diff --git a/lib/context.js b/lib/context.js index fd7e6a2..111a107 100644 --- a/lib/context.js +++ b/lib/context.js @@ -20,7 +20,10 @@ module.exports = { */ inspect: function(){ - return this.toJSON(); + return { + request: this.request, + response: this.response + } }, /**