Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.29 KB | None | 0 0
  1. { _readableState:
  2. { highWaterMark: 16384,
  3. buffer: [],
  4. length: 0,
  5. pipes: null,
  6. pipesCount: 0,
  7. flowing: false,
  8. ended: false,
  9. endEmitted: false,
  10. reading: false,
  11. calledRead: false,
  12. sync: true,
  13. needReadable: false,
  14. emittedReadable: false,
  15. readableListening: false,
  16. objectMode: false,
  17. defaultEncoding: 'utf8',
  18. ranOut: false,
  19. awaitDrain: 0,
  20. readingMore: false,
  21. decoder: null,
  22. encoding: null },
  23. readable: true,
  24. domain: null,
  25. _events: {},
  26. _maxListeners: 10,
  27. socket:
  28. { _connecting: false,
  29. _handle:
  30. { fd: 20,
  31. writeQueueSize: 0,
  32. owner: [Circular],
  33. onread: [Function: onread],
  34. reading: true },
  35. _readableState:
  36. { highWaterMark: 16384,
  37. buffer: [],
  38. length: 0,
  39. pipes: null,
  40. pipesCount: 0,
  41. flowing: false,
  42. ended: false,
  43. endEmitted: false,
  44. reading: true,
  45. calledRead: true,
  46. sync: false,
  47. needReadable: true,
  48. emittedReadable: false,
  49. readableListening: false,
  50. objectMode: false,
  51. defaultEncoding: 'utf8',
  52. ranOut: false,
  53. awaitDrain: 0,
  54. readingMore: false,
  55. decoder: null,
  56. encoding: null },
  57. readable: true,
  58. domain: null,
  59. _events:
  60. { end: [Object],
  61. finish: [Function: onSocketFinish],
  62. _socketEnd: [Function: onSocketEnd],
  63. drain: [Object],
  64. timeout: [Function],
  65. error: [Function],
  66. close: [Object] },
  67. _maxListeners: 10,
  68. _writableState:
  69. { highWaterMark: 16384,
  70. objectMode: false,
  71. needDrain: false,
  72. ending: false,
  73. ended: false,
  74. finished: false,
  75. decodeStrings: false,
  76. defaultEncoding: 'utf8',
  77. length: 0,
  78. writing: false,
  79. sync: true,
  80. bufferProcessing: false,
  81. onwrite: [Function],
  82. writecb: null,
  83. writelen: 0,
  84. buffer: [],
  85. errorEmitted: false },
  86. writable: true,
  87. allowHalfOpen: true,
  88. onend: [Function],
  89. destroyed: false,
  90. bytesRead: 534,
  91. _bytesDispatched: 0,
  92. _pendingData: null,
  93. _pendingEncoding: '',
  94. server:
  95. { domain: null,
  96. _events: [Object],
  97. _maxListeners: 10,
  98. _connections: 1,
  99. connections: [Getter/Setter],
  100. _handle: [Object],
  101. _usingSlaves: false,
  102. _slaves: [],
  103. allowHalfOpen: true,
  104. httpAllowHalfOpen: false,
  105. timeout: 120000,
  106. _connectionKey: '4:0.0.0.0:3000' },
  107. _idleTimeout: 120000,
  108. _idleNext: { _idleNext: [Circular], _idlePrev: [Circular] },
  109. _idlePrev: { _idleNext: [Circular], _idlePrev: [Circular] },
  110. _idleStart: 1422512458198,
  111. _monotonicStartTime: 33026341,
  112. parser:
  113. { _headers: [],
  114. _url: '',
  115. onHeaders: [Function: parserOnHeaders],
  116. onHeadersComplete: [Function: parserOnHeadersComplete],
  117. onBody: [Function: parserOnBody],
  118. onMessageComplete: [Function: parserOnMessageComplete],
  119. socket: [Circular],
  120. incoming: [Circular],
  121. maxHeaderPairs: 2000,
  122. onIncoming: [Function] },
  123. ondata: [Function],
  124. _paused: false,
  125. _httpMessage:
  126. { domain: null,
  127. _events: [Object],
  128. _maxListeners: 10,
  129. output: [],
  130. outputEncodings: [],
  131. writable: true,
  132. _last: false,
  133. chunkedEncoding: false,
  134. shouldKeepAlive: true,
  135. useChunkedEncodingByDefault: true,
  136. sendDate: true,
  137. _headerSent: false,
  138. _header: '',
  139. _hasBody: true,
  140. _trailer: '',
  141. finished: false,
  142. _hangupClose: false,
  143. socket: [Circular],
  144. connection: [Circular],
  145. _headers: [Object],
  146. _headerNames: [Object],
  147. req: [Circular],
  148. locals: {} } },
  149. connection:
  150. { _connecting: false,
  151. _handle:
  152. { fd: 20,
  153. writeQueueSize: 0,
  154. owner: [Circular],
  155. onread: [Function: onread],
  156. reading: true },
  157. _readableState:
  158. { highWaterMark: 16384,
  159. buffer: [],
  160. length: 0,
  161. pipes: null,
  162. pipesCount: 0,
  163. flowing: false,
  164. ended: false,
  165. endEmitted: false,
  166. reading: true,
  167. calledRead: true,
  168. sync: false,
  169. needReadable: true,
  170. emittedReadable: false,
  171. readableListening: false,
  172. objectMode: false,
  173. defaultEncoding: 'utf8',
  174. ranOut: false,
  175. awaitDrain: 0,
  176. readingMore: false,
  177. decoder: null,
  178. encoding: null },
  179. readable: true,
  180. domain: null,
  181. _events:
  182. { end: [Object],
  183. finish: [Function: onSocketFinish],
  184. _socketEnd: [Function: onSocketEnd],
  185. drain: [Object],
  186. timeout: [Function],
  187. error: [Function],
  188. close: [Object] },
  189. _maxListeners: 10,
  190. _writableState:
  191. { highWaterMark: 16384,
  192. objectMode: false,
  193. needDrain: false,
  194. ending: false,
  195. ended: false,
  196. finished: false,
  197. decodeStrings: false,
  198. defaultEncoding: 'utf8',
  199. length: 0,
  200. writing: false,
  201. sync: true,
  202. bufferProcessing: false,
  203. onwrite: [Function],
  204. writecb: null,
  205. writelen: 0,
  206. buffer: [],
  207. errorEmitted: false },
  208. writable: true,
  209. allowHalfOpen: true,
  210. onend: [Function],
  211. destroyed: false,
  212. bytesRead: 534,
  213. _bytesDispatched: 0,
  214. _pendingData: null,
  215. _pendingEncoding: '',
  216. server:
  217. { domain: null,
  218. _events: [Object],
  219. _maxListeners: 10,
  220. _connections: 1,
  221. connections: [Getter/Setter],
  222. _handle: [Object],
  223. _usingSlaves: false,
  224. _slaves: [],
  225. allowHalfOpen: true,
  226. httpAllowHalfOpen: false,
  227. timeout: 120000,
  228. _connectionKey: '4:0.0.0.0:3000' },
  229. _idleTimeout: 120000,
  230. _idleNext: { _idleNext: [Circular], _idlePrev: [Circular] },
  231. _idlePrev: { _idleNext: [Circular], _idlePrev: [Circular] },
  232. _idleStart: 1422512458198,
  233. _monotonicStartTime: 33026341,
  234. parser:
  235. { _headers: [],
  236. _url: '',
  237. onHeaders: [Function: parserOnHeaders],
  238. onHeadersComplete: [Function: parserOnHeadersComplete],
  239. onBody: [Function: parserOnBody],
  240. onMessageComplete: [Function: parserOnMessageComplete],
  241. socket: [Circular],
  242. incoming: [Circular],
  243. maxHeaderPairs: 2000,
  244. onIncoming: [Function] },
  245. ondata: [Function],
  246. _paused: false,
  247. _httpMessage:
  248. { domain: null,
  249. _events: [Object],
  250. _maxListeners: 10,
  251. output: [],
  252. outputEncodings: [],
  253. writable: true,
  254. _last: false,
  255. chunkedEncoding: false,
  256. shouldKeepAlive: true,
  257. useChunkedEncodingByDefault: true,
  258. sendDate: true,
  259. _headerSent: false,
  260. _header: '',
  261. _hasBody: true,
  262. _trailer: '',
  263. finished: false,
  264. _hangupClose: false,
  265. socket: [Circular],
  266. connection: [Circular],
  267. _headers: [Object],
  268. _headerNames: [Object],
  269. req: [Circular],
  270. locals: {} } },
  271. httpVersion: '1.1',
  272. complete: false,
  273. headers:
  274. { host: 'localhost:3000',
  275. connection: 'keep-alive',
  276. 'content-length': '20',
  277. 'cache-control': 'no-cache',
  278. origin: 'chrome-extension://fdmmgilgnpjigdojojpjoooidkmcomcm',
  279. 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36',
  280. 'content-type': 'text/plain;charset=UTF-8',
  281. accept: '*/*',
  282. 'accept-encoding': 'gzip, deflate',
  283. 'accept-language': 'en-US,en;q=0.8',
  284. cookie: 'gs_u_GSN-419280-U=5314ca5dab723fbb56099efd9d735fbe:8595:9169:1422073337253' },
  285. trailers: {},
  286. _pendings: [],
  287. _pendingIndex: 0,
  288. url: '/',
  289. method: 'POST',
  290. statusCode: null,
  291. client:
  292. { _connecting: false,
  293. _handle:
  294. { fd: 20,
  295. writeQueueSize: 0,
  296. owner: [Circular],
  297. onread: [Function: onread],
  298. reading: true },
  299. _readableState:
  300. { highWaterMark: 16384,
  301. buffer: [],
  302. length: 0,
  303. pipes: null,
  304. pipesCount: 0,
  305. flowing: false,
  306. ended: false,
  307. endEmitted: false,
  308. reading: true,
  309. calledRead: true,
  310. sync: false,
  311. needReadable: true,
  312. emittedReadable: false,
  313. readableListening: false,
  314. objectMode: false,
  315. defaultEncoding: 'utf8',
  316. ranOut: false,
  317. awaitDrain: 0,
  318. readingMore: false,
  319. decoder: null,
  320. encoding: null },
  321. readable: true,
  322. domain: null,
  323. _events:
  324. { end: [Object],
  325. finish: [Function: onSocketFinish],
  326. _socketEnd: [Function: onSocketEnd],
  327. drain: [Object],
  328. timeout: [Function],
  329. error: [Function],
  330. close: [Object] },
  331. _maxListeners: 10,
  332. _writableState:
  333. { highWaterMark: 16384,
  334. objectMode: false,
  335. needDrain: false,
  336. ending: false,
  337. ended: false,
  338. finished: false,
  339. decodeStrings: false,
  340. defaultEncoding: 'utf8',
  341. length: 0,
  342. writing: false,
  343. sync: true,
  344. bufferProcessing: false,
  345. onwrite: [Function],
  346. writecb: null,
  347. writelen: 0,
  348. buffer: [],
  349. errorEmitted: false },
  350. writable: true,
  351. allowHalfOpen: true,
  352. onend: [Function],
  353. destroyed: false,
  354. bytesRead: 534,
  355. _bytesDispatched: 0,
  356. _pendingData: null,
  357. _pendingEncoding: '',
  358. server:
  359. { domain: null,
  360. _events: [Object],
  361. _maxListeners: 10,
  362. _connections: 1,
  363. connections: [Getter/Setter],
  364. _handle: [Object],
  365. _usingSlaves: false,
  366. _slaves: [],
  367. allowHalfOpen: true,
  368. httpAllowHalfOpen: false,
  369. timeout: 120000,
  370. _connectionKey: '4:0.0.0.0:3000' },
  371. _idleTimeout: 120000,
  372. _idleNext: { _idleNext: [Circular], _idlePrev: [Circular] },
  373. _idlePrev: { _idleNext: [Circular], _idlePrev: [Circular] },
  374. _idleStart: 1422512458198,
  375. _monotonicStartTime: 33026341,
  376. parser:
  377. { _headers: [],
  378. _url: '',
  379. onHeaders: [Function: parserOnHeaders],
  380. onHeadersComplete: [Function: parserOnHeadersComplete],
  381. onBody: [Function: parserOnBody],
  382. onMessageComplete: [Function: parserOnMessageComplete],
  383. socket: [Circular],
  384. incoming: [Circular],
  385. maxHeaderPairs: 2000,
  386. onIncoming: [Function] },
  387. ondata: [Function],
  388. _paused: false,
  389. _httpMessage:
  390. { domain: null,
  391. _events: [Object],
  392. _maxListeners: 10,
  393. output: [],
  394. outputEncodings: [],
  395. writable: true,
  396. _last: false,
  397. chunkedEncoding: false,
  398. shouldKeepAlive: true,
  399. useChunkedEncodingByDefault: true,
  400. sendDate: true,
  401. _headerSent: false,
  402. _header: '',
  403. _hasBody: true,
  404. _trailer: '',
  405. finished: false,
  406. _hangupClose: false,
  407. socket: [Circular],
  408. connection: [Circular],
  409. _headers: [Object],
  410. _headerNames: [Object],
  411. req: [Circular],
  412. locals: {} } },
  413. _consuming: false,
  414. _dumped: false,
  415. httpVersionMajor: 1,
  416. httpVersionMinor: 1,
  417. upgrade: false,
  418. next: [Function: next],
  419. baseUrl: '/v1/user',
  420. originalUrl: '/v1/user',
  421. _parsedUrl:
  422. { protocol: null,
  423. slashes: null,
  424. auth: null,
  425. host: null,
  426. port: null,
  427. hostname: null,
  428. hash: null,
  429. search: null,
  430. query: null,
  431. pathname: '/',
  432. path: '/',
  433. href: '/',
  434. _raw: '/' },
  435. params: {},
  436. query: {},
  437. res:
  438. { domain: null,
  439. _events: { finish: [Function] },
  440. _maxListeners: 10,
  441. output: [],
  442. outputEncodings: [],
  443. writable: true,
  444. _last: false,
  445. chunkedEncoding: false,
  446. shouldKeepAlive: true,
  447. useChunkedEncodingByDefault: true,
  448. sendDate: true,
  449. _headerSent: false,
  450. _header: '',
  451. _hasBody: true,
  452. _trailer: '',
  453. finished: false,
  454. _hangupClose: false,
  455. socket:
  456. { _connecting: false,
  457. _handle: [Object],
  458. _readableState: [Object],
  459. readable: true,
  460. domain: null,
  461. _events: [Object],
  462. _maxListeners: 10,
  463. _writableState: [Object],
  464. writable: true,
  465. allowHalfOpen: true,
  466. onend: [Function],
  467. destroyed: false,
  468. bytesRead: 534,
  469. _bytesDispatched: 0,
  470. _pendingData: null,
  471. _pendingEncoding: '',
  472. server: [Object],
  473. _idleTimeout: 120000,
  474. _idleNext: [Object],
  475. _idlePrev: [Object],
  476. _idleStart: 1422512458198,
  477. _monotonicStartTime: 33026341,
  478. parser: [Object],
  479. ondata: [Function],
  480. _paused: false,
  481. _httpMessage: [Circular] },
  482. connection:
  483. { _connecting: false,
  484. _handle: [Object],
  485. _readableState: [Object],
  486. readable: true,
  487. domain: null,
  488. _events: [Object],
  489. _maxListeners: 10,
  490. _writableState: [Object],
  491. writable: true,
  492. allowHalfOpen: true,
  493. onend: [Function],
  494. destroyed: false,
  495. bytesRead: 534,
  496. _bytesDispatched: 0,
  497. _pendingData: null,
  498. _pendingEncoding: '',
  499. server: [Object],
  500. _idleTimeout: 120000,
  501. _idleNext: [Object],
  502. _idlePrev: [Object],
  503. _idleStart: 1422512458198,
  504. _monotonicStartTime: 33026341,
  505. parser: [Object],
  506. ondata: [Function],
  507. _paused: false,
  508. _httpMessage: [Circular] },
  509. _headers: { 'x-powered-by': 'Express' },
  510. _headerNames: { 'x-powered-by': 'X-Powered-By' },
  511. req: [Circular],
  512. locals: {} },
  513. body: {},
  514. secret: undefined,
  515. cookies: { 'gs_u_GSN-419280-U': '5314ca5dab723fbb56099efd9d735fbe:8595:9169:1422073337253' },
  516. signedCookies: {},
  517. route: { path: '/', stack: [ [Object] ], methods: { post: true } } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement