remove ctx.inspect() implementation. Closes #164
obscures user-defned properties. ideally we fix it so .req / .res are not so verbose but meh for now
This commit is contained in:
parent
d8b6a18c9d
commit
dfe8e95be4
1 changed files with 0 additions and 14 deletions
|
@ -13,20 +13,6 @@ var http = require('http');
|
||||||
|
|
||||||
var proto = module.exports = {
|
var proto = module.exports = {
|
||||||
|
|
||||||
/**
|
|
||||||
* Inspect implementation.
|
|
||||||
*
|
|
||||||
* @return {Object}
|
|
||||||
* @api public
|
|
||||||
*/
|
|
||||||
|
|
||||||
inspect: function(){
|
|
||||||
return {
|
|
||||||
request: this.request,
|
|
||||||
response: this.response
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return JSON representation.
|
* Return JSON representation.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue