Skip to content

Instantly share code, notes, and snippets.

@santiago
Created November 3, 2010 23:38
Show Gist options
  • Save santiago/661901 to your computer and use it in GitHub Desktop.
Save santiago/661901 to your computer and use it in GitHub Desktop.
{ socket:
{ fd: 8
, type: 'tcp4'
, secure: false
, _readWatcher: { callback: [Function], socket: [Object] }
, readable: true
, _writeQueue: []
, _writeQueueEncoding: []
, _writeQueueFD: []
, _writeWatcher: { socket: [Circular], callback: [Function] }
, writable: true
, _writeImpl: [Function]
, _readImpl: [Function]
, _shutdownImpl: [Function]
, remoteAddress: '127.0.0.1'
, remotePort: 62947
, server:
{ config: {}
, settings: [Object]
, redirects: {}
, viewHelpers: {}
, dynamicViewHelpers: {}
, errorHandlers: []
, stack: [Object]
, connections: 1
, watcher: [Object]
, _events: [Object]
, routes: [Object]
, router: [Getter]
, db: [Object]
, sys: [Object]
, populate_games: [Function]
, __usedRouter: true
, type: 'tcp4'
, fd: 7
}
, _outgoing: [ [Object] ]
, __destroyOnDrain: false
, ondrain: [Function]
, _idleTimeout: 120000
, _idleNext:
{ repeat: 120
, _idleNext: [Circular]
, _idlePrev: [Circular]
, callback: [Function]
}
, _idlePrev: [Circular]
, _idleStart: Wed, 03 Nov 2010 23:38:18 GMT
, _events:
{ timeout: [Function]
, error: [Function]
, close: [Function]
}
, ondata: [Function]
, onend: [Function]
, _onOutgoingSent: [Function]
}
, connection: [Circular]
, httpVersion: '1.1'
, headers:
{ accept: '*/*; q=0.5, application/xml'
, 'content-type': 'application/x-www-form-urlencoded'
, 'accept-encoding': 'gzip, deflate'
, 'content-length': '788'
, host: 'localhost:8000'
}
, url: '/admin/couple_fun/games'
, method: 'PUT'
, statusCode: null
, client: [Circular]
, httpVersionMajor: 1
, httpVersionMinor: 1
, upgrade: false
, originalUrl: '/admin/couple_fun/games'
, query: {}
, app: [Circular]
, res: [Circular]
, next: [Function]
, _decoder:
{ encoding: 'utf8'
, charBuffer: <Buffer 52 3b 00 01>
, charReceived: 0
, charLength: 0
}
, _events: { data: [Function], end: [Function] }
, rawBody: 'game[category]=mental&game[title]=Make%20up%20a%20Story&game[rules]=as%20you%20pick%20up%20where%20the%20other%20player%20leaves%20off.Just%20decide%20who%20startsand%20start%20telling%20a%20story%20one%20sentence%20(or%20one%20word)%20at%20a%20time.%20Each%20person%20says%20his%20or%20her%20sentence&game[tips]=&game[id]=4cca56fa41ca7bf01c000007&game[warning]=connecting%20as%20much%20as%20possible%20with%20the%20thought%20and%20character(s)%20of%20the%20previous%20sentence.&game[situations][0][id]=4cca56fa41ca7bf01c000002&game[situations][0][description]=waking%20up%20in%20the%20morning&game[situations][1][id]=4cca56fa41ca7bf01c000003&game[situations][1][description]=going%20to%20bed%20at%20night&game[synopsis]=Try%20not%20to%20let%20your%20imagination%20run%20away%20with%20you'
, body:
{ game:
{ category: 'mental'
, title: 'Make up a Story'
, rules: 'as you pick up where the other player leaves off.Just decide who startsand start telling a story one sentence (or one word) at a time. Each person says his or her sentence'
, tips: ''
, id: '4cca56fa41ca7bf01c000007'
, warning: 'connecting as much as possible with the thought and character(s) of the previous sentence.'
, situations: [Object]
, synopsis: 'Try not to let your imagination run away with you'
}
}
, params: []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment