Advertisement
Guest User

Untitled

a guest
Nov 20th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.55 KB | None | 0 0
  1. { domain: null,
  2. _events:
  3. { finish: [ [Function], [Function: logRequest] ],
  4. close: [Function: logRequest],
  5. header: [Function] },
  6. _maxListeners: 10,
  7. output: [],
  8. outputEncodings: [],
  9. writable: true,
  10. _last: false,
  11. chunkedEncoding: false,
  12. shouldKeepAlive: true,
  13. useChunkedEncodingByDefault: true,
  14. sendDate: true,
  15. _hasBody: true,
  16. _trailer: '',
  17. finished: false,
  18. socket:
  19. { domain: null,
  20. _events:
  21. { drain: [Function: ondrain],
  22. timeout: [Object],
  23. error: [Function],
  24. close: [Object] },
  25. _maxListeners: 10,
  26. _handle:
  27. { writeQueueSize: 0,
  28. owner: [Circular],
  29. onread: [Function: onread] },
  30. _pendingWriteReqs: 0,
  31. _flags: 0,
  32. _connectQueueSize: 0,
  33. destroyed: false,
  34. errorEmitted: false,
  35. bytesRead: 668,
  36. _bytesDispatched: 583,
  37. allowHalfOpen: true,
  38. writable: true,
  39. readable: true,
  40. server:
  41. { domain: null,
  42. _events: [Object],
  43. _maxListeners: 10,
  44. _connections: 1,
  45. connections: [Getter/Setter],
  46. allowHalfOpen: true,
  47. _handle: [Object],
  48. httpAllowHalfOpen: false,
  49. _connectionKey: '4:0.0.0.0:3000' },
  50. _idleTimeout: 120000,
  51. _idleNext:
  52. { _idleNext: [Circular],
  53. _idlePrev: [Circular],
  54. ontimeout: [Function] },
  55. _idlePrev:
  56. { _idleNext: [Circular],
  57. _idlePrev: [Circular],
  58. ontimeout: [Function] },
  59. _idleStart: Wed Nov 20 2013 23:33:54 GMT+0100 (CET),
  60. parser:
  61. { _headers: [],
  62. _url: '',
  63. onHeaders: [Function: parserOnHeaders],
  64. onHeadersComplete: [Function: parserOnHeadersComplete],
  65. onBody: [Function: parserOnBody],
  66. onMessageComplete: [Function: parserOnMessageComplete],
  67. socket: [Circular],
  68. incoming: [Object],
  69. maxHeaderPairs: 2000,
  70. onIncoming: [Function] },
  71. ondata: [Function],
  72. onend: [Function],
  73. _httpMessage: [Circular],
  74. _peername: { address: '127.0.0.1', family: 'IPv4', port: 64467 },
  75. _paused: false },
  76. connection:
  77. { domain: null,
  78. _events:
  79. { drain: [Function: ondrain],
  80. timeout: [Object],
  81. error: [Function],
  82. close: [Object] },
  83. _maxListeners: 10,
  84. _handle:
  85. { writeQueueSize: 0,
  86. owner: [Circular],
  87. onread: [Function: onread] },
  88. _pendingWriteReqs: 0,
  89. _flags: 0,
  90. _connectQueueSize: 0,
  91. destroyed: false,
  92. errorEmitted: false,
  93. bytesRead: 668,
  94. _bytesDispatched: 583,
  95. allowHalfOpen: true,
  96. writable: true,
  97. readable: true,
  98. server:
  99. { domain: null,
  100. _events: [Object],
  101. _maxListeners: 10,
  102. _connections: 1,
  103. connections: [Getter/Setter],
  104. allowHalfOpen: true,
  105. _handle: [Object],
  106. httpAllowHalfOpen: false,
  107. _connectionKey: '4:0.0.0.0:3000' },
  108. _idleTimeout: 120000,
  109. _idleNext:
  110. { _idleNext: [Circular],
  111. _idlePrev: [Circular],
  112. ontimeout: [Function] },
  113. _idlePrev:
  114. { _idleNext: [Circular],
  115. _idlePrev: [Circular],
  116. ontimeout: [Function] },
  117. _idleStart: Wed Nov 20 2013 23:33:54 GMT+0100 (CET),
  118. parser:
  119. { _headers: [],
  120. _url: '',
  121. onHeaders: [Function: parserOnHeaders],
  122. onHeadersComplete: [Function: parserOnHeadersComplete],
  123. onBody: [Function: parserOnBody],
  124. onMessageComplete: [Function: parserOnMessageComplete],
  125. socket: [Circular],
  126. incoming: [Object],
  127. maxHeaderPairs: 2000,
  128. onIncoming: [Function] },
  129. ondata: [Function],
  130. onend: [Function],
  131. _httpMessage: [Circular],
  132. _peername: { address: '127.0.0.1', family: 'IPv4', port: 64467 },
  133. _paused: false },
  134. _headers:
  135. { 'x-powered-by': 'Express',
  136. 'access-control-allow-origin': 'http://localhost:8080',
  137. 'access-control-allow-methods': 'GET, POST, PUT, DELETE, OPTIONS',
  138. 'access-control-max-age': '15',
  139. 'access-control-allow-credentials': 'true',
  140. 'content-type': 'application/json; charset=utf-8',
  141. 'access-control-allow-headers': 'accept, origin, withcredentials, x-requested-with, content-type' },
  142. _headerNames:
  143. { 'x-powered-by': 'X-Powered-By',
  144. 'access-control-allow-origin': 'Access-Control-Allow-Origin',
  145. 'access-control-allow-methods': 'Access-Control-Allow-Methods',
  146. 'access-control-max-age': 'Access-Control-Max-Age',
  147. 'access-control-allow-credentials': 'Access-Control-Allow-Credentials',
  148. 'content-type': 'Content-Type',
  149. 'access-control-allow-headers': 'Access-Control-Allow-Headers' },
  150. req:
  151. { domain: null,
  152. _events: { data: [Function], end: [Function] },
  153. _maxListeners: 10,
  154. socket:
  155. { domain: null,
  156. _events: [Object],
  157. _maxListeners: 10,
  158. _handle: [Object],
  159. _pendingWriteReqs: 0,
  160. _flags: 0,
  161. _connectQueueSize: 0,
  162. destroyed: false,
  163. errorEmitted: false,
  164. bytesRead: 668,
  165. _bytesDispatched: 583,
  166. allowHalfOpen: true,
  167. writable: true,
  168. readable: true,
  169. server: [Object],
  170. _idleTimeout: 120000,
  171. _idleNext: [Object],
  172. _idlePrev: [Object],
  173. _idleStart: Wed Nov 20 2013 23:33:54 GMT+0100 (CET),
  174. parser: [Object],
  175. ondata: [Function],
  176. onend: [Function],
  177. _httpMessage: [Circular],
  178. _peername: [Object],
  179. _paused: false },
  180. connection:
  181. { domain: null,
  182. _events: [Object],
  183. _maxListeners: 10,
  184. _handle: [Object],
  185. _pendingWriteReqs: 0,
  186. _flags: 0,
  187. _connectQueueSize: 0,
  188. destroyed: false,
  189. errorEmitted: false,
  190. bytesRead: 668,
  191. _bytesDispatched: 583,
  192. allowHalfOpen: true,
  193. writable: true,
  194. readable: true,
  195. server: [Object],
  196. _idleTimeout: 120000,
  197. _idleNext: [Object],
  198. _idlePrev: [Object],
  199. _idleStart: Wed Nov 20 2013 23:33:54 GMT+0100 (CET),
  200. parser: [Object],
  201. ondata: [Function],
  202. onend: [Function],
  203. _httpMessage: [Circular],
  204. _peername: [Object],
  205. _paused: false },
  206. httpVersion: '1.1',
  207. complete: true,
  208. headers:
  209. { host: 'localhost:3000',
  210. 'if-none-match': '"-1185425771"',
  211. 'accept-encoding': 'gzip, deflate',
  212. accept: '*/*',
  213. cookie: 'connect.sess=s%3Aj%3A%7B%7D.fcgoS8P3FLm7YhLAOF47mrnnybFdrAPZPPDCDv6fSCw; email=tim%40test.de',
  214. 'accept-language': 'en-us',
  215. connection: 'keep-alive',
  216. 'user-agent': 'BaumKo/1.0 CFNetwork/672.0.8 Darwin/13.0.0' },
  217. trailers: {},
  218. readable: false,
  219. _paused: false,
  220. _pendings: [],
  221. _endEmitted: true,
  222. url: '/baumkontrollen',
  223. method: 'GET',
  224. statusCode: null,
  225. client:
  226. { domain: null,
  227. _events: [Object],
  228. _maxListeners: 10,
  229. _handle: [Object],
  230. _pendingWriteReqs: 0,
  231. _flags: 0,
  232. _connectQueueSize: 0,
  233. destroyed: false,
  234. errorEmitted: false,
  235. bytesRead: 668,
  236. _bytesDispatched: 583,
  237. allowHalfOpen: true,
  238. writable: true,
  239. readable: true,
  240. server: [Object],
  241. _idleTimeout: 120000,
  242. _idleNext: [Object],
  243. _idlePrev: [Object],
  244. _idleStart: Wed Nov 20 2013 23:33:54 GMT+0100 (CET),
  245. parser: [Object],
  246. ondata: [Function],
  247. onend: [Function],
  248. _httpMessage: [Circular],
  249. _peername: [Object],
  250. _paused: false },
  251. httpVersionMajor: 1,
  252. httpVersionMinor: 1,
  253. upgrade: false,
  254. originalUrl: '/baumkontrollen',
  255. _parsedUrl:
  256. { pathname: '/baumkontrollen',
  257. path: '/baumkontrollen',
  258. href: '/baumkontrollen' },
  259. query: {},
  260. res: [Circular],
  261. next: [Function: next],
  262. _startTime: Wed Nov 20 2013 23:33:54 GMT+0100 (CET),
  263. _remoteAddress: '127.0.0.1',
  264. body: {},
  265. files: {},
  266. originalMethod: 'GET',
  267. secret: undefined,
  268. cookies:
  269. { 'connect.sess': 's:j:{}.fcgoS8P3FLm7YhLAOF47mrnnybFdrAPZPPDCDv6fSCw',
  270. email: 'tim@test.de' },
  271. signedCookies: {},
  272. session: { cookie: [Object] },
  273. _route_index: 3,
  274. route:
  275. { path: '/baumkontrollen',
  276. method: 'get',
  277. callbacks: [Object],
  278. keys: [],
  279. regexp: /^\/baumkontrollen\/?$/i,
  280. params: [] },
  281. params: [] },
  282. locals: [Function: locals] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement