Created
November 3, 2010 23:30
-
-
Save santiago/661895 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ socket: | |
{ fd: 7 | |
, type: 'tcp4' | |
, secure: false | |
, _readWatcher: { callback: [Function] } | |
, readable: true | |
, _writeQueue: [] | |
, _writeQueueEncoding: [] | |
, _writeQueueFD: [] | |
, _writeWatcher: { socket: [Circular], callback: [Function: _doFlush] } | |
, writable: true | |
, _writeImpl: [Function] | |
, _readImpl: [Function] | |
, _shutdownImpl: [Function] | |
, remoteAddress: '127.0.0.1' | |
, remotePort: 38841 | |
, 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: populate_games] | |
, __usedRouter: true | |
, type: 'tcp4' | |
, fd: 6 | |
} | |
, _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:34:34 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': '737' | |
, 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: next] | |
, _decoder: | |
{ encoding: 'utf8' | |
, charBuffer: <Buffer 11 00 00 00> | |
, charReceived: 0 | |
, charLength: 0 | |
} | |
, _events: { data: [Function], end: [Function] } | |
, rawBody: 'game[category]=mental&game[title]=Surprise%20GiftTtTTt&game[rules]=Sometime%20in%20the%20eveningslip%20a%20love%20note%20or%20other%20surprise%20under%20your%20mate%E2%80%99s%20pillow.%20When%20you%20go%20to%20bedjust%20tell%20them%20that%20there%E2%80%99s%20a%20surprise%20under%20their%20pillow.&game[tips]=&game[id]=4cd1c4fbdba8ac0741000009&game[warning]=&game[situations][0][id]=4cd1c4fbdba8ac0741000002&game[situations][0][description]=waking%20up%20in%20the%20morning&game[situations][1][id]=4cd1c4fbdba8ac0741000003&game[situations][1][description]=going%20to%20bed%20at%20night&game[synopsis]=A%20little%20goes%20a%20long%20way.%20Surprise%20loved%20ones%20by%20leaving%20small%20tokens%20of%20affection%20for%20them%20to%20find.' | |
, body: | |
{ 'game[category]': 'mental' | |
, 'game[title]': 'Surprise GiftTtTTt' | |
, 'game[rules]': 'Sometime in the eveningslip a love note or other surprise under your mate’s pillow. When you go to bedjust tell them that there’s a surprise under their pillow.' | |
, 'game[tips]': '' | |
, 'game[id]': '4cd1c4fbdba8ac0741000009' | |
, 'game[warning]': '' | |
, 'game[situations][0][id]': '4cd1c4fbdba8ac0741000002' | |
, 'game[situations][0][description]': 'waking up in the morning' | |
, 'game[situations][1][id]': '4cd1c4fbdba8ac0741000003' | |
, 'game[situations][1][description]': 'going to bed at night' | |
, 'game[synopsis]': 'A little goes a long way. Surprise loved ones by leaving small tokens of affection for them to find.' | |
} | |
, params: [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment