Advertisement
Guest User

Untitled

a guest
May 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.21 KB | None | 0 0
  1. IncomingMessage {
  2. _readableState:
  3. ReadableState {
  4. objectMode: false,
  5. highWaterMark: 16384,
  6. buffer: BufferList { head: null, tail: null, length: 0 },
  7. length: 0,
  8. pipes: null,
  9. pipesCount: 0,
  10. flowing: null,
  11. ended: true,
  12. endEmitted: false,
  13. reading: false,
  14. sync: true,
  15. needReadable: false,
  16. emittedReadable: true,
  17. readableListening: false,
  18. resumeScheduled: false,
  19. destroyed: false,
  20. defaultEncoding: 'utf8',
  21. awaitDrain: 0,
  22. readingMore: true,
  23. decoder: null,
  24. encoding: null },
  25. readable: true,
  26. domain: null,
  27. _events: {},
  28. _eventsCount: 0,
  29. _maxListeners: undefined,
  30. socket:
  31. Socket {
  32. connecting: false,
  33. _hadError: false,
  34. _handle:
  35. TCP {
  36. bytesRead: 217,
  37. _externalStream: [External],
  38. fd: -1,
  39. reading: true,
  40. owner: [Circular],
  41. onread: [Function: onread],
  42. onconnection: null,
  43. writeQueueSize: 0,
  44. _consumed: true },
  45. _parent: null,
  46. _host: null,
  47. _readableState:
  48. ReadableState {
  49. objectMode: false,
  50. highWaterMark: 16384,
  51. buffer: [Object],
  52. length: 0,
  53. pipes: null,
  54. pipesCount: 0,
  55. flowing: true,
  56. ended: false,
  57. endEmitted: false,
  58. reading: true,
  59. sync: false,
  60. needReadable: true,
  61. emittedReadable: false,
  62. readableListening: false,
  63. resumeScheduled: false,
  64. destroyed: false,
  65. defaultEncoding: 'utf8',
  66. awaitDrain: 0,
  67. readingMore: false,
  68. decoder: null,
  69. encoding: null },
  70. readable: true,
  71. domain: null,
  72. _events:
  73. { end: [Array],
  74. finish: [Function: onSocketFinish],
  75. _socketEnd: [Function: onSocketEnd],
  76. drain: [Array],
  77. timeout: [Function: socketOnTimeout],
  78. data: [Function: bound socketOnData],
  79. error: [Function: socketOnError],
  80. close: [Array],
  81. resume: [Function: onSocketResume],
  82. pause: [Function: onSocketPause] },
  83. _eventsCount: 10,
  84. _maxListeners: undefined,
  85. _writableState:
  86. WritableState {
  87. objectMode: false,
  88. highWaterMark: 16384,
  89. finalCalled: false,
  90. needDrain: false,
  91. ending: false,
  92. ended: false,
  93. finished: false,
  94. destroyed: false,
  95. decodeStrings: false,
  96. defaultEncoding: 'utf8',
  97. length: 0,
  98. writing: false,
  99. corked: 0,
  100. sync: true,
  101. bufferProcessing: false,
  102. onwrite: [Function: bound onwrite],
  103. writecb: null,
  104. writelen: 0,
  105. bufferedRequest: null,
  106. lastBufferedRequest: null,
  107. pendingcb: 0,
  108. prefinished: false,
  109. errorEmitted: false,
  110. bufferedRequestCount: 0,
  111. corkedRequestsFree: [Object] },
  112. writable: true,
  113. allowHalfOpen: true,
  114. _bytesDispatched: 0,
  115. _sockname: null,
  116. _pendingData: null,
  117. _pendingEncoding: '',
  118. server:
  119. Server {
  120. domain: null,
  121. _events: [Object],
  122. _eventsCount: 4,
  123. _maxListeners: undefined,
  124. _connections: 1,
  125. _handle: [Object],
  126. _usingSlaves: false,
  127. _slaves: [],
  128. _unref: false,
  129. allowHalfOpen: true,
  130. pauseOnConnect: false,
  131. httpAllowHalfOpen: false,
  132. timeout: 120000,
  133. keepAliveTimeout: 5000,
  134. _pendingResponseData: 0,
  135. maxHeadersCount: null,
  136. _connectionKey: '6::::3000',
  137. [Symbol(asyncId)]: 8 },
  138. _server:
  139. Server {
  140. domain: null,
  141. _events: [Object],
  142. _eventsCount: 4,
  143. _maxListeners: undefined,
  144. _connections: 1,
  145. _handle: [Object],
  146. _usingSlaves: false,
  147. _slaves: [],
  148. _unref: false,
  149. allowHalfOpen: true,
  150. pauseOnConnect: false,
  151. httpAllowHalfOpen: false,
  152. timeout: 120000,
  153. keepAliveTimeout: 5000,
  154. _pendingResponseData: 0,
  155. maxHeadersCount: null,
  156. _connectionKey: '6::::3000',
  157. [Symbol(asyncId)]: 8 },
  158. _idleTimeout: 120000,
  159. _idleNext:
  160. TimersList {
  161. _idleNext: [Circular],
  162. _idlePrev: [Circular],
  163. _timer: [Object],
  164. _unrefed: true,
  165. msecs: 120000,
  166. nextTick: false },
  167. _idlePrev:
  168. TimersList {
  169. _idleNext: [Circular],
  170. _idlePrev: [Circular],
  171. _timer: [Object],
  172. _unrefed: true,
  173. msecs: 120000,
  174. nextTick: false },
  175. _idleStart: 899,
  176. _destroyed: false,
  177. parser:
  178. HTTPParser {
  179. '0': [Function: parserOnHeaders],
  180. '1': [Function: parserOnHeadersComplete],
  181. '2': [Function: parserOnBody],
  182. '3': [Function: parserOnMessageComplete],
  183. '4': [Function: bound onParserExecute],
  184. _headers: [],
  185. _url: '',
  186. _consumed: true,
  187. socket: [Circular],
  188. incoming: [Circular],
  189. outgoing: null,
  190. maxHeaderPairs: 2000,
  191. onIncoming: [Function: bound parserOnIncoming] },
  192. on: [Function: socketOnWrap],
  193. _paused: false,
  194. read: [Function],
  195. _consuming: true,
  196. _httpMessage:
  197. ServerResponse {
  198. domain: null,
  199. _events: [Object],
  200. _eventsCount: 1,
  201. _maxListeners: undefined,
  202. output: [],
  203. outputEncodings: [],
  204. outputCallbacks: [],
  205. outputSize: 0,
  206. writable: true,
  207. _last: false,
  208. upgrading: false,
  209. chunkedEncoding: false,
  210. shouldKeepAlive: true,
  211. useChunkedEncodingByDefault: true,
  212. sendDate: true,
  213. _removedConnection: false,
  214. _removedContLen: false,
  215. _removedTE: false,
  216. _contentLength: null,
  217. _hasBody: true,
  218. _trailer: '',
  219. finished: false,
  220. _headerSent: false,
  221. socket: [Circular],
  222. connection: [Circular],
  223. _header: null,
  224. _onPendingData: [Function: bound updateOutgoingData],
  225. _sent100: false,
  226. _expect_continue: false,
  227. req: [Circular],
  228. locals: {},
  229. [Symbol(outHeadersKey)]: [Object] },
  230. [Symbol(asyncId)]: 12,
  231. [Symbol(bytesRead)]: 0,
  232. [Symbol(asyncId)]: 14,
  233. [Symbol(triggerAsyncId)]: 8 },
  234. connection:
  235. Socket {
  236. connecting: false,
  237. _hadError: false,
  238. _handle:
  239. TCP {
  240. bytesRead: 217,
  241. _externalStream: [External],
  242. fd: -1,
  243. reading: true,
  244. owner: [Circular],
  245. onread: [Function: onread],
  246. onconnection: null,
  247. writeQueueSize: 0,
  248. _consumed: true },
  249. _parent: null,
  250. _host: null,
  251. _readableState:
  252. ReadableState {
  253. objectMode: false,
  254. highWaterMark: 16384,
  255. buffer: [Object],
  256. length: 0,
  257. pipes: null,
  258. pipesCount: 0,
  259. flowing: true,
  260. ended: false,
  261. endEmitted: false,
  262. reading: true,
  263. sync: false,
  264. needReadable: true,
  265. emittedReadable: false,
  266. readableListening: false,
  267. resumeScheduled: false,
  268. destroyed: false,
  269. defaultEncoding: 'utf8',
  270. awaitDrain: 0,
  271. readingMore: false,
  272. decoder: null,
  273. encoding: null },
  274. readable: true,
  275. domain: null,
  276. _events:
  277. { end: [Array],
  278. finish: [Function: onSocketFinish],
  279. _socketEnd: [Function: onSocketEnd],
  280. drain: [Array],
  281. timeout: [Function: socketOnTimeout],
  282. data: [Function: bound socketOnData],
  283. error: [Function: socketOnError],
  284. close: [Array],
  285. resume: [Function: onSocketResume],
  286. pause: [Function: onSocketPause] },
  287. _eventsCount: 10,
  288. _maxListeners: undefined,
  289. _writableState:
  290. WritableState {
  291. objectMode: false,
  292. highWaterMark: 16384,
  293. finalCalled: false,
  294. needDrain: false,
  295. ending: false,
  296. ended: false,
  297. finished: false,
  298. destroyed: false,
  299. decodeStrings: false,
  300. defaultEncoding: 'utf8',
  301. length: 0,
  302. writing: false,
  303. corked: 0,
  304. sync: true,
  305. bufferProcessing: false,
  306. onwrite: [Function: bound onwrite],
  307. writecb: null,
  308. writelen: 0,
  309. bufferedRequest: null,
  310. lastBufferedRequest: null,
  311. pendingcb: 0,
  312. prefinished: false,
  313. errorEmitted: false,
  314. bufferedRequestCount: 0,
  315. corkedRequestsFree: [Object] },
  316. writable: true,
  317. allowHalfOpen: true,
  318. _bytesDispatched: 0,
  319. _sockname: null,
  320. _pendingData: null,
  321. _pendingEncoding: '',
  322. server:
  323. Server {
  324. domain: null,
  325. _events: [Object],
  326. _eventsCount: 4,
  327. _maxListeners: undefined,
  328. _connections: 1,
  329. _handle: [Object],
  330. _usingSlaves: false,
  331. _slaves: [],
  332. _unref: false,
  333. allowHalfOpen: true,
  334. pauseOnConnect: false,
  335. httpAllowHalfOpen: false,
  336. timeout: 120000,
  337. keepAliveTimeout: 5000,
  338. _pendingResponseData: 0,
  339. maxHeadersCount: null,
  340. _connectionKey: '6::::3000',
  341. [Symbol(asyncId)]: 8 },
  342. _server:
  343. Server {
  344. domain: null,
  345. _events: [Object],
  346. _eventsCount: 4,
  347. _maxListeners: undefined,
  348. _connections: 1,
  349. _handle: [Object],
  350. _usingSlaves: false,
  351. _slaves: [],
  352. _unref: false,
  353. allowHalfOpen: true,
  354. pauseOnConnect: false,
  355. httpAllowHalfOpen: false,
  356. timeout: 120000,
  357. keepAliveTimeout: 5000,
  358. _pendingResponseData: 0,
  359. maxHeadersCount: null,
  360. _connectionKey: '6::::3000',
  361. [Symbol(asyncId)]: 8 },
  362. _idleTimeout: 120000,
  363. _idleNext:
  364. TimersList {
  365. _idleNext: [Circular],
  366. _idlePrev: [Circular],
  367. _timer: [Object],
  368. _unrefed: true,
  369. msecs: 120000,
  370. nextTick: false },
  371. _idlePrev:
  372. TimersList {
  373. _idleNext: [Circular],
  374. _idlePrev: [Circular],
  375. _timer: [Object],
  376. _unrefed: true,
  377. msecs: 120000,
  378. nextTick: false },
  379. _idleStart: 899,
  380. _destroyed: false,
  381. parser:
  382. HTTPParser {
  383. '0': [Function: parserOnHeaders],
  384. '1': [Function: parserOnHeadersComplete],
  385. '2': [Function: parserOnBody],
  386. '3': [Function: parserOnMessageComplete],
  387. '4': [Function: bound onParserExecute],
  388. _headers: [],
  389. _url: '',
  390. _consumed: true,
  391. socket: [Circular],
  392. incoming: [Circular],
  393. outgoing: null,
  394. maxHeaderPairs: 2000,
  395. onIncoming: [Function: bound parserOnIncoming] },
  396. on: [Function: socketOnWrap],
  397. _paused: false,
  398. read: [Function],
  399. _consuming: true,
  400. _httpMessage:
  401. ServerResponse {
  402. domain: null,
  403. _events: [Object],
  404. _eventsCount: 1,
  405. _maxListeners: undefined,
  406. output: [],
  407. outputEncodings: [],
  408. outputCallbacks: [],
  409. outputSize: 0,
  410. writable: true,
  411. _last: false,
  412. upgrading: false,
  413. chunkedEncoding: false,
  414. shouldKeepAlive: true,
  415. useChunkedEncodingByDefault: true,
  416. sendDate: true,
  417. _removedConnection: false,
  418. _removedContLen: false,
  419. _removedTE: false,
  420. _contentLength: null,
  421. _hasBody: true,
  422. _trailer: '',
  423. finished: false,
  424. _headerSent: false,
  425. socket: [Circular],
  426. connection: [Circular],
  427. _header: null,
  428. _onPendingData: [Function: bound updateOutgoingData],
  429. _sent100: false,
  430. _expect_continue: false,
  431. req: [Circular],
  432. locals: {},
  433. [Symbol(outHeadersKey)]: [Object] },
  434. [Symbol(asyncId)]: 12,
  435. [Symbol(bytesRead)]: 0,
  436. [Symbol(asyncId)]: 14,
  437. [Symbol(triggerAsyncId)]: 8 },
  438. httpVersionMajor: 1,
  439. httpVersionMinor: 1,
  440. httpVersion: '1.1',
  441. complete: true,
  442. headers:
  443. { 'cache-control': 'no-cache',
  444. pragma: 'no-cache',
  445. 'user-agent': 'TeamSpeak3-ImageFetcher-1.0',
  446. connection: 'Keep-Alive',
  447. 'accept-encoding': 'gzip, deflate',
  448. 'accept-language': 'en-US,*',
  449. host: '45.58.39.29:3000' },
  450. rawHeaders:
  451. [ 'Cache-Control',
  452. 'no-cache',
  453. 'Pragma',
  454. 'no-cache',
  455. 'User-Agent',
  456. 'TeamSpeak3-ImageFetcher-1.0',
  457. 'Connection',
  458. 'Keep-Alive',
  459. 'Accept-Encoding',
  460. 'gzip, deflate',
  461. 'Accept-Language',
  462. 'en-US,*',
  463. 'Host',
  464. '45.58.39.29:3000' ],
  465. trailers: {},
  466. rawTrailers: [],
  467. upgrade: false,
  468. url: '/',
  469. method: 'GET',
  470. statusCode: null,
  471. statusMessage: null,
  472. client:
  473. Socket {
  474. connecting: false,
  475. _hadError: false,
  476. _handle:
  477. TCP {
  478. bytesRead: 217,
  479. _externalStream: [External],
  480. fd: -1,
  481. reading: true,
  482. owner: [Circular],
  483. onread: [Function: onread],
  484. onconnection: null,
  485. writeQueueSize: 0,
  486. _consumed: true },
  487. _parent: null,
  488. _host: null,
  489. _readableState:
  490. ReadableState {
  491. objectMode: false,
  492. highWaterMark: 16384,
  493. buffer: [Object],
  494. length: 0,
  495. pipes: null,
  496. pipesCount: 0,
  497. flowing: true,
  498. ended: false,
  499. endEmitted: false,
  500. reading: true,
  501. sync: false,
  502. needReadable: true,
  503. emittedReadable: false,
  504. readableListening: false,
  505. resumeScheduled: false,
  506. destroyed: false,
  507. defaultEncoding: 'utf8',
  508. awaitDrain: 0,
  509. readingMore: false,
  510. decoder: null,
  511. encoding: null },
  512. readable: true,
  513. domain: null,
  514. _events:
  515. { end: [Array],
  516. finish: [Function: onSocketFinish],
  517. _socketEnd: [Function: onSocketEnd],
  518. drain: [Array],
  519. timeout: [Function: socketOnTimeout],
  520. data: [Function: bound socketOnData],
  521. error: [Function: socketOnError],
  522. close: [Array],
  523. resume: [Function: onSocketResume],
  524. pause: [Function: onSocketPause] },
  525. _eventsCount: 10,
  526. _maxListeners: undefined,
  527. _writableState:
  528. WritableState {
  529. objectMode: false,
  530. highWaterMark: 16384,
  531. finalCalled: false,
  532. needDrain: false,
  533. ending: false,
  534. ended: false,
  535. finished: false,
  536. destroyed: false,
  537. decodeStrings: false,
  538. defaultEncoding: 'utf8',
  539. length: 0,
  540. writing: false,
  541. corked: 0,
  542. sync: true,
  543. bufferProcessing: false,
  544. onwrite: [Function: bound onwrite],
  545. writecb: null,
  546. writelen: 0,
  547. bufferedRequest: null,
  548. lastBufferedRequest: null,
  549. pendingcb: 0,
  550. prefinished: false,
  551. errorEmitted: false,
  552. bufferedRequestCount: 0,
  553. corkedRequestsFree: [Object] },
  554. writable: true,
  555. allowHalfOpen: true,
  556. _bytesDispatched: 0,
  557. _sockname: null,
  558. _pendingData: null,
  559. _pendingEncoding: '',
  560. server:
  561. Server {
  562. domain: null,
  563. _events: [Object],
  564. _eventsCount: 4,
  565. _maxListeners: undefined,
  566. _connections: 1,
  567. _handle: [Object],
  568. _usingSlaves: false,
  569. _slaves: [],
  570. _unref: false,
  571. allowHalfOpen: true,
  572. pauseOnConnect: false,
  573. httpAllowHalfOpen: false,
  574. timeout: 120000,
  575. keepAliveTimeout: 5000,
  576. _pendingResponseData: 0,
  577. maxHeadersCount: null,
  578. _connectionKey: '6::::3000',
  579. [Symbol(asyncId)]: 8 },
  580. _server:
  581. Server {
  582. domain: null,
  583. _events: [Object],
  584. _eventsCount: 4,
  585. _maxListeners: undefined,
  586. _connections: 1,
  587. _handle: [Object],
  588. _usingSlaves: false,
  589. _slaves: [],
  590. _unref: false,
  591. allowHalfOpen: true,
  592. pauseOnConnect: false,
  593. httpAllowHalfOpen: false,
  594. timeout: 120000,
  595. keepAliveTimeout: 5000,
  596. _pendingResponseData: 0,
  597. maxHeadersCount: null,
  598. _connectionKey: '6::::3000',
  599. [Symbol(asyncId)]: 8 },
  600. _idleTimeout: 120000,
  601. _idleNext:
  602. TimersList {
  603. _idleNext: [Circular],
  604. _idlePrev: [Circular],
  605. _timer: [Object],
  606. _unrefed: true,
  607. msecs: 120000,
  608. nextTick: false },
  609. _idlePrev:
  610. TimersList {
  611. _idleNext: [Circular],
  612. _idlePrev: [Circular],
  613. _timer: [Object],
  614. _unrefed: true,
  615. msecs: 120000,
  616. nextTick: false },
  617. _idleStart: 899,
  618. _destroyed: false,
  619. parser:
  620. HTTPParser {
  621. '0': [Function: parserOnHeaders],
  622. '1': [Function: parserOnHeadersComplete],
  623. '2': [Function: parserOnBody],
  624. '3': [Function: parserOnMessageComplete],
  625. '4': [Function: bound onParserExecute],
  626. _headers: [],
  627. _url: '',
  628. _consumed: true,
  629. socket: [Circular],
  630. incoming: [Circular],
  631. outgoing: null,
  632. maxHeaderPairs: 2000,
  633. onIncoming: [Function: bound parserOnIncoming] },
  634. on: [Function: socketOnWrap],
  635. _paused: false,
  636. read: [Function],
  637. _consuming: true,
  638. _httpMessage:
  639. ServerResponse {
  640. domain: null,
  641. _events: [Object],
  642. _eventsCount: 1,
  643. _maxListeners: undefined,
  644. output: [],
  645. outputEncodings: [],
  646. outputCallbacks: [],
  647. outputSize: 0,
  648. writable: true,
  649. _last: false,
  650. upgrading: false,
  651. chunkedEncoding: false,
  652. shouldKeepAlive: true,
  653. useChunkedEncodingByDefault: true,
  654. sendDate: true,
  655. _removedConnection: false,
  656. _removedContLen: false,
  657. _removedTE: false,
  658. _contentLength: null,
  659. _hasBody: true,
  660. _trailer: '',
  661. finished: false,
  662. _headerSent: false,
  663. socket: [Circular],
  664. connection: [Circular],
  665. _header: null,
  666. _onPendingData: [Function: bound updateOutgoingData],
  667. _sent100: false,
  668. _expect_continue: false,
  669. req: [Circular],
  670. locals: {},
  671. [Symbol(outHeadersKey)]: [Object] },
  672. [Symbol(asyncId)]: 12,
  673. [Symbol(bytesRead)]: 0,
  674. [Symbol(asyncId)]: 14,
  675. [Symbol(triggerAsyncId)]: 8 },
  676. _consuming: false,
  677. _dumped: false,
  678. next: [Function: next],
  679. baseUrl: '/users.bmp',
  680. originalUrl: '/users.bmp',
  681. _parsedUrl:
  682. Url {
  683. protocol: null,
  684. slashes: null,
  685. auth: null,
  686. host: null,
  687. port: null,
  688. hostname: null,
  689. hash: null,
  690. search: null,
  691. query: null,
  692. pathname: '/',
  693. path: '/',
  694. href: '/',
  695. _raw: '/' },
  696. params: {},
  697. query: {},
  698. res:
  699. ServerResponse {
  700. domain: null,
  701. _events: { finish: [Function: bound resOnFinish] },
  702. _eventsCount: 1,
  703. _maxListeners: undefined,
  704. output: [],
  705. outputEncodings: [],
  706. outputCallbacks: [],
  707. outputSize: 0,
  708. writable: true,
  709. _last: false,
  710. upgrading: false,
  711. chunkedEncoding: false,
  712. shouldKeepAlive: true,
  713. useChunkedEncodingByDefault: true,
  714. sendDate: true,
  715. _removedConnection: false,
  716. _removedContLen: false,
  717. _removedTE: false,
  718. _contentLength: null,
  719. _hasBody: true,
  720. _trailer: '',
  721. finished: false,
  722. _headerSent: false,
  723. socket:
  724. Socket {
  725. connecting: false,
  726. _hadError: false,
  727. _handle: [Object],
  728. _parent: null,
  729. _host: null,
  730. _readableState: [Object],
  731. readable: true,
  732. domain: null,
  733. _events: [Object],
  734. _eventsCount: 10,
  735. _maxListeners: undefined,
  736. _writableState: [Object],
  737. writable: true,
  738. allowHalfOpen: true,
  739. _bytesDispatched: 0,
  740. _sockname: null,
  741. _pendingData: null,
  742. _pendingEncoding: '',
  743. server: [Object],
  744. _server: [Object],
  745. _idleTimeout: 120000,
  746. _idleNext: [Object],
  747. _idlePrev: [Object],
  748. _idleStart: 899,
  749. _destroyed: false,
  750. parser: [Object],
  751. on: [Function: socketOnWrap],
  752. _paused: false,
  753. read: [Function],
  754. _consuming: true,
  755. _httpMessage: [Circular],
  756. [Symbol(asyncId)]: 12,
  757. [Symbol(bytesRead)]: 0,
  758. [Symbol(asyncId)]: 14,
  759. [Symbol(triggerAsyncId)]: 8 },
  760. connection:
  761. Socket {
  762. connecting: false,
  763. _hadError: false,
  764. _handle: [Object],
  765. _parent: null,
  766. _host: null,
  767. _readableState: [Object],
  768. readable: true,
  769. domain: null,
  770. _events: [Object],
  771. _eventsCount: 10,
  772. _maxListeners: undefined,
  773. _writableState: [Object],
  774. writable: true,
  775. allowHalfOpen: true,
  776. _bytesDispatched: 0,
  777. _sockname: null,
  778. _pendingData: null,
  779. _pendingEncoding: '',
  780. server: [Object],
  781. _server: [Object],
  782. _idleTimeout: 120000,
  783. _idleNext: [Object],
  784. _idlePrev: [Object],
  785. _idleStart: 899,
  786. _destroyed: false,
  787. parser: [Object],
  788. on: [Function: socketOnWrap],
  789. _paused: false,
  790. read: [Function],
  791. _consuming: true,
  792. _httpMessage: [Circular],
  793. [Symbol(asyncId)]: 12,
  794. [Symbol(bytesRead)]: 0,
  795. [Symbol(asyncId)]: 14,
  796. [Symbol(triggerAsyncId)]: 8 },
  797. _header: null,
  798. _onPendingData: [Function: bound updateOutgoingData],
  799. _sent100: false,
  800. _expect_continue: false,
  801. req: [Circular],
  802. locals: {},
  803. [Symbol(outHeadersKey)]: { 'x-powered-by': [Array] } },
  804. body: {},
  805. secret: undefined,
  806. cookies: {},
  807. signedCookies: {},
  808. _parsedOriginalUrl:
  809. Url {
  810. protocol: null,
  811. slashes: null,
  812. auth: null,
  813. host: null,
  814. port: null,
  815. hostname: null,
  816. hash: null,
  817. search: null,
  818. query: null,
  819. pathname: '/users.bmp',
  820. path: '/users.bmp',
  821. href: '/users.bmp',
  822. _raw: '/users.bmp' },
  823. route: Route { path: '/', stack: [ [Object] ], methods: { get: true } } }
  824. ::ffff:179.107.206.101
  825.  
  826. IncomingMessage {
  827. _readableState:
  828. ReadableState {
  829. objectMode: false,
  830. highWaterMark: 16384,
  831. buffer: BufferList { head: null, tail: null, length: 0 },
  832. length: 0,
  833. pipes: null,
  834. pipesCount: 0,
  835. flowing: null,
  836. ended: true,
  837. endEmitted: false,
  838. reading: false,
  839. sync: true,
  840. needReadable: false,
  841. emittedReadable: true,
  842. readableListening: false,
  843. resumeScheduled: false,
  844. destroyed: false,
  845. defaultEncoding: 'utf8',
  846. awaitDrain: 0,
  847. readingMore: true,
  848. decoder: null,
  849. encoding: null },
  850. readable: true,
  851. domain: null,
  852. _events: {},
  853. _eventsCount: 0,
  854. _maxListeners: undefined,
  855. socket:
  856. Socket {
  857. connecting: false,
  858. _hadError: false,
  859. _handle:
  860. TCP {
  861. bytesRead: 217,
  862. _externalStream: [External],
  863. fd: -1,
  864. reading: true,
  865. owner: [Circular],
  866. onread: [Function: onread],
  867. onconnection: null,
  868. writeQueueSize: 0,
  869. _consumed: true },
  870. _parent: null,
  871. _host: null,
  872. _readableState:
  873. ReadableState {
  874. objectMode: false,
  875. highWaterMark: 16384,
  876. buffer: [Object],
  877. length: 0,
  878. pipes: null,
  879. pipesCount: 0,
  880. flowing: true,
  881. ended: false,
  882. endEmitted: false,
  883. reading: true,
  884. sync: false,
  885. needReadable: true,
  886. emittedReadable: false,
  887. readableListening: false,
  888. resumeScheduled: false,
  889. destroyed: false,
  890. defaultEncoding: 'utf8',
  891. awaitDrain: 0,
  892. readingMore: false,
  893. decoder: null,
  894. encoding: null },
  895. readable: true,
  896. domain: null,
  897. _events:
  898. { end: [Array],
  899. finish: [Function: onSocketFinish],
  900. _socketEnd: [Function: onSocketEnd],
  901. drain: [Array],
  902. timeout: [Function: socketOnTimeout],
  903. data: [Function: bound socketOnData],
  904. error: [Function: socketOnError],
  905. close: [Array],
  906. resume: [Function: onSocketResume],
  907. pause: [Function: onSocketPause] },
  908. _eventsCount: 10,
  909. _maxListeners: undefined,
  910. _writableState:
  911. WritableState {
  912. objectMode: false,
  913. highWaterMark: 16384,
  914. finalCalled: false,
  915. needDrain: false,
  916. ending: false,
  917. ended: false,
  918. finished: false,
  919. destroyed: false,
  920. decodeStrings: false,
  921. defaultEncoding: 'utf8',
  922. length: 0,
  923. writing: false,
  924. corked: 0,
  925. sync: true,
  926. bufferProcessing: false,
  927. onwrite: [Function: bound onwrite],
  928. writecb: null,
  929. writelen: 0,
  930. bufferedRequest: null,
  931. lastBufferedRequest: null,
  932. pendingcb: 0,
  933. prefinished: false,
  934. errorEmitted: false,
  935. bufferedRequestCount: 0,
  936. corkedRequestsFree: [Object] },
  937. writable: true,
  938. allowHalfOpen: true,
  939. _bytesDispatched: 0,
  940. _sockname: null,
  941. _pendingData: null,
  942. _pendingEncoding: '',
  943. server:
  944. Server {
  945. domain: null,
  946. _events: [Object],
  947. _eventsCount: 4,
  948. _maxListeners: undefined,
  949. _connections: 2,
  950. _handle: [Object],
  951. _usingSlaves: false,
  952. _slaves: [],
  953. _unref: false,
  954. allowHalfOpen: true,
  955. pauseOnConnect: false,
  956. httpAllowHalfOpen: false,
  957. timeout: 120000,
  958. keepAliveTimeout: 5000,
  959. _pendingResponseData: 0,
  960. maxHeadersCount: null,
  961. _connectionKey: '6::::3000',
  962. [Symbol(asyncId)]: 8 },
  963. _server:
  964. Server {
  965. domain: null,
  966. _events: [Object],
  967. _eventsCount: 4,
  968. _maxListeners: undefined,
  969. _connections: 2,
  970. _handle: [Object],
  971. _usingSlaves: false,
  972. _slaves: [],
  973. _unref: false,
  974. allowHalfOpen: true,
  975. pauseOnConnect: false,
  976. httpAllowHalfOpen: false,
  977. timeout: 120000,
  978. keepAliveTimeout: 5000,
  979. _pendingResponseData: 0,
  980. maxHeadersCount: null,
  981. _connectionKey: '6::::3000',
  982. [Symbol(asyncId)]: 8 },
  983. _idleTimeout: 120000,
  984. _idleNext:
  985. Socket {
  986. connecting: false,
  987. _hadError: false,
  988. _handle: [Object],
  989. _parent: null,
  990. _host: null,
  991. _readableState: [Object],
  992. readable: true,
  993. domain: null,
  994. _events: [Object],
  995. _eventsCount: 10,
  996. _maxListeners: undefined,
  997. _writableState: [Object],
  998. writable: true,
  999. allowHalfOpen: true,
  1000. _bytesDispatched: 0,
  1001. _sockname: null,
  1002. _pendingData: null,
  1003. _pendingEncoding: '',
  1004. server: [Object],
  1005. _server: [Object],
  1006. _idleTimeout: 120000,
  1007. _idleNext: [Object],
  1008. _idlePrev: [Circular],
  1009. _idleStart: 899,
  1010. _destroyed: false,
  1011. parser: [Object],
  1012. on: [Function: socketOnWrap],
  1013. _paused: false,
  1014. read: [Function],
  1015. _consuming: true,
  1016. _httpMessage: [Object],
  1017. _peername: [Object],
  1018. [Symbol(asyncId)]: 12,
  1019. [Symbol(bytesRead)]: 0,
  1020. [Symbol(asyncId)]: 14,
  1021. [Symbol(triggerAsyncId)]: 8 },
  1022. _idlePrev:
  1023. TimersList {
  1024. _idleNext: [Circular],
  1025. _idlePrev: [Object],
  1026. _timer: [Object],
  1027. _unrefed: true,
  1028. msecs: 120000,
  1029. nextTick: false },
  1030. _idleStart: 1372,
  1031. _destroyed: false,
  1032. parser:
  1033. HTTPParser {
  1034. '0': [Function: parserOnHeaders],
  1035. '1': [Function: parserOnHeadersComplete],
  1036. '2': [Function: parserOnBody],
  1037. '3': [Function: parserOnMessageComplete],
  1038. '4': [Function: bound onParserExecute],
  1039. _headers: [],
  1040. _url: '',
  1041. _consumed: true,
  1042. socket: [Circular],
  1043. incoming: [Circular],
  1044. outgoing: null,
  1045. maxHeaderPairs: 2000,
  1046. onIncoming: [Function: bound parserOnIncoming] },
  1047. on: [Function: socketOnWrap],
  1048. _paused: false,
  1049. read: [Function],
  1050. _consuming: true,
  1051. _httpMessage:
  1052. ServerResponse {
  1053. domain: null,
  1054. _events: [Object],
  1055. _eventsCount: 1,
  1056. _maxListeners: undefined,
  1057. output: [],
  1058. outputEncodings: [],
  1059. outputCallbacks: [],
  1060. outputSize: 0,
  1061. writable: true,
  1062. _last: false,
  1063. upgrading: false,
  1064. chunkedEncoding: false,
  1065. shouldKeepAlive: true,
  1066. useChunkedEncodingByDefault: true,
  1067. sendDate: true,
  1068. _removedConnection: false,
  1069. _removedContLen: false,
  1070. _removedTE: false,
  1071. _contentLength: null,
  1072. _hasBody: true,
  1073. _trailer: '',
  1074. finished: false,
  1075. _headerSent: false,
  1076. socket: [Circular],
  1077. connection: [Circular],
  1078. _header: null,
  1079. _onPendingData: [Function: bound updateOutgoingData],
  1080. _sent100: false,
  1081. _expect_continue: false,
  1082. req: [Circular],
  1083. locals: {},
  1084. [Symbol(outHeadersKey)]: [Object] },
  1085. [Symbol(asyncId)]: 25,
  1086. [Symbol(bytesRead)]: 0,
  1087. [Symbol(asyncId)]: 26,
  1088. [Symbol(triggerAsyncId)]: 8 },
  1089. connection:
  1090. Socket {
  1091. connecting: false,
  1092. _hadError: false,
  1093. _handle:
  1094. TCP {
  1095. bytesRead: 217,
  1096. _externalStream: [External],
  1097. fd: -1,
  1098. reading: true,
  1099. owner: [Circular],
  1100. onread: [Function: onread],
  1101. onconnection: null,
  1102. writeQueueSize: 0,
  1103. _consumed: true },
  1104. _parent: null,
  1105. _host: null,
  1106. _readableState:
  1107. ReadableState {
  1108. objectMode: false,
  1109. highWaterMark: 16384,
  1110. buffer: [Object],
  1111. length: 0,
  1112. pipes: null,
  1113. pipesCount: 0,
  1114. flowing: true,
  1115. ended: false,
  1116. endEmitted: false,
  1117. reading: true,
  1118. sync: false,
  1119. needReadable: true,
  1120. emittedReadable: false,
  1121. readableListening: false,
  1122. resumeScheduled: false,
  1123. destroyed: false,
  1124. defaultEncoding: 'utf8',
  1125. awaitDrain: 0,
  1126. readingMore: false,
  1127. decoder: null,
  1128. encoding: null },
  1129. readable: true,
  1130. domain: null,
  1131. _events:
  1132. { end: [Array],
  1133. finish: [Function: onSocketFinish],
  1134. _socketEnd: [Function: onSocketEnd],
  1135. drain: [Array],
  1136. timeout: [Function: socketOnTimeout],
  1137. data: [Function: bound socketOnData],
  1138. error: [Function: socketOnError],
  1139. close: [Array],
  1140. resume: [Function: onSocketResume],
  1141. pause: [Function: onSocketPause] },
  1142. _eventsCount: 10,
  1143. _maxListeners: undefined,
  1144. _writableState:
  1145. WritableState {
  1146. objectMode: false,
  1147. highWaterMark: 16384,
  1148. finalCalled: false,
  1149. needDrain: false,
  1150. ending: false,
  1151. ended: false,
  1152. finished: false,
  1153. destroyed: false,
  1154. decodeStrings: false,
  1155. defaultEncoding: 'utf8',
  1156. length: 0,
  1157. writing: false,
  1158. corked: 0,
  1159. sync: true,
  1160. bufferProcessing: false,
  1161. onwrite: [Function: bound onwrite],
  1162. writecb: null,
  1163. writelen: 0,
  1164. bufferedRequest: null,
  1165. lastBufferedRequest: null,
  1166. pendingcb: 0,
  1167. prefinished: false,
  1168. errorEmitted: false,
  1169. bufferedRequestCount: 0,
  1170. corkedRequestsFree: [Object] },
  1171. writable: true,
  1172. allowHalfOpen: true,
  1173. _bytesDispatched: 0,
  1174. _sockname: null,
  1175. _pendingData: null,
  1176. _pendingEncoding: '',
  1177. server:
  1178. Server {
  1179. domain: null,
  1180. _events: [Object],
  1181. _eventsCount: 4,
  1182. _maxListeners: undefined,
  1183. _connections: 2,
  1184. _handle: [Object],
  1185. _usingSlaves: false,
  1186. _slaves: [],
  1187. _unref: false,
  1188. allowHalfOpen: true,
  1189. pauseOnConnect: false,
  1190. httpAllowHalfOpen: false,
  1191. timeout: 120000,
  1192. keepAliveTimeout: 5000,
  1193. _pendingResponseData: 0,
  1194. maxHeadersCount: null,
  1195. _connectionKey: '6::::3000',
  1196. [Symbol(asyncId)]: 8 },
  1197. _server:
  1198. Server {
  1199. domain: null,
  1200. _events: [Object],
  1201. _eventsCount: 4,
  1202. _maxListeners: undefined,
  1203. _connections: 2,
  1204. _handle: [Object],
  1205. _usingSlaves: false,
  1206. _slaves: [],
  1207. _unref: false,
  1208. allowHalfOpen: true,
  1209. pauseOnConnect: false,
  1210. httpAllowHalfOpen: false,
  1211. timeout: 120000,
  1212. keepAliveTimeout: 5000,
  1213. _pendingResponseData: 0,
  1214. maxHeadersCount: null,
  1215. _connectionKey: '6::::3000',
  1216. [Symbol(asyncId)]: 8 },
  1217. _idleTimeout: 120000,
  1218. _idleNext:
  1219. Socket {
  1220. connecting: false,
  1221. _hadError: false,
  1222. _handle: [Object],
  1223. _parent: null,
  1224. _host: null,
  1225. _readableState: [Object],
  1226. readable: true,
  1227. domain: null,
  1228. _events: [Object],
  1229. _eventsCount: 10,
  1230. _maxListeners: undefined,
  1231. _writableState: [Object],
  1232. writable: true,
  1233. allowHalfOpen: true,
  1234. _bytesDispatched: 0,
  1235. _sockname: null,
  1236. _pendingData: null,
  1237. _pendingEncoding: '',
  1238. server: [Object],
  1239. _server: [Object],
  1240. _idleTimeout: 120000,
  1241. _idleNext: [Object],
  1242. _idlePrev: [Circular],
  1243. _idleStart: 899,
  1244. _destroyed: false,
  1245. parser: [Object],
  1246. on: [Function: socketOnWrap],
  1247. _paused: false,
  1248. read: [Function],
  1249. _consuming: true,
  1250. _httpMessage: [Object],
  1251. _peername: [Object],
  1252. [Symbol(asyncId)]: 12,
  1253. [Symbol(bytesRead)]: 0,
  1254. [Symbol(asyncId)]: 14,
  1255. [Symbol(triggerAsyncId)]: 8 },
  1256. _idlePrev:
  1257. TimersList {
  1258. _idleNext: [Circular],
  1259. _idlePrev: [Object],
  1260. _timer: [Object],
  1261. _unrefed: true,
  1262. msecs: 120000,
  1263. nextTick: false },
  1264. _idleStart: 1372,
  1265. _destroyed: false,
  1266. parser:
  1267. HTTPParser {
  1268. '0': [Function: parserOnHeaders],
  1269. '1': [Function: parserOnHeadersComplete],
  1270. '2': [Function: parserOnBody],
  1271. '3': [Function: parserOnMessageComplete],
  1272. '4': [Function: bound onParserExecute],
  1273. _headers: [],
  1274. _url: '',
  1275. _consumed: true,
  1276. socket: [Circular],
  1277. incoming: [Circular],
  1278. outgoing: null,
  1279. maxHeaderPairs: 2000,
  1280. onIncoming: [Function: bound parserOnIncoming] },
  1281. on: [Function: socketOnWrap],
  1282. _paused: false,
  1283. read: [Function],
  1284. _consuming: true,
  1285. _httpMessage:
  1286. ServerResponse {
  1287. domain: null,
  1288. _events: [Object],
  1289. _eventsCount: 1,
  1290. _maxListeners: undefined,
  1291. output: [],
  1292. outputEncodings: [],
  1293. outputCallbacks: [],
  1294. outputSize: 0,
  1295. writable: true,
  1296. _last: false,
  1297. upgrading: false,
  1298. chunkedEncoding: false,
  1299. shouldKeepAlive: true,
  1300. useChunkedEncodingByDefault: true,
  1301. sendDate: true,
  1302. _removedConnection: false,
  1303. _removedContLen: false,
  1304. _removedTE: false,
  1305. _contentLength: null,
  1306. _hasBody: true,
  1307. _trailer: '',
  1308. finished: false,
  1309. _headerSent: false,
  1310. socket: [Circular],
  1311. connection: [Circular],
  1312. _header: null,
  1313. _onPendingData: [Function: bound updateOutgoingData],
  1314. _sent100: false,
  1315. _expect_continue: false,
  1316. req: [Circular],
  1317. locals: {},
  1318. [Symbol(outHeadersKey)]: [Object] },
  1319. [Symbol(asyncId)]: 25,
  1320. [Symbol(bytesRead)]: 0,
  1321. [Symbol(asyncId)]: 26,
  1322. [Symbol(triggerAsyncId)]: 8 },
  1323. httpVersionMajor: 1,
  1324. httpVersionMinor: 1,
  1325. httpVersion: '1.1',
  1326. complete: true,
  1327. headers:
  1328. { 'cache-control': 'no-cache',
  1329. pragma: 'no-cache',
  1330. 'user-agent': 'TeamSpeak3-ImageFetcher-1.0',
  1331. connection: 'Keep-Alive',
  1332. 'accept-encoding': 'gzip, deflate',
  1333. 'accept-language': 'en-US,*',
  1334. host: '45.58.39.29:3000' },
  1335. rawHeaders:
  1336. [ 'Cache-Control',
  1337. 'no-cache',
  1338. 'Pragma',
  1339. 'no-cache',
  1340. 'User-Agent',
  1341. 'TeamSpeak3-ImageFetcher-1.0',
  1342. 'Connection',
  1343. 'Keep-Alive',
  1344. 'Accept-Encoding',
  1345. 'gzip, deflate',
  1346. 'Accept-Language',
  1347. 'en-US,*',
  1348. 'Host',
  1349. '45.58.39.29:3000' ],
  1350. trailers: {},
  1351. rawTrailers: [],
  1352. upgrade: false,
  1353. url: '/',
  1354. method: 'GET',
  1355. statusCode: null,
  1356. statusMessage: null,
  1357. client:
  1358. Socket {
  1359. connecting: false,
  1360. _hadError: false,
  1361. _handle:
  1362. TCP {
  1363. bytesRead: 217,
  1364. _externalStream: [External],
  1365. fd: -1,
  1366. reading: true,
  1367. owner: [Circular],
  1368. onread: [Function: onread],
  1369. onconnection: null,
  1370. writeQueueSize: 0,
  1371. _consumed: true },
  1372. _parent: null,
  1373. _host: null,
  1374. _readableState:
  1375. ReadableState {
  1376. objectMode: false,
  1377. highWaterMark: 16384,
  1378. buffer: [Object],
  1379. length: 0,
  1380. pipes: null,
  1381. pipesCount: 0,
  1382. flowing: true,
  1383. ended: false,
  1384. endEmitted: false,
  1385. reading: true,
  1386. sync: false,
  1387. needReadable: true,
  1388. emittedReadable: false,
  1389. readableListening: false,
  1390. resumeScheduled: false,
  1391. destroyed: false,
  1392. defaultEncoding: 'utf8',
  1393. awaitDrain: 0,
  1394. readingMore: false,
  1395. decoder: null,
  1396. encoding: null },
  1397. readable: true,
  1398. domain: null,
  1399. _events:
  1400. { end: [Array],
  1401. finish: [Function: onSocketFinish],
  1402. _socketEnd: [Function: onSocketEnd],
  1403. drain: [Array],
  1404. timeout: [Function: socketOnTimeout],
  1405. data: [Function: bound socketOnData],
  1406. error: [Function: socketOnError],
  1407. close: [Array],
  1408. resume: [Function: onSocketResume],
  1409. pause: [Function: onSocketPause] },
  1410. _eventsCount: 10,
  1411. _maxListeners: undefined,
  1412. _writableState:
  1413. WritableState {
  1414. objectMode: false,
  1415. highWaterMark: 16384,
  1416. finalCalled: false,
  1417. needDrain: false,
  1418. ending: false,
  1419. ended: false,
  1420. finished: false,
  1421. destroyed: false,
  1422. decodeStrings: false,
  1423. defaultEncoding: 'utf8',
  1424. length: 0,
  1425. writing: false,
  1426. corked: 0,
  1427. sync: true,
  1428. bufferProcessing: false,
  1429. onwrite: [Function: bound onwrite],
  1430. writecb: null,
  1431. writelen: 0,
  1432. bufferedRequest: null,
  1433. lastBufferedRequest: null,
  1434. pendingcb: 0,
  1435. prefinished: false,
  1436. errorEmitted: false,
  1437. bufferedRequestCount: 0,
  1438. corkedRequestsFree: [Object] },
  1439. writable: true,
  1440. allowHalfOpen: true,
  1441. _bytesDispatched: 0,
  1442. _sockname: null,
  1443. _pendingData: null,
  1444. _pendingEncoding: '',
  1445. server:
  1446. Server {
  1447. domain: null,
  1448. _events: [Object],
  1449. _eventsCount: 4,
  1450. _maxListeners: undefined,
  1451. _connections: 2,
  1452. _handle: [Object],
  1453. _usingSlaves: false,
  1454. _slaves: [],
  1455. _unref: false,
  1456. allowHalfOpen: true,
  1457. pauseOnConnect: false,
  1458. httpAllowHalfOpen: false,
  1459. timeout: 120000,
  1460. keepAliveTimeout: 5000,
  1461. _pendingResponseData: 0,
  1462. maxHeadersCount: null,
  1463. _connectionKey: '6::::3000',
  1464. [Symbol(asyncId)]: 8 },
  1465. _server:
  1466. Server {
  1467. domain: null,
  1468. _events: [Object],
  1469. _eventsCount: 4,
  1470. _maxListeners: undefined,
  1471. _connections: 2,
  1472. _handle: [Object],
  1473. _usingSlaves: false,
  1474. _slaves: [],
  1475. _unref: false,
  1476. allowHalfOpen: true,
  1477. pauseOnConnect: false,
  1478. httpAllowHalfOpen: false,
  1479. timeout: 120000,
  1480. keepAliveTimeout: 5000,
  1481. _pendingResponseData: 0,
  1482. maxHeadersCount: null,
  1483. _connectionKey: '6::::3000',
  1484. [Symbol(asyncId)]: 8 },
  1485. _idleTimeout: 120000,
  1486. _idleNext:
  1487. Socket {
  1488. connecting: false,
  1489. _hadError: false,
  1490. _handle: [Object],
  1491. _parent: null,
  1492. _host: null,
  1493. _readableState: [Object],
  1494. readable: true,
  1495. domain: null,
  1496. _events: [Object],
  1497. _eventsCount: 10,
  1498. _maxListeners: undefined,
  1499. _writableState: [Object],
  1500. writable: true,
  1501. allowHalfOpen: true,
  1502. _bytesDispatched: 0,
  1503. _sockname: null,
  1504. _pendingData: null,
  1505. _pendingEncoding: '',
  1506. server: [Object],
  1507. _server: [Object],
  1508. _idleTimeout: 120000,
  1509. _idleNext: [Object],
  1510. _idlePrev: [Circular],
  1511. _idleStart: 899,
  1512. _destroyed: false,
  1513. parser: [Object],
  1514. on: [Function: socketOnWrap],
  1515. _paused: false,
  1516. read: [Function],
  1517. _consuming: true,
  1518. _httpMessage: [Object],
  1519. _peername: [Object],
  1520. [Symbol(asyncId)]: 12,
  1521. [Symbol(bytesRead)]: 0,
  1522. [Symbol(asyncId)]: 14,
  1523. [Symbol(triggerAsyncId)]: 8 },
  1524. _idlePrev:
  1525. TimersList {
  1526. _idleNext: [Circular],
  1527. _idlePrev: [Object],
  1528. _timer: [Object],
  1529. _unrefed: true,
  1530. msecs: 120000,
  1531. nextTick: false },
  1532. _idleStart: 1372,
  1533. _destroyed: false,
  1534. parser:
  1535. HTTPParser {
  1536. '0': [Function: parserOnHeaders],
  1537. '1': [Function: parserOnHeadersComplete],
  1538. '2': [Function: parserOnBody],
  1539. '3': [Function: parserOnMessageComplete],
  1540. '4': [Function: bound onParserExecute],
  1541. _headers: [],
  1542. _url: '',
  1543. _consumed: true,
  1544. socket: [Circular],
  1545. incoming: [Circular],
  1546. outgoing: null,
  1547. maxHeaderPairs: 2000,
  1548. onIncoming: [Function: bound parserOnIncoming] },
  1549. on: [Function: socketOnWrap],
  1550. _paused: false,
  1551. read: [Function],
  1552. _consuming: true,
  1553. _httpMessage:
  1554. ServerResponse {
  1555. domain: null,
  1556. _events: [Object],
  1557. _eventsCount: 1,
  1558. _maxListeners: undefined,
  1559. output: [],
  1560. outputEncodings: [],
  1561. outputCallbacks: [],
  1562. outputSize: 0,
  1563. writable: true,
  1564. _last: false,
  1565. upgrading: false,
  1566. chunkedEncoding: false,
  1567. shouldKeepAlive: true,
  1568. useChunkedEncodingByDefault: true,
  1569. sendDate: true,
  1570. _removedConnection: false,
  1571. _removedContLen: false,
  1572. _removedTE: false,
  1573. _contentLength: null,
  1574. _hasBody: true,
  1575. _trailer: '',
  1576. finished: false,
  1577. _headerSent: false,
  1578. socket: [Circular],
  1579. connection: [Circular],
  1580. _header: null,
  1581. _onPendingData: [Function: bound updateOutgoingData],
  1582. _sent100: false,
  1583. _expect_continue: false,
  1584. req: [Circular],
  1585. locals: {},
  1586. [Symbol(outHeadersKey)]: [Object] },
  1587. [Symbol(asyncId)]: 25,
  1588. [Symbol(bytesRead)]: 0,
  1589. [Symbol(asyncId)]: 26,
  1590. [Symbol(triggerAsyncId)]: 8 },
  1591. _consuming: false,
  1592. _dumped: false,
  1593. next: [Function: next],
  1594. baseUrl: '/users.bmp',
  1595. originalUrl: '/users.bmp',
  1596. _parsedUrl:
  1597. Url {
  1598. protocol: null,
  1599. slashes: null,
  1600. auth: null,
  1601. host: null,
  1602. port: null,
  1603. hostname: null,
  1604. hash: null,
  1605. search: null,
  1606. query: null,
  1607. pathname: '/',
  1608. path: '/',
  1609. href: '/',
  1610. _raw: '/' },
  1611. params: {},
  1612. query: {},
  1613. res:
  1614. ServerResponse {
  1615. domain: null,
  1616. _events: { finish: [Function: bound resOnFinish] },
  1617. _eventsCount: 1,
  1618. _maxListeners: undefined,
  1619. output: [],
  1620. outputEncodings: [],
  1621. outputCallbacks: [],
  1622. outputSize: 0,
  1623. writable: true,
  1624. _last: false,
  1625. upgrading: false,
  1626. chunkedEncoding: false,
  1627. shouldKeepAlive: true,
  1628. useChunkedEncodingByDefault: true,
  1629. sendDate: true,
  1630. _removedConnection: false,
  1631. _removedContLen: false,
  1632. _removedTE: false,
  1633. _contentLength: null,
  1634. _hasBody: true,
  1635. _trailer: '',
  1636. finished: false,
  1637. _headerSent: false,
  1638. socket:
  1639. Socket {
  1640. connecting: false,
  1641. _hadError: false,
  1642. _handle: [Object],
  1643. _parent: null,
  1644. _host: null,
  1645. _readableState: [Object],
  1646. readable: true,
  1647. domain: null,
  1648. _events: [Object],
  1649. _eventsCount: 10,
  1650. _maxListeners: undefined,
  1651. _writableState: [Object],
  1652. writable: true,
  1653. allowHalfOpen: true,
  1654. _bytesDispatched: 0,
  1655. _sockname: null,
  1656. _pendingData: null,
  1657. _pendingEncoding: '',
  1658. server: [Object],
  1659. _server: [Object],
  1660. _idleTimeout: 120000,
  1661. _idleNext: [Object],
  1662. _idlePrev: [Object],
  1663. _idleStart: 1372,
  1664. _destroyed: false,
  1665. parser: [Object],
  1666. on: [Function: socketOnWrap],
  1667. _paused: false,
  1668. read: [Function],
  1669. _consuming: true,
  1670. _httpMessage: [Circular],
  1671. [Symbol(asyncId)]: 25,
  1672. [Symbol(bytesRead)]: 0,
  1673. [Symbol(asyncId)]: 26,
  1674. [Symbol(triggerAsyncId)]: 8 },
  1675. connection:
  1676. Socket {
  1677. connecting: false,
  1678. _hadError: false,
  1679. _handle: [Object],
  1680. _parent: null,
  1681. _host: null,
  1682. _readableState: [Object],
  1683. readable: true,
  1684. domain: null,
  1685. _events: [Object],
  1686. _eventsCount: 10,
  1687. _maxListeners: undefined,
  1688. _writableState: [Object],
  1689. writable: true,
  1690. allowHalfOpen: true,
  1691. _bytesDispatched: 0,
  1692. _sockname: null,
  1693. _pendingData: null,
  1694. _pendingEncoding: '',
  1695. server: [Object],
  1696. _server: [Object],
  1697. _idleTimeout: 120000,
  1698. _idleNext: [Object],
  1699. _idlePrev: [Object],
  1700. _idleStart: 1372,
  1701. _destroyed: false,
  1702. parser: [Object],
  1703. on: [Function: socketOnWrap],
  1704. _paused: false,
  1705. read: [Function],
  1706. _consuming: true,
  1707. _httpMessage: [Circular],
  1708. [Symbol(asyncId)]: 25,
  1709. [Symbol(bytesRead)]: 0,
  1710. [Symbol(asyncId)]: 26,
  1711. [Symbol(triggerAsyncId)]: 8 },
  1712. _header: null,
  1713. _onPendingData: [Function: bound updateOutgoingData],
  1714. _sent100: false,
  1715. _expect_continue: false,
  1716. req: [Circular],
  1717. locals: {},
  1718. [Symbol(outHeadersKey)]: { 'x-powered-by': [Array] } },
  1719. body: {},
  1720. secret: undefined,
  1721. cookies: {},
  1722. signedCookies: {},
  1723. _parsedOriginalUrl:
  1724. Url {
  1725. protocol: null,
  1726. slashes: null,
  1727. auth: null,
  1728. host: null,
  1729. port: null,
  1730. hostname: null,
  1731. hash: null,
  1732. search: null,
  1733. query: null,
  1734. pathname: '/users.bmp',
  1735. path: '/users.bmp',
  1736. href: '/users.bmp',
  1737. _raw: '/users.bmp' },
  1738. route: Route { path: '/', stack: [ [Object] ], methods: { get: true } } }
  1739. ::ffff:177.220.173.127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement