Advertisement
Guest User

Untitled

a guest
Aug 8th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.96 KB | None | 0 0
  1. IncomingMessage {
  2.  
  3. _readableState:
  4.  
  5. ReadableState {
  6.  
  7. objectMode: false,
  8.  
  9. highWaterMark: 16384,
  10.  
  11. buffer: BufferList { head: null, tail: null, length: 0 },
  12.  
  13. length: 0,
  14.  
  15. pipes: null,
  16.  
  17. pipesCount: 0,
  18.  
  19. flowing: true,
  20.  
  21. ended: true,
  22.  
  23. endEmitted: true,
  24.  
  25. reading: false,
  26.  
  27. sync: true,
  28.  
  29. needReadable: false,
  30.  
  31. emittedReadable: false,
  32.  
  33. readableListening: false,
  34.  
  35. resumeScheduled: false,
  36.  
  37. destroyed: false,
  38.  
  39. defaultEncoding: 'utf8',
  40.  
  41. awaitDrain: 0,
  42.  
  43. readingMore: false,
  44.  
  45. decoder: null,
  46.  
  47. encoding: null },
  48.  
  49. readable: false,
  50.  
  51. domain: null,
  52.  
  53. _events:
  54.  
  55. { end: [ [Function: responseOnEnd], [Function] ],
  56.  
  57. close: [ [Function], [Function] ],
  58.  
  59. data: [Function],
  60.  
  61. error: [Function] },
  62.  
  63. _eventsCount: 4,
  64.  
  65. _maxListeners: undefined,
  66.  
  67. socket:
  68.  
  69. TLSSocket {
  70.  
  71. _tlsOptions:
  72.  
  73. { pipe: false,
  74.  
  75. secureContext: [Object],
  76.  
  77. isServer: false,
  78.  
  79. requestCert: true,
  80.  
  81. rejectUnauthorized: true,
  82.  
  83. session: undefined,
  84.  
  85. NPNProtocols: undefined,
  86.  
  87. ALPNProtocols: undefined,
  88.  
  89. requestOCSP: undefined },
  90.  
  91. _secureEstablished: true,
  92.  
  93. _securePending: false,
  94.  
  95. _newSessionPending: false,
  96.  
  97. _controlReleased: true,
  98.  
  99. _SNICallback: null,
  100.  
  101. servername: 'discordapp.com',
  102.  
  103. npnProtocol: false,
  104.  
  105. alpnProtocol: false,
  106.  
  107. authorized: true,
  108.  
  109. authorizationError: null,
  110.  
  111. encrypted: true,
  112.  
  113. _events:
  114.  
  115. { close: [Array],
  116.  
  117. end: [Object],
  118.  
  119. finish: [Function: onSocketFinish],
  120.  
  121. _socketEnd: [Function: onSocketEnd],
  122.  
  123. secure: [Function],
  124.  
  125. free: [Function: onFree],
  126.  
  127. agentRemove: [Function: onRemove],
  128.  
  129. drain: [Function: ondrain],
  130.  
  131. error: [Function: socketErrorListener] },
  132.  
  133. _eventsCount: 9,
  134.  
  135. connecting: false,
  136.  
  137. _hadError: false,
  138.  
  139. _handle: null,
  140.  
  141. _parent: null,
  142.  
  143. _host: 'discordapp.com',
  144.  
  145. _readableState:
  146.  
  147. ReadableState {
  148.  
  149. objectMode: false,
  150.  
  151. highWaterMark: 16384,
  152.  
  153. buffer: [Object],
  154.  
  155. length: 0,
  156.  
  157. pipes: null,
  158.  
  159. pipesCount: 0,
  160.  
  161. flowing: true,
  162.  
  163. ended: false,
  164.  
  165. endEmitted: false,
  166.  
  167. reading: true,
  168.  
  169. sync: false,
  170.  
  171. needReadable: true,
  172.  
  173. emittedReadable: false,
  174.  
  175. readableListening: false,
  176.  
  177. resumeScheduled: false,
  178.  
  179. destroyed: true,
  180.  
  181. defaultEncoding: 'utf8',
  182.  
  183. awaitDrain: 0,
  184.  
  185. readingMore: false,
  186.  
  187. decoder: null,
  188.  
  189. encoding: null },
  190.  
  191. readable: false,
  192.  
  193. domain: null,
  194.  
  195. _maxListeners: undefined,
  196.  
  197. _writableState:
  198.  
  199. WritableState {
  200.  
  201. objectMode: false,
  202.  
  203. highWaterMark: 16384,
  204.  
  205. finalCalled: false,
  206.  
  207. needDrain: false,
  208.  
  209. ending: true,
  210.  
  211. ended: true,
  212.  
  213. finished: true,
  214.  
  215. destroyed: true,
  216.  
  217. decodeStrings: false,
  218.  
  219. defaultEncoding: 'utf8',
  220.  
  221. length: 0,
  222.  
  223. writing: false,
  224.  
  225. corked: 0,
  226.  
  227. sync: false,
  228.  
  229. bufferProcessing: false,
  230.  
  231. onwrite: [Function: bound onwrite],
  232.  
  233. writecb: null,
  234.  
  235. writelen: 0,
  236.  
  237. bufferedRequest: null,
  238.  
  239. lastBufferedRequest: null,
  240.  
  241. pendingcb: 0,
  242.  
  243. prefinished: true,
  244.  
  245. errorEmitted: false,
  246.  
  247. bufferedRequestCount: 0,
  248.  
  249. corkedRequestsFree: [Object] },
  250.  
  251. writable: false,
  252.  
  253. allowHalfOpen: false,
  254.  
  255. _bytesDispatched: 466,
  256.  
  257. _sockname: null,
  258.  
  259. _pendingData: null,
  260.  
  261. _pendingEncoding: '',
  262.  
  263. server: undefined,
  264.  
  265. _server: null,
  266.  
  267. ssl: null,
  268.  
  269. _requestCert: true,
  270.  
  271. _rejectUnauthorized: true,
  272.  
  273. parser: null,
  274.  
  275. _httpMessage:
  276.  
  277. ClientRequest {
  278.  
  279. domain: null,
  280.  
  281. _events: [Object],
  282.  
  283. _eventsCount: 5,
  284.  
  285. _maxListeners: undefined,
  286.  
  287. output: [],
  288.  
  289. outputEncodings: [],
  290.  
  291. outputCallbacks: [],
  292.  
  293. outputSize: 0,
  294.  
  295. writable: true,
  296.  
  297. _last: true,
  298.  
  299. upgrading: false,
  300.  
  301. chunkedEncoding: false,
  302.  
  303. shouldKeepAlive: false,
  304.  
  305. useChunkedEncodingByDefault: true,
  306.  
  307. sendDate: false,
  308.  
  309. _removedConnection: false,
  310.  
  311. _removedContLen: false,
  312.  
  313. _removedTE: false,
  314.  
  315. _contentLength: null,
  316.  
  317. _hasBody: true,
  318.  
  319. _trailer: '',
  320.  
  321. finished: true,
  322.  
  323. _headerSent: true,
  324.  
  325. socket: [Circular],
  326.  
  327. connection: [Circular],
  328.  
  329. _header: 'POST /api/v6/science HTTP/1.1\r\ncontent-type: application/json\r\nhost: discordapp.com\r\naccept: application/json\r\ncontent-length: 313\r\nConnection: close\r\n\r\n',
  330.  
  331. _onPendingData: [Function: noopPendingOutput],
  332.  
  333. agent: [Object],
  334.  
  335. socketPath: undefined,
  336.  
  337. timeout: undefined,
  338.  
  339. method: 'POST',
  340.  
  341. path: '/api/v6/science',
  342.  
  343. _ended: true,
  344.  
  345. res: [Circular],
  346.  
  347. aborted: undefined,
  348.  
  349. timeoutCb: null,
  350.  
  351. upgradeOrConnect: false,
  352.  
  353. parser: null,
  354.  
  355. maxHeadersCount: null,
  356.  
  357. [Symbol(outHeadersKey)]: [Object] },
  358.  
  359. _idleNext: null,
  360.  
  361. _idlePrev: null,
  362.  
  363. _idleTimeout: -1,
  364.  
  365. [Symbol(asyncId)]: 8,
  366.  
  367. [Symbol(bytesRead)]: 534 },
  368.  
  369. connection:
  370.  
  371. TLSSocket {
  372.  
  373. _tlsOptions:
  374.  
  375. { pipe: false,
  376.  
  377. secureContext: [Object],
  378.  
  379. isServer: false,
  380.  
  381. requestCert: true,
  382.  
  383. rejectUnauthorized: true,
  384.  
  385. session: undefined,
  386.  
  387. NPNProtocols: undefined,
  388.  
  389. ALPNProtocols: undefined,
  390.  
  391. requestOCSP: undefined },
  392.  
  393. _secureEstablished: true,
  394.  
  395. _securePending: false,
  396.  
  397. _newSessionPending: false,
  398.  
  399. _controlReleased: true,
  400.  
  401. _SNICallback: null,
  402.  
  403. servername: 'discordapp.com',
  404.  
  405. npnProtocol: false,
  406.  
  407. alpnProtocol: false,
  408.  
  409. authorized: true,
  410.  
  411. authorizationError: null,
  412.  
  413. encrypted: true,
  414.  
  415. _events:
  416.  
  417. { close: [Array],
  418.  
  419. end: [Object],
  420.  
  421. finish: [Function: onSocketFinish],
  422.  
  423. _socketEnd: [Function: onSocketEnd],
  424.  
  425. secure: [Function],
  426.  
  427. free: [Function: onFree],
  428.  
  429. agentRemove: [Function: onRemove],
  430.  
  431. drain: [Function: ondrain],
  432.  
  433. error: [Function: socketErrorListener] },
  434.  
  435. _eventsCount: 9,
  436.  
  437. connecting: false,
  438.  
  439. _hadError: false,
  440.  
  441. _handle: null,
  442.  
  443. _parent: null,
  444.  
  445. _host: 'discordapp.com',
  446.  
  447. _readableState:
  448.  
  449. ReadableState {
  450.  
  451. objectMode: false,
  452.  
  453. highWaterMark: 16384,
  454.  
  455. buffer: [Object],
  456.  
  457. length: 0,
  458.  
  459. pipes: null,
  460.  
  461. pipesCount: 0,
  462.  
  463. flowing: true,
  464.  
  465. ended: false,
  466.  
  467. endEmitted: false,
  468.  
  469. reading: true,
  470.  
  471. sync: false,
  472.  
  473. needReadable: true,
  474.  
  475. emittedReadable: false,
  476.  
  477. readableListening: false,
  478.  
  479. resumeScheduled: false,
  480.  
  481. destroyed: true,
  482.  
  483. defaultEncoding: 'utf8',
  484.  
  485. awaitDrain: 0,
  486.  
  487. readingMore: false,
  488.  
  489. decoder: null,
  490.  
  491. encoding: null },
  492.  
  493. readable: false,
  494.  
  495. domain: null,
  496.  
  497. _maxListeners: undefined,
  498.  
  499. _writableState:
  500.  
  501. WritableState {
  502.  
  503. objectMode: false,
  504.  
  505. highWaterMark: 16384,
  506.  
  507. finalCalled: false,
  508.  
  509. needDrain: false,
  510.  
  511. ending: true,
  512.  
  513. ended: true,
  514.  
  515. finished: true,
  516.  
  517. destroyed: true,
  518.  
  519. decodeStrings: false,
  520.  
  521. defaultEncoding: 'utf8',
  522.  
  523. length: 0,
  524.  
  525. writing: false,
  526.  
  527. corked: 0,
  528.  
  529. sync: false,
  530.  
  531. bufferProcessing: false,
  532.  
  533. onwrite: [Function: bound onwrite],
  534.  
  535. writecb: null,
  536.  
  537. writelen: 0,
  538.  
  539. bufferedRequest: null,
  540.  
  541. lastBufferedRequest: null,
  542.  
  543. pendingcb: 0,
  544.  
  545. prefinished: true,
  546.  
  547. errorEmitted: false,
  548.  
  549. bufferedRequestCount: 0,
  550.  
  551. corkedRequestsFree: [Object] },
  552.  
  553. writable: false,
  554.  
  555. allowHalfOpen: false,
  556.  
  557. _bytesDispatched: 466,
  558.  
  559. _sockname: null,
  560.  
  561. _pendingData: null,
  562.  
  563. _pendingEncoding: '',
  564.  
  565. server: undefined,
  566.  
  567. _server: null,
  568.  
  569. ssl: null,
  570.  
  571. _requestCert: true,
  572.  
  573. _rejectUnauthorized: true,
  574.  
  575. parser: null,
  576.  
  577. _httpMessage:
  578.  
  579. ClientRequest {
  580.  
  581. domain: null,
  582.  
  583. _events: [Object],
  584.  
  585. _eventsCount: 5,
  586.  
  587. _maxListeners: undefined,
  588.  
  589. output: [],
  590.  
  591. outputEncodings: [],
  592.  
  593. outputCallbacks: [],
  594.  
  595. outputSize: 0,
  596.  
  597. writable: true,
  598.  
  599. _last: true,
  600.  
  601. upgrading: false,
  602.  
  603. chunkedEncoding: false,
  604.  
  605. shouldKeepAlive: false,
  606.  
  607. useChunkedEncodingByDefault: true,
  608.  
  609. sendDate: false,
  610.  
  611. _removedConnection: false,
  612.  
  613. _removedContLen: false,
  614.  
  615. _removedTE: false,
  616.  
  617. _contentLength: null,
  618.  
  619. _hasBody: true,
  620.  
  621. _trailer: '',
  622.  
  623. finished: true,
  624.  
  625. _headerSent: true,
  626.  
  627. socket: [Circular],
  628.  
  629. connection: [Circular],
  630.  
  631. _header: 'POST /api/v6/science HTTP/1.1\r\ncontent-type: application/json\r\nhost: discordapp.com\r\naccept: application/json\r\ncontent-length: 313\r\nConnection: close\r\n\r\n',
  632.  
  633. _onPendingData: [Function: noopPendingOutput],
  634.  
  635. agent: [Object],
  636.  
  637. socketPath: undefined,
  638.  
  639. timeout: undefined,
  640.  
  641. method: 'POST',
  642.  
  643. path: '/api/v6/science',
  644.  
  645. _ended: true,
  646.  
  647. res: [Circular],
  648.  
  649. aborted: undefined,
  650.  
  651. timeoutCb: null,
  652.  
  653. upgradeOrConnect: false,
  654.  
  655. parser: null,
  656.  
  657. maxHeadersCount: null,
  658.  
  659. [Symbol(outHeadersKey)]: [Object] },
  660.  
  661. _idleNext: null,
  662.  
  663. _idlePrev: null,
  664.  
  665. _idleTimeout: -1,
  666.  
  667. [Symbol(asyncId)]: 8,
  668.  
  669. [Symbol(bytesRead)]: 534 },
  670.  
  671. httpVersionMajor: 1,
  672.  
  673. httpVersionMinor: 1,
  674.  
  675. httpVersion: '1.1',
  676.  
  677. complete: true,
  678.  
  679. headers:
  680.  
  681. { date: 'Wed, 08 Aug 2018 10:16:10 GMT',
  682.  
  683. 'content-type': 'text/html; charset=utf-8',
  684.  
  685. 'content-length': '0',
  686.  
  687. connection: 'close',
  688.  
  689. 'set-cookie':
  690.  
  691. [ '__cfduid=d4d41479edac6f61b2ff5ba4e1830aeb91533723370; expires=Thu, 08-Aug-19 10:16:10 GMT; path=/; domain=.discordapp.com; HttpOnly' ],
  692.  
  693. 'strict-transport-security': 'max-age=31536000; includeSubDomains',
  694.  
  695. via: '1.1 google',
  696.  
  697. 'alt-svc': 'clear',
  698.  
  699. 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  700.  
  701. server: 'cloudflare',
  702.  
  703. 'cf-ray': '447139d99ce456e7-IAD' },
  704.  
  705. rawHeaders:
  706.  
  707. [ 'Date',
  708.  
  709. 'Wed, 08 Aug 2018 10:16:10 GMT',
  710.  
  711. 'Content-Type',
  712.  
  713. 'text/html; charset=utf-8',
  714.  
  715. 'Content-Length',
  716.  
  717. '0',
  718.  
  719. 'Connection',
  720.  
  721. 'close',
  722.  
  723. 'Set-Cookie',
  724.  
  725. '__cfduid=d4d41479edac6f61b2ff5ba4e1830aeb91533723370; expires=Thu, 08-Aug-19 10:16:10 GMT; path=/; domain=.discordapp.com; HttpOnly',
  726.  
  727. 'Strict-Transport-Security',
  728.  
  729. 'max-age=31536000; includeSubDomains',
  730.  
  731. 'Via',
  732.  
  733. '1.1 google',
  734.  
  735. 'Alt-Svc',
  736.  
  737. 'clear',
  738.  
  739. 'Expect-CT',
  740.  
  741. 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  742.  
  743. 'Server',
  744.  
  745. 'cloudflare',
  746.  
  747. 'CF-RAY',
  748.  
  749. '447139d99ce456e7-IAD' ],
  750.  
  751. trailers: {},
  752.  
  753. rawTrailers: [],
  754.  
  755. upgrade: false,
  756.  
  757. url: '',
  758.  
  759. method: null,
  760.  
  761. statusCode: 204,
  762.  
  763. statusMessage: 'NO CONTENT',
  764.  
  765. client:
  766.  
  767. TLSSocket {
  768.  
  769. _tlsOptions:
  770.  
  771. { pipe: false,
  772.  
  773. secureContext: [Object],
  774.  
  775. isServer: false,
  776.  
  777. requestCert: true,
  778.  
  779. rejectUnauthorized: true,
  780.  
  781. session: undefined,
  782.  
  783. NPNProtocols: undefined,
  784.  
  785. ALPNProtocols: undefined,
  786.  
  787. requestOCSP: undefined },
  788.  
  789. _secureEstablished: true,
  790.  
  791. _securePending: false,
  792.  
  793. _newSessionPending: false,
  794.  
  795. _controlReleased: true,
  796.  
  797. _SNICallback: null,
  798.  
  799. servername: 'discordapp.com',
  800.  
  801. npnProtocol: false,
  802.  
  803. alpnProtocol: false,
  804.  
  805. authorized: true,
  806.  
  807. authorizationError: null,
  808.  
  809. encrypted: true,
  810.  
  811. _events:
  812.  
  813. { close: [Array],
  814.  
  815. end: [Object],
  816.  
  817. finish: [Function: onSocketFinish],
  818.  
  819. _socketEnd: [Function: onSocketEnd],
  820.  
  821. secure: [Function],
  822.  
  823. free: [Function: onFree],
  824.  
  825. agentRemove: [Function: onRemove],
  826.  
  827. drain: [Function: ondrain],
  828.  
  829. error: [Function: socketErrorListener] },
  830.  
  831. _eventsCount: 9,
  832.  
  833. connecting: false,
  834.  
  835. _hadError: false,
  836.  
  837. _handle: null,
  838.  
  839. _parent: null,
  840.  
  841. _host: 'discordapp.com',
  842.  
  843. _readableState:
  844.  
  845. ReadableState {
  846.  
  847. objectMode: false,
  848.  
  849. highWaterMark: 16384,
  850.  
  851. buffer: [Object],
  852.  
  853. length: 0,
  854.  
  855. pipes: null,
  856.  
  857. pipesCount: 0,
  858.  
  859. flowing: true,
  860.  
  861. ended: false,
  862.  
  863. endEmitted: false,
  864.  
  865. reading: true,
  866.  
  867. sync: false,
  868.  
  869. needReadable: true,
  870.  
  871. emittedReadable: false,
  872.  
  873. readableListening: false,
  874.  
  875. resumeScheduled: false,
  876.  
  877. destroyed: true,
  878.  
  879. defaultEncoding: 'utf8',
  880.  
  881. awaitDrain: 0,
  882.  
  883. readingMore: false,
  884.  
  885. decoder: null,
  886.  
  887. encoding: null },
  888.  
  889. readable: false,
  890.  
  891. domain: null,
  892.  
  893. _maxListeners: undefined,
  894.  
  895. _writableState:
  896.  
  897. WritableState {
  898.  
  899. objectMode: false,
  900.  
  901. highWaterMark: 16384,
  902.  
  903. finalCalled: false,
  904.  
  905. needDrain: false,
  906.  
  907. ending: true,
  908.  
  909. ended: true,
  910.  
  911. finished: true,
  912.  
  913. destroyed: true,
  914.  
  915. decodeStrings: false,
  916.  
  917. defaultEncoding: 'utf8',
  918.  
  919. length: 0,
  920.  
  921. writing: false,
  922.  
  923. corked: 0,
  924.  
  925. sync: false,
  926.  
  927. bufferProcessing: false,
  928.  
  929. onwrite: [Function: bound onwrite],
  930.  
  931. writecb: null,
  932.  
  933. writelen: 0,
  934.  
  935. bufferedRequest: null,
  936.  
  937. lastBufferedRequest: null,
  938.  
  939. pendingcb: 0,
  940.  
  941. prefinished: true,
  942.  
  943. errorEmitted: false,
  944.  
  945. bufferedRequestCount: 0,
  946.  
  947. corkedRequestsFree: [Object] },
  948.  
  949. writable: false,
  950.  
  951. allowHalfOpen: false,
  952.  
  953. _bytesDispatched: 466,
  954.  
  955. _sockname: null,
  956.  
  957. _pendingData: null,
  958.  
  959. _pendingEncoding: '',
  960.  
  961. server: undefined,
  962.  
  963. _server: null,
  964.  
  965. ssl: null,
  966.  
  967. _requestCert: true,
  968.  
  969. _rejectUnauthorized: true,
  970.  
  971. parser: null,
  972.  
  973. _httpMessage:
  974.  
  975. ClientRequest {
  976.  
  977. domain: null,
  978.  
  979. _events: [Object],
  980.  
  981. _eventsCount: 5,
  982.  
  983. _maxListeners: undefined,
  984.  
  985. output: [],
  986.  
  987. outputEncodings: [],
  988.  
  989. outputCallbacks: [],
  990.  
  991. outputSize: 0,
  992.  
  993. writable: true,
  994.  
  995. _last: true,
  996.  
  997. upgrading: false,
  998.  
  999. chunkedEncoding: false,
  1000.  
  1001. shouldKeepAlive: false,
  1002.  
  1003. useChunkedEncodingByDefault: true,
  1004.  
  1005. sendDate: false,
  1006.  
  1007. _removedConnection: false,
  1008.  
  1009. _removedContLen: false,
  1010.  
  1011. _removedTE: false,
  1012.  
  1013. _contentLength: null,
  1014.  
  1015. _hasBody: true,
  1016.  
  1017. _trailer: '',
  1018.  
  1019. finished: true,
  1020.  
  1021. _headerSent: true,
  1022.  
  1023. socket: [Circular],
  1024.  
  1025. connection: [Circular],
  1026.  
  1027. _header: 'POST /api/v6/science HTTP/1.1\r\ncontent-type: application/json\r\nhost: discordapp.com\r\naccept: application/json\r\ncontent-length: 313\r\nConnection: close\r\n\r\n',
  1028.  
  1029. _onPendingData: [Function: noopPendingOutput],
  1030.  
  1031. agent: [Object],
  1032.  
  1033. socketPath: undefined,
  1034.  
  1035. timeout: undefined,
  1036.  
  1037. method: 'POST',
  1038.  
  1039. path: '/api/v6/science',
  1040.  
  1041. _ended: true,
  1042.  
  1043. res: [Circular],
  1044.  
  1045. aborted: undefined,
  1046.  
  1047. timeoutCb: null,
  1048.  
  1049. upgradeOrConnect: false,
  1050.  
  1051. parser: null,
  1052.  
  1053. maxHeadersCount: null,
  1054.  
  1055. [Symbol(outHeadersKey)]: [Object] },
  1056.  
  1057. _idleNext: null,
  1058.  
  1059. _idlePrev: null,
  1060.  
  1061. _idleTimeout: -1,
  1062.  
  1063. [Symbol(asyncId)]: 8,
  1064.  
  1065. [Symbol(bytesRead)]: 534 },
  1066.  
  1067. _consuming: true,
  1068.  
  1069. _dumped: false,
  1070.  
  1071. req:
  1072.  
  1073. ClientRequest {
  1074.  
  1075. domain: null,
  1076.  
  1077. _events:
  1078.  
  1079. { socket: [Function],
  1080.  
  1081. response: [Function: bound ],
  1082.  
  1083. error: [Function: bound ],
  1084.  
  1085. drain: [Function],
  1086.  
  1087. prefinish: [Function: requestOnPrefinish] },
  1088.  
  1089. _eventsCount: 5,
  1090.  
  1091. _maxListeners: undefined,
  1092.  
  1093. output: [],
  1094.  
  1095. outputEncodings: [],
  1096.  
  1097. outputCallbacks: [],
  1098.  
  1099. outputSize: 0,
  1100.  
  1101. writable: true,
  1102.  
  1103. _last: true,
  1104.  
  1105. upgrading: false,
  1106.  
  1107. chunkedEncoding: false,
  1108.  
  1109. shouldKeepAlive: false,
  1110.  
  1111. useChunkedEncodingByDefault: true,
  1112.  
  1113. sendDate: false,
  1114.  
  1115. _removedConnection: false,
  1116.  
  1117. _removedContLen: false,
  1118.  
  1119. _removedTE: false,
  1120.  
  1121. _contentLength: null,
  1122.  
  1123. _hasBody: true,
  1124.  
  1125. _trailer: '',
  1126.  
  1127. finished: true,
  1128.  
  1129. _headerSent: true,
  1130.  
  1131. socket:
  1132.  
  1133. TLSSocket {
  1134.  
  1135. _tlsOptions: [Object],
  1136.  
  1137. _secureEstablished: true,
  1138.  
  1139. _securePending: false,
  1140.  
  1141. _newSessionPending: false,
  1142.  
  1143. _controlReleased: true,
  1144.  
  1145. _SNICallback: null,
  1146.  
  1147. servername: 'discordapp.com',
  1148.  
  1149. npnProtocol: false,
  1150.  
  1151. alpnProtocol: false,
  1152.  
  1153. authorized: true,
  1154.  
  1155. authorizationError: null,
  1156.  
  1157. encrypted: true,
  1158.  
  1159. _events: [Object],
  1160.  
  1161. _eventsCount: 9,
  1162.  
  1163. connecting: false,
  1164.  
  1165. _hadError: false,
  1166.  
  1167. _handle: null,
  1168.  
  1169. _parent: null,
  1170.  
  1171. _host: 'discordapp.com',
  1172.  
  1173. _readableState: [Object],
  1174.  
  1175. readable: false,
  1176.  
  1177. domain: null,
  1178.  
  1179. _maxListeners: undefined,
  1180.  
  1181. _writableState: [Object],
  1182.  
  1183. writable: false,
  1184.  
  1185. allowHalfOpen: false,
  1186.  
  1187. _bytesDispatched: 466,
  1188.  
  1189. _sockname: null,
  1190.  
  1191. _pendingData: null,
  1192.  
  1193. _pendingEncoding: '',
  1194.  
  1195. server: undefined,
  1196.  
  1197. _server: null,
  1198.  
  1199. ssl: null,
  1200.  
  1201. _requestCert: true,
  1202.  
  1203. _rejectUnauthorized: true,
  1204.  
  1205. parser: null,
  1206.  
  1207. _httpMessage: [Circular],
  1208.  
  1209. _idleNext: null,
  1210.  
  1211. _idlePrev: null,
  1212.  
  1213. _idleTimeout: -1,
  1214.  
  1215. [Symbol(asyncId)]: 8,
  1216.  
  1217. [Symbol(bytesRead)]: 534 },
  1218.  
  1219. connection:
  1220.  
  1221. TLSSocket {
  1222.  
  1223. _tlsOptions: [Object],
  1224.  
  1225. _secureEstablished: true,
  1226.  
  1227. _securePending: false,
  1228.  
  1229. _newSessionPending: false,
  1230.  
  1231. _controlReleased: true,
  1232.  
  1233. _SNICallback: null,
  1234.  
  1235. servername: 'discordapp.com',
  1236.  
  1237. npnProtocol: false,
  1238.  
  1239. alpnProtocol: false,
  1240.  
  1241. authorized: true,
  1242.  
  1243. authorizationError: null,
  1244.  
  1245. encrypted: true,
  1246.  
  1247. _events: [Object],
  1248.  
  1249. _eventsCount: 9,
  1250.  
  1251. connecting: false,
  1252.  
  1253. _hadError: false,
  1254.  
  1255. _handle: null,
  1256.  
  1257. _parent: null,
  1258.  
  1259. _host: 'discordapp.com',
  1260.  
  1261. _readableState: [Object],
  1262.  
  1263. readable: false,
  1264.  
  1265. domain: null,
  1266.  
  1267. _maxListeners: undefined,
  1268.  
  1269. _writableState: [Object],
  1270.  
  1271. writable: false,
  1272.  
  1273. allowHalfOpen: false,
  1274.  
  1275. _bytesDispatched: 466,
  1276.  
  1277. _sockname: null,
  1278.  
  1279. _pendingData: null,
  1280.  
  1281. _pendingEncoding: '',
  1282.  
  1283. server: undefined,
  1284.  
  1285. _server: null,
  1286.  
  1287. ssl: null,
  1288.  
  1289. _requestCert: true,
  1290.  
  1291. _rejectUnauthorized: true,
  1292.  
  1293. parser: null,
  1294.  
  1295. _httpMessage: [Circular],
  1296.  
  1297. _idleNext: null,
  1298.  
  1299. _idlePrev: null,
  1300.  
  1301. _idleTimeout: -1,
  1302.  
  1303. [Symbol(asyncId)]: 8,
  1304.  
  1305. [Symbol(bytesRead)]: 534 },
  1306.  
  1307. _header: 'POST /api/v6/science HTTP/1.1\r\ncontent-type: application/json\r\nhost: discordapp.com\r\naccept: application/json\r\ncontent-length: 313\r\nConnection: close\r\n\r\n',
  1308.  
  1309. _onPendingData: [Function: noopPendingOutput],
  1310.  
  1311. agent:
  1312.  
  1313. Agent {
  1314.  
  1315. domain: null,
  1316.  
  1317. _events: [Object],
  1318.  
  1319. _eventsCount: 1,
  1320.  
  1321. _maxListeners: undefined,
  1322.  
  1323. defaultPort: 443,
  1324.  
  1325. protocol: 'https:',
  1326.  
  1327. options: [Object],
  1328.  
  1329. requests: {},
  1330.  
  1331. sockets: [Object],
  1332.  
  1333. freeSockets: {},
  1334.  
  1335. keepAliveMsecs: 1000,
  1336.  
  1337. keepAlive: false,
  1338.  
  1339. maxSockets: Infinity,
  1340.  
  1341. maxFreeSockets: 256,
  1342.  
  1343. maxCachedSessions: 100,
  1344.  
  1345. _sessionCache: [Object] },
  1346.  
  1347. socketPath: undefined,
  1348.  
  1349. timeout: undefined,
  1350.  
  1351. method: 'POST',
  1352.  
  1353. path: '/api/v6/science',
  1354.  
  1355. _ended: true,
  1356.  
  1357. res: [Circular],
  1358.  
  1359. aborted: undefined,
  1360.  
  1361. timeoutCb: null,
  1362.  
  1363. upgradeOrConnect: false,
  1364.  
  1365. parser: null,
  1366.  
  1367. maxHeadersCount: null,
  1368.  
  1369. [Symbol(outHeadersKey)]:
  1370.  
  1371. { 'content-type': [Array],
  1372.  
  1373. host: [Array],
  1374.  
  1375. accept: [Array],
  1376.  
  1377. 'content-length': [Array] } },
  1378.  
  1379. request:
  1380.  
  1381. Request {
  1382.  
  1383. domain: null,
  1384.  
  1385. _events:
  1386.  
  1387. { error: [Function: bound ],
  1388.  
  1389. complete: [Function: bound ],
  1390.  
  1391. pipe: [Function],
  1392.  
  1393. data: [Function],
  1394.  
  1395. end: [Function] },
  1396.  
  1397. _eventsCount: 5,
  1398.  
  1399. _maxListeners: undefined,
  1400.  
  1401. method: 'POST',
  1402.  
  1403. headers:
  1404.  
  1405. { 'content-type': 'application/json',
  1406.  
  1407. accept: 'application/json',
  1408.  
  1409. 'content-length': 313 },
  1410.  
  1411. callback: [Function],
  1412.  
  1413. readable: true,
  1414.  
  1415. writable: true,
  1416.  
  1417. explicitMethod: true,
  1418.  
  1419. _qs:
  1420.  
  1421. Querystring {
  1422.  
  1423. request: [Circular],
  1424.  
  1425. lib: [Object],
  1426.  
  1427. useQuerystring: undefined,
  1428.  
  1429. parseOptions: {},
  1430.  
  1431. stringifyOptions: {} },
  1432.  
  1433. _auth:
  1434.  
  1435. Auth {
  1436.  
  1437. request: [Circular],
  1438.  
  1439. hasAuth: false,
  1440.  
  1441. sentAuth: false,
  1442.  
  1443. bearerToken: null,
  1444.  
  1445. user: null,
  1446.  
  1447. pass: null },
  1448.  
  1449. _oauth: OAuth { request: [Circular], params: null },
  1450.  
  1451. _multipart:
  1452.  
  1453. Multipart {
  1454.  
  1455. request: [Circular],
  1456.  
  1457. boundary: 'ea865fcd-63a4-4e3e-9433-c2a65a3a9dc1',
  1458.  
  1459. chunked: false,
  1460.  
  1461. body: null },
  1462.  
  1463. _redirect:
  1464.  
  1465. Redirect {
  1466.  
  1467. request: [Circular],
  1468.  
  1469. followRedirect: true,
  1470.  
  1471. followRedirects: true,
  1472.  
  1473. followAllRedirects: false,
  1474.  
  1475. followOriginalHttpMethod: false,
  1476.  
  1477. allowRedirect: [Function],
  1478.  
  1479. maxRedirects: 10,
  1480.  
  1481. redirects: [],
  1482.  
  1483. redirectsFollowed: 0,
  1484.  
  1485. removeRefererHeader: false },
  1486.  
  1487. _tunnel:
  1488.  
  1489. Tunnel {
  1490.  
  1491. request: [Circular],
  1492.  
  1493. proxyHeaderWhiteList: [Array],
  1494.  
  1495. proxyHeaderExclusiveList: [] },
  1496.  
  1497. setHeader: [Function],
  1498.  
  1499. hasHeader: [Function],
  1500.  
  1501. getHeader: [Function],
  1502.  
  1503. removeHeader: [Function],
  1504.  
  1505. localAddress: undefined,
  1506.  
  1507. pool: {},
  1508.  
  1509. dests: [],
  1510.  
  1511. __isRequestRequest: true,
  1512.  
  1513. _callback: [Function],
  1514.  
  1515. uri:
  1516.  
  1517. Url {
  1518.  
  1519. protocol: 'https:',
  1520.  
  1521. slashes: true,
  1522.  
  1523. auth: null,
  1524.  
  1525. host: 'discordapp.com',
  1526.  
  1527. port: 443,
  1528.  
  1529. hostname: 'discordapp.com',
  1530.  
  1531. hash: null,
  1532.  
  1533. search: null,
  1534.  
  1535. query: null,
  1536.  
  1537. pathname: '/api/v6/science',
  1538.  
  1539. path: '/api/v6/science',
  1540.  
  1541. href: 'https://discordapp.com/api/v6/science' },
  1542.  
  1543. proxy: null,
  1544.  
  1545. tunnel: true,
  1546.  
  1547. setHost: true,
  1548.  
  1549. originalCookieHeader: undefined,
  1550.  
  1551. _disableCookies: true,
  1552.  
  1553. _jar: undefined,
  1554.  
  1555. port: 443,
  1556.  
  1557. host: 'discordapp.com',
  1558.  
  1559. path: '/api/v6/science',
  1560.  
  1561. _json: true,
  1562.  
  1563. body: '{"token":"NDY3NjgyMDE2Nzg4MzQ4OTQ5.DiuLIw.GkRstYVgcccbVMIqA2IqkZFqXLg","events":[{"type":"resolve_invite","properties":{"client_track_timestamp":1533723370,"resolved":false,"code":"5QB5mz","location":"Join Guild Modal","authenticated":true,"client_uuid":"467682016788348949","client_send_timestamp":1533723370}}]}',
  1564.  
  1565. httpModule:
  1566.  
  1567. { Server: [Object],
  1568.  
  1569. createServer: [Function: createServer],
  1570.  
  1571. globalAgent: [Object],
  1572.  
  1573. Agent: [Object],
  1574.  
  1575. request: [Function: request],
  1576.  
  1577. get: [Function: get] },
  1578.  
  1579. agentClass: { [Function: Agent] super_: [Object] },
  1580.  
  1581. agent:
  1582.  
  1583. Agent {
  1584.  
  1585. domain: null,
  1586.  
  1587. _events: [Object],
  1588.  
  1589. _eventsCount: 1,
  1590.  
  1591. _maxListeners: undefined,
  1592.  
  1593. defaultPort: 443,
  1594.  
  1595. protocol: 'https:',
  1596.  
  1597. options: [Object],
  1598.  
  1599. requests: {},
  1600.  
  1601. sockets: [Object],
  1602.  
  1603. freeSockets: {},
  1604.  
  1605. keepAliveMsecs: 1000,
  1606.  
  1607. keepAlive: false,
  1608.  
  1609. maxSockets: Infinity,
  1610.  
  1611. maxFreeSockets: 256,
  1612.  
  1613. maxCachedSessions: 100,
  1614.  
  1615. _sessionCache: [Object] },
  1616.  
  1617. _started: true,
  1618.  
  1619. href: 'https://discordapp.com/api/v6/science',
  1620.  
  1621. req:
  1622.  
  1623. ClientRequest {
  1624.  
  1625. domain: null,
  1626.  
  1627. _events: [Object],
  1628.  
  1629. _eventsCount: 5,
  1630.  
  1631. _maxListeners: undefined,
  1632.  
  1633. output: [],
  1634.  
  1635. outputEncodings: [],
  1636.  
  1637. outputCallbacks: [],
  1638.  
  1639. outputSize: 0,
  1640.  
  1641. writable: true,
  1642.  
  1643. _last: true,
  1644.  
  1645. upgrading: false,
  1646.  
  1647. chunkedEncoding: false,
  1648.  
  1649. shouldKeepAlive: false,
  1650.  
  1651. useChunkedEncodingByDefault: true,
  1652.  
  1653. sendDate: false,
  1654.  
  1655. _removedConnection: false,
  1656.  
  1657. _removedContLen: false,
  1658.  
  1659. _removedTE: false,
  1660.  
  1661. _contentLength: null,
  1662.  
  1663. _hasBody: true,
  1664.  
  1665. _trailer: '',
  1666.  
  1667. finished: true,
  1668.  
  1669. _headerSent: true,
  1670.  
  1671. socket: [Object],
  1672.  
  1673. connection: [Object],
  1674.  
  1675. _header: 'POST /api/v6/science HTTP/1.1\r\ncontent-type: application/json\r\nhost: discordapp.com\r\naccept: application/json\r\ncontent-length: 313\r\nConnection: close\r\n\r\n',
  1676.  
  1677. _onPendingData: [Function: noopPendingOutput],
  1678.  
  1679. agent: [Object],
  1680.  
  1681. socketPath: undefined,
  1682.  
  1683. timeout: undefined,
  1684.  
  1685. method: 'POST',
  1686.  
  1687. path: '/api/v6/science',
  1688.  
  1689. _ended: true,
  1690.  
  1691. res: [Circular],
  1692.  
  1693. aborted: undefined,
  1694.  
  1695. timeoutCb: null,
  1696.  
  1697. upgradeOrConnect: false,
  1698.  
  1699. parser: null,
  1700.  
  1701. maxHeadersCount: null,
  1702.  
  1703. [Symbol(outHeadersKey)]: [Object] },
  1704.  
  1705. ntick: true,
  1706.  
  1707. response: [Circular],
  1708.  
  1709. originalHost: 'discordapp.com',
  1710.  
  1711. originalHostHeaderName: 'host',
  1712.  
  1713. responseContent: [Circular],
  1714.  
  1715. _ended: true,
  1716.  
  1717. _callbackCalled: true },
  1718.  
  1719. toJSON: [Function: responseToJSON],
  1720.  
  1721. caseless:
  1722.  
  1723. Caseless {
  1724.  
  1725. dict:
  1726.  
  1727. { date: 'Wed, 08 Aug 2018 10:16:10 GMT',
  1728.  
  1729. 'content-type': 'text/html; charset=utf-8',
  1730.  
  1731. 'content-length': '0',
  1732.  
  1733. connection: 'close',
  1734.  
  1735. 'set-cookie': [Array],
  1736.  
  1737. 'strict-transport-security': 'max-age=31536000; includeSubDomains',
  1738.  
  1739. via: '1.1 google',
  1740.  
  1741. 'alt-svc': 'clear',
  1742.  
  1743. 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  1744.  
  1745. server: 'cloudflare',
  1746.  
  1747. 'cf-ray': '447139d99ce456e7-IAD' } },
  1748.  
  1749. read: [Function] }
  1750.  
  1751.  
  1752. /app/server.js:22
  1753.  
  1754. /const send = () => {
  1755.  
  1756. ^
  1757.  
  1758.  
  1759. SyntaxError: Invalid regular expression: missing /
  1760.  
  1761. at createScript (vm.js:80:10)
  1762.  
  1763. at Object.runInThisContext (vm.js:139:10)
  1764.  
  1765. at Module._compile (module.js:616:28)
  1766.  
  1767. at Object.Module._extensions..js (module.js:663:10)
  1768.  
  1769. at Module.load (module.js:565:32)
  1770.  
  1771. at tryModuleLoad (module.js:505:12)
  1772.  
  1773. at Function.Module._load (module.js:497:3)
  1774.  
  1775. at Function.Module.runMain (module.js:693:10)
  1776.  
  1777. at startup (bootstrap_node.js:191:16)
  1778.  
  1779. at bootstrap_node.js:612:3
  1780.  
  1781.  
  1782. IncomingMessage {
  1783.  
  1784. _readableState:
  1785.  
  1786. ReadableState {
  1787.  
  1788. objectMode: false,
  1789.  
  1790. highWaterMark: 16384,
  1791.  
  1792. buffer: BufferList { head: null, tail: null, length: 0 },
  1793.  
  1794. length: 0,
  1795.  
  1796. pipes: null,
  1797.  
  1798. pipesCount: 0,
  1799.  
  1800. flowing: true,
  1801.  
  1802. ended: true,
  1803.  
  1804. endEmitted: true,
  1805.  
  1806. reading: false,
  1807.  
  1808. sync: true,
  1809.  
  1810. needReadable: false,
  1811.  
  1812. emittedReadable: false,
  1813.  
  1814. readableListening: false,
  1815.  
  1816. resumeScheduled: false,
  1817.  
  1818. destroyed: false,
  1819.  
  1820. defaultEncoding: 'utf8',
  1821.  
  1822. awaitDrain: 0,
  1823.  
  1824. readingMore: false,
  1825.  
  1826. decoder: null,
  1827.  
  1828. encoding: null },
  1829.  
  1830. readable: false,
  1831.  
  1832. domain: null,
  1833.  
  1834. _events:
  1835.  
  1836. { end: [ [Function: responseOnEnd], [Function] ],
  1837.  
  1838. close: [ [Function], [Function] ],
  1839.  
  1840. data: [Function],
  1841.  
  1842. error: [Function] },
  1843.  
  1844. _eventsCount: 4,
  1845.  
  1846. _maxListeners: undefined,
  1847.  
  1848. socket:
  1849.  
  1850. TLSSocket {
  1851.  
  1852. _tlsOptions:
  1853.  
  1854. { pipe: false,
  1855.  
  1856. secureContext: [Object],
  1857.  
  1858. isServer: false,
  1859.  
  1860. requestCert: true,
  1861.  
  1862. rejectUnauthorized: true,
  1863.  
  1864. session: undefined,
  1865.  
  1866. NPNProtocols: undefined,
  1867.  
  1868. ALPNProtocols: undefined,
  1869.  
  1870. requestOCSP: undefined },
  1871.  
  1872. _secureEstablished: true,
  1873.  
  1874. _securePending: false,
  1875.  
  1876. _newSessionPending: false,
  1877.  
  1878. _controlReleased: true,
  1879.  
  1880. _SNICallback: null,
  1881.  
  1882. servername: 'discordapp.com',
  1883.  
  1884. npnProtocol: false,
  1885.  
  1886. alpnProtocol: false,
  1887.  
  1888. authorized: true,
  1889.  
  1890. authorizationError: null,
  1891.  
  1892. encrypted: true,
  1893.  
  1894. _events:
  1895.  
  1896. { close: [Array],
  1897.  
  1898. end: [Object],
  1899.  
  1900. finish: [Function: onSocketFinish],
  1901.  
  1902. _socketEnd: [Function: onSocketEnd],
  1903.  
  1904. secure: [Function],
  1905.  
  1906. free: [Function: onFree],
  1907.  
  1908. agentRemove: [Function: onRemove],
  1909.  
  1910. drain: [Function: ondrain],
  1911.  
  1912. error: [Function: socketErrorListener] },
  1913.  
  1914. _eventsCount: 9,
  1915.  
  1916. connecting: false,
  1917.  
  1918. _hadError: false,
  1919.  
  1920. _handle: null,
  1921.  
  1922. _parent: null,
  1923.  
  1924. _host: 'discordapp.com',
  1925.  
  1926. _readableState:
  1927.  
  1928. ReadableState {
  1929.  
  1930. objectMode: false,
  1931.  
  1932. highWaterMark: 16384,
  1933.  
  1934. buffer: [Object],
  1935.  
  1936. length: 0,
  1937.  
  1938. pipes: null,
  1939.  
  1940. pipesCount: 0,
  1941.  
  1942. flowing: true,
  1943.  
  1944. ended: false,
  1945.  
  1946. endEmitted: false,
  1947.  
  1948. reading: true,
  1949.  
  1950. sync: false,
  1951.  
  1952. needReadable: true,
  1953.  
  1954. emittedReadable: false,
  1955.  
  1956. readableListening: false,
  1957.  
  1958. resumeScheduled: false,
  1959.  
  1960. destroyed: true,
  1961.  
  1962. defaultEncoding: 'utf8',
  1963.  
  1964. awaitDrain: 0,
  1965.  
  1966. readingMore: false,
  1967.  
  1968. decoder: null,
  1969.  
  1970. encoding: null },
  1971.  
  1972. readable: false,
  1973.  
  1974. domain: null,
  1975.  
  1976. _maxListeners: undefined,
  1977.  
  1978. _writableState:
  1979.  
  1980. WritableState {
  1981.  
  1982. objectMode: false,
  1983.  
  1984. highWaterMark: 16384,
  1985.  
  1986. finalCalled: false,
  1987.  
  1988. needDrain: false,
  1989.  
  1990. ending: true,
  1991.  
  1992. ended: true,
  1993.  
  1994. finished: true,
  1995.  
  1996. destroyed: true,
  1997.  
  1998. decodeStrings: false,
  1999.  
  2000. defaultEncoding: 'utf8',
  2001.  
  2002. length: 0,
  2003.  
  2004. writing: false,
  2005.  
  2006. corked: 0,
  2007.  
  2008. sync: false,
  2009.  
  2010. bufferProcessing: false,
  2011.  
  2012. onwrite: [Function: bound onwrite],
  2013.  
  2014. writecb: null,
  2015.  
  2016. writelen: 0,
  2017.  
  2018. bufferedRequest: null,
  2019.  
  2020. lastBufferedRequest: null,
  2021.  
  2022. pendingcb: 0,
  2023.  
  2024. prefinished: true,
  2025.  
  2026. errorEmitted: false,
  2027.  
  2028. bufferedRequestCount: 0,
  2029.  
  2030. corkedRequestsFree: [Object] },
  2031.  
  2032. writable: false,
  2033.  
  2034. allowHalfOpen: false,
  2035.  
  2036. _bytesDispatched: 466,
  2037.  
  2038. _sockname: null,
  2039.  
  2040. _pendingData: null,
  2041.  
  2042. _pendingEncoding: '',
  2043.  
  2044. server: undefined,
  2045.  
  2046. _server: null,
  2047.  
  2048. ssl: null,
  2049.  
  2050. _requestCert: true,
  2051.  
  2052. _rejectUnauthorized: true,
  2053.  
  2054. parser: null,
  2055.  
  2056. _httpMessage:
  2057.  
  2058. ClientRequest {
  2059.  
  2060. domain: null,
  2061.  
  2062. _events: [Object],
  2063.  
  2064. _eventsCount: 5,
  2065.  
  2066. _maxListeners: undefined,
  2067.  
  2068. output: [],
  2069.  
  2070. outputEncodings: [],
  2071.  
  2072. outputCallbacks: [],
  2073.  
  2074. outputSize: 0,
  2075.  
  2076. writable: true,
  2077.  
  2078. _last: true,
  2079.  
  2080. upgrading: false,
  2081.  
  2082. chunkedEncoding: false,
  2083.  
  2084. shouldKeepAlive: false,
  2085.  
  2086. useChunkedEncodingByDefault: true,
  2087.  
  2088. sendDate: false,
  2089.  
  2090. _removedConnection: false,
  2091.  
  2092. _removedContLen: false,
  2093.  
  2094. _removedTE: false,
  2095.  
  2096. _contentLength: null,
  2097.  
  2098. _hasBody: true,
  2099.  
  2100. _trailer: '',
  2101.  
  2102. finished: true,
  2103.  
  2104. _headerSent: true,
  2105.  
  2106. socket: [Circular],
  2107.  
  2108. connection: [Circular],
  2109.  
  2110. _header: 'POST /api/v6/science HTTP/1.1\r\ncontent-type: application/json\r\nhost: discordapp.com\r\naccept: application/json\r\ncontent-length: 313\r\nConnection: close\r\n\r\n',
  2111.  
  2112. _onPendingData: [Function: noopPendingOutput],
  2113.  
  2114. agent: [Object],
  2115.  
  2116. socketPath: undefined,
  2117.  
  2118. timeout: undefined,
  2119.  
  2120. method: 'POST',
  2121.  
  2122. path: '/api/v6/science',
  2123.  
  2124. _ended: true,
  2125.  
  2126. res: [Circular],
  2127.  
  2128. aborted: undefined,
  2129.  
  2130. timeoutCb: null,
  2131.  
  2132. upgradeOrConnect: false,
  2133.  
  2134. parser: null,
  2135.  
  2136. maxHeadersCount: null,
  2137.  
  2138. [Symbol(outHeadersKey)]: [Object] },
  2139.  
  2140. _idleNext: null,
  2141.  
  2142. _idlePrev: null,
  2143.  
  2144. _idleTimeout: -1,
  2145.  
  2146. [Symbol(asyncId)]: 8,
  2147.  
  2148. [Symbol(bytesRead)]: 534 },
  2149.  
  2150. connection:
  2151.  
  2152. TLSSocket {
  2153.  
  2154. _tlsOptions:
  2155.  
  2156. { pipe: false,
  2157.  
  2158. secureContext: [Object],
  2159.  
  2160. isServer: false,
  2161.  
  2162. requestCert: true,
  2163.  
  2164. rejectUnauthorized: true,
  2165.  
  2166. session: undefined,
  2167.  
  2168. NPNProtocols: undefined,
  2169.  
  2170. ALPNProtocols: undefined,
  2171.  
  2172. requestOCSP: undefined },
  2173.  
  2174. _secureEstablished: true,
  2175.  
  2176. _securePending: false,
  2177.  
  2178. _newSessionPending: false,
  2179.  
  2180. _controlReleased: true,
  2181.  
  2182. _SNICallback: null,
  2183.  
  2184. servername: 'discordapp.com',
  2185.  
  2186. npnProtocol: false,
  2187.  
  2188. alpnProtocol: false,
  2189.  
  2190. authorized: true,
  2191.  
  2192. authorizationError: null,
  2193.  
  2194. encrypted: true,
  2195.  
  2196. _events:
  2197.  
  2198. { close: [Array],
  2199.  
  2200. end: [Object],
  2201.  
  2202. finish: [Function: onSocketFinish],
  2203.  
  2204. _socketEnd: [Function: onSocketEnd],
  2205.  
  2206. secure: [Function],
  2207.  
  2208. free: [Function: onFree],
  2209.  
  2210. agentRemove: [Function: onRemove],
  2211.  
  2212. drain: [Function: ondrain],
  2213.  
  2214. error: [Function: socketErrorListener] },
  2215.  
  2216. _eventsCount: 9,
  2217.  
  2218. connecting: false,
  2219.  
  2220. _hadError: false,
  2221.  
  2222. _handle: null,
  2223.  
  2224. _parent: null,
  2225.  
  2226. _host: 'discordapp.com',
  2227.  
  2228. _readableState:
  2229.  
  2230. ReadableState {
  2231.  
  2232. objectMode: false,
  2233.  
  2234. highWaterMark: 16384,
  2235.  
  2236. buffer: [Object],
  2237.  
  2238. length: 0,
  2239.  
  2240. pipes: null,
  2241.  
  2242. pipesCount: 0,
  2243.  
  2244. flowing: true,
  2245.  
  2246. ended: false,
  2247.  
  2248. endEmitted: false,
  2249.  
  2250. reading: true,
  2251.  
  2252. sync: false,
  2253.  
  2254. needReadable: true,
  2255.  
  2256. emittedReadable: false,
  2257.  
  2258. readableListening: false,
  2259.  
  2260. resumeScheduled: false,
  2261.  
  2262. destroyed: true,
  2263.  
  2264. defaultEncoding: 'utf8',
  2265.  
  2266. awaitDrain: 0,
  2267.  
  2268. readingMore: false,
  2269.  
  2270. decoder: null,
  2271.  
  2272. encoding: null },
  2273.  
  2274. readable: false,
  2275.  
  2276. domain: null,
  2277.  
  2278. _maxListeners: undefined,
  2279.  
  2280. _writableState:
  2281.  
  2282. WritableState {
  2283.  
  2284. objectMode: false,
  2285.  
  2286. highWaterMark: 16384,
  2287.  
  2288. finalCalled: false,
  2289.  
  2290. needDrain: false,
  2291.  
  2292. ending: true,
  2293.  
  2294. ended: true,
  2295.  
  2296. finished: true,
  2297.  
  2298. destroyed: true,
  2299.  
  2300. decodeStrings: false,
  2301.  
  2302. defaultEncoding: 'utf8',
  2303.  
  2304. length: 0,
  2305.  
  2306. writing: false,
  2307.  
  2308. corked: 0,
  2309.  
  2310. sync: false,
  2311.  
  2312. bufferProcessing: false,
  2313.  
  2314. onwrite: [Function: bound onwrite],
  2315.  
  2316. writecb: null,
  2317.  
  2318. writelen: 0,
  2319.  
  2320. bufferedRequest: null,
  2321.  
  2322. lastBufferedRequest: null,
  2323.  
  2324. pendingcb: 0,
  2325.  
  2326. prefinished: true,
  2327.  
  2328. errorEmitted: false,
  2329.  
  2330. bufferedRequestCount: 0,
  2331.  
  2332. corkedRequestsFree: [Object] },
  2333.  
  2334. writable: false,
  2335.  
  2336. allowHalfOpen: false,
  2337.  
  2338. _bytesDispatched: 466,
  2339.  
  2340. _sockname: null,
  2341.  
  2342. _pendingData: null,
  2343.  
  2344. _pendingEncoding: '',
  2345.  
  2346. server: undefined,
  2347.  
  2348. _server: null,
  2349.  
  2350. ssl: null,
  2351.  
  2352. _requestCert: true,
  2353.  
  2354. _rejectUnauthorized: true,
  2355.  
  2356. parser: null,
  2357.  
  2358. _httpMessage:
  2359.  
  2360. ClientRequest {
  2361.  
  2362. domain: null,
  2363.  
  2364. _events: [Object],
  2365.  
  2366. _eventsCount: 5,
  2367.  
  2368. _maxListeners: undefined,
  2369.  
  2370. output: [],
  2371.  
  2372. outputEncodings: [],
  2373.  
  2374. outputCallbacks: [],
  2375.  
  2376. outputSize: 0,
  2377.  
  2378. writable: true,
  2379.  
  2380. _last: true,
  2381.  
  2382. upgrading: false,
  2383.  
  2384. chunkedEncoding: false,
  2385.  
  2386. shouldKeepAlive: false,
  2387.  
  2388. useChunkedEncodingByDefault: true,
  2389.  
  2390. sendDate: false,
  2391.  
  2392. _removedConnection: false,
  2393.  
  2394. _removedContLen: false,
  2395.  
  2396. _removedTE: false,
  2397.  
  2398. _contentLength: null,
  2399.  
  2400. _hasBody: true,
  2401.  
  2402. _trailer: '',
  2403.  
  2404. finished: true,
  2405.  
  2406. _headerSent: true,
  2407.  
  2408. socket: [Circular],
  2409.  
  2410. connection: [Circular],
  2411.  
  2412. _header: 'POST /api/v6/science HTTP/1.1\r\ncontent-type: application/json\r\nhost: discordapp.com\r\naccept: application/json\r\ncontent-length: 313\r\nConnection: close\r\n\r\n',
  2413.  
  2414. _onPendingData: [Function: noopPendingOutput],
  2415.  
  2416. agent: [Object],
  2417.  
  2418. socketPath: undefined,
  2419.  
  2420. timeout: undefined,
  2421.  
  2422. method: 'POST',
  2423.  
  2424. path: '/api/v6/science',
  2425.  
  2426. _ended: true,
  2427.  
  2428. res: [Circular],
  2429.  
  2430. aborted: undefined,
  2431.  
  2432. timeoutCb: null,
  2433.  
  2434. upgradeOrConnect: false,
  2435.  
  2436. parser: null,
  2437.  
  2438. maxHeadersCount: null,
  2439.  
  2440. [Symbol(outHeadersKey)]: [Object] },
  2441.  
  2442. _idleNext: null,
  2443.  
  2444. _idlePrev: null,
  2445.  
  2446. _idleTimeout: -1,
  2447.  
  2448. [Symbol(asyncId)]: 8,
  2449.  
  2450. [Symbol(bytesRead)]: 534 },
  2451.  
  2452. httpVersionMajor: 1,
  2453.  
  2454. httpVersionMinor: 1,
  2455.  
  2456. httpVersion: '1.1',
  2457.  
  2458. complete: true,
  2459.  
  2460. headers:
  2461.  
  2462. { date: 'Wed, 08 Aug 2018 10:16:12 GMT',
  2463.  
  2464. 'content-type': 'text/html; charset=utf-8',
  2465.  
  2466. 'content-length': '0',
  2467.  
  2468. connection: 'close',
  2469.  
  2470. 'set-cookie':
  2471.  
  2472. [ '__cfduid=d0238a5d88a5556ba936f5318e882a3b71533723372; expires=Thu, 08-Aug-19 10:16:12 GMT; path=/; domain=.discordapp.com; HttpOnly' ],
  2473.  
  2474. 'strict-transport-security': 'max-age=31536000; includeSubDomains',
  2475.  
  2476. via: '1.1 google',
  2477.  
  2478. 'alt-svc': 'clear',
  2479.  
  2480. 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  2481.  
  2482. server: 'cloudflare',
  2483.  
  2484. 'cf-ray': '447139e4cafd579b-IAD' },
  2485.  
  2486. rawHeaders:
  2487.  
  2488. [ 'Date',
  2489.  
  2490. 'Wed, 08 Aug 2018 10:16:12 GMT',
  2491.  
  2492. 'Content-Type',
  2493.  
  2494. 'text/html; charset=utf-8',
  2495.  
  2496. 'Content-Length',
  2497.  
  2498. '0',
  2499.  
  2500. 'Connection',
  2501.  
  2502. 'close',
  2503.  
  2504. 'Set-Cookie',
  2505.  
  2506. '__cfduid=d0238a5d88a5556ba936f5318e882a3b71533723372; expires=Thu, 08-Aug-19 10:16:12 GMT; path=/; domain=.discordapp.com; HttpOnly',
  2507.  
  2508. 'Strict-Transport-Security',
  2509.  
  2510. 'max-age=31536000; includeSubDomains',
  2511.  
  2512. 'Via',
  2513.  
  2514. '1.1 google',
  2515.  
  2516. 'Alt-Svc',
  2517.  
  2518. 'clear',
  2519.  
  2520. 'Expect-CT',
  2521.  
  2522. 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  2523.  
  2524. 'Server',
  2525.  
  2526. 'cloudflare',
  2527.  
  2528. 'CF-RAY',
  2529.  
  2530. '447139e4cafd579b-IAD' ],
  2531.  
  2532. trailers: {},
  2533.  
  2534. rawTrailers: [],
  2535.  
  2536. upgrade: false,
  2537.  
  2538. url: '',
  2539.  
  2540. method: null,
  2541.  
  2542. statusCode: 204,
  2543.  
  2544. statusMessage: 'NO CONTENT',
  2545.  
  2546. client:
  2547.  
  2548. TLSSocket {
  2549.  
  2550. _tlsOptions:
  2551.  
  2552. { pipe: false,
  2553.  
  2554. secureContext: [Object],
  2555.  
  2556. isServer: false,
  2557.  
  2558. requestCert: true,
  2559.  
  2560. rejectUnauthorized: true,
  2561.  
  2562. session: undefined,
  2563.  
  2564. NPNProtocols: undefined,
  2565.  
  2566. ALPNProtocols: undefined,
  2567.  
  2568. requestOCSP: undefined },
  2569.  
  2570. _secureEstablished: true,
  2571.  
  2572. _securePending: false,
  2573.  
  2574. _newSessionPending: false,
  2575.  
  2576. _controlReleased: true,
  2577.  
  2578. _SNICallback: null,
  2579.  
  2580. servername: 'discordapp.com',
  2581.  
  2582. npnProtocol: false,
  2583.  
  2584. alpnProtocol: false,
  2585.  
  2586. authorized: true,
  2587.  
  2588. authorizationError: null,
  2589.  
  2590. encrypted: true,
  2591.  
  2592. _events:
  2593.  
  2594. { close: [Array],
  2595.  
  2596. end: [Object],
  2597.  
  2598. finish: [Function: onSocketFinish],
  2599.  
  2600. _socketEnd: [Function: onSocketEnd],
  2601.  
  2602. secure: [Function],
  2603.  
  2604. free: [Function: onFree],
  2605.  
  2606. agentRemove: [Function: onRemove],
  2607.  
  2608. drain: [Function: ondrain],
  2609.  
  2610. error: [Function: socketErrorListener] },
  2611.  
  2612. _eventsCount: 9,
  2613.  
  2614. connecting: false,
  2615.  
  2616. _hadError: false,
  2617.  
  2618. _handle: null,
  2619.  
  2620. _parent: null,
  2621.  
  2622. _host: 'discordapp.com',
  2623.  
  2624. _readableState:
  2625.  
  2626. ReadableState {
  2627.  
  2628. objectMode: false,
  2629.  
  2630. highWaterMark: 16384,
  2631.  
  2632. buffer: [Object],
  2633.  
  2634. length: 0,
  2635.  
  2636. pipes: null,
  2637.  
  2638. pipesCount: 0,
  2639.  
  2640. flowing: true,
  2641.  
  2642. ended: false,
  2643.  
  2644. endEmitted: false,
  2645.  
  2646. reading: true,
  2647.  
  2648. sync: false,
  2649.  
  2650. needReadable: true,
  2651.  
  2652. emittedReadable: false,
  2653.  
  2654. readableListening: false,
  2655.  
  2656. resumeScheduled: false,
  2657.  
  2658. destroyed: true,
  2659.  
  2660. defaultEncoding: 'utf8',
  2661.  
  2662. awaitDrain: 0,
  2663.  
  2664. readingMore: false,
  2665.  
  2666. decoder: null,
  2667.  
  2668. encoding: null },
  2669.  
  2670. readable: false,
  2671.  
  2672. domain: null,
  2673.  
  2674. _maxListeners: undefined,
  2675.  
  2676. _writableState:
  2677.  
  2678. WritableState {
  2679.  
  2680. objectMode: false,
  2681.  
  2682. highWaterMark: 16384,
  2683.  
  2684. finalCalled: false,
  2685.  
  2686. needDrain: false,
  2687.  
  2688. ending: true,
  2689.  
  2690. ended: true,
  2691.  
  2692. finished: true,
  2693.  
  2694. destroyed: true,
  2695.  
  2696. decodeStrings: false,
  2697.  
  2698. defaultEncoding: 'utf8',
  2699.  
  2700. length: 0,
  2701.  
  2702. writing: false,
  2703.  
  2704. corked: 0,
  2705.  
  2706. sync: false,
  2707.  
  2708. bufferProcessing: false,
  2709.  
  2710. onwrite: [Function: bound onwrite],
  2711.  
  2712. writecb: null,
  2713.  
  2714. writelen: 0,
  2715.  
  2716. bufferedRequest: null,
  2717.  
  2718. lastBufferedRequest: null,
  2719.  
  2720. pendingcb: 0,
  2721.  
  2722. prefinished: true,
  2723.  
  2724. errorEmitted: false,
  2725.  
  2726. bufferedRequestCount: 0,
  2727.  
  2728. corkedRequestsFree: [Object] },
  2729.  
  2730. writable: false,
  2731.  
  2732. allowHalfOpen: false,
  2733.  
  2734. _bytesDispatched: 466,
  2735.  
  2736. _sockname: null,
  2737.  
  2738. _pendingData: null,
  2739.  
  2740. _pendingEncoding: '',
  2741.  
  2742. server: undefined,
  2743.  
  2744. _server: null,
  2745.  
  2746. ssl: null,
  2747.  
  2748. _requestCert: true,
  2749.  
  2750. _rejectUnauthorized: true,
  2751.  
  2752. parser: null,
  2753.  
  2754. _httpMessage:
  2755.  
  2756. ClientRequest {
  2757.  
  2758. domain: null,
  2759.  
  2760. _events: [Object],
  2761.  
  2762. _eventsCount: 5,
  2763.  
  2764. _maxListeners: undefined,
  2765.  
  2766. output: [],
  2767.  
  2768. outputEncodings: [],
  2769.  
  2770. outputCallbacks: [],
  2771.  
  2772. outputSize: 0,
  2773.  
  2774. writable: true,
  2775.  
  2776. _last: true,
  2777.  
  2778. upgrading: false,
  2779.  
  2780. chunkedEncoding: false,
  2781.  
  2782. shouldKeepAlive: false,
  2783.  
  2784. useChunkedEncodingByDefault: true,
  2785.  
  2786. sendDate: false,
  2787.  
  2788. _removedConnection: false,
  2789.  
  2790. _removedContLen: false,
  2791.  
  2792. _removedTE: false,
  2793.  
  2794. _contentLength: null,
  2795.  
  2796. _hasBody: true,
  2797.  
  2798. _trailer: '',
  2799.  
  2800. finished: true,
  2801.  
  2802. _headerSent: true,
  2803.  
  2804. socket: [Circular],
  2805.  
  2806. connection: [Circular],
  2807.  
  2808. _header: 'POST /api/v6/science HTTP/1.1\r\ncontent-type: application/json\r\nhost: discordapp.com\r\naccept: application/json\r\ncontent-length: 313\r\nConnection: close\r\n\r\n',
  2809.  
  2810. _onPendingData: [Function: noopPendingOutput],
  2811.  
  2812. agent: [Object],
  2813.  
  2814. socketPath: undefined,
  2815.  
  2816. timeout: undefined,
  2817.  
  2818. method: 'POST',
  2819.  
  2820. path: '/api/v6/science',
  2821.  
  2822. _ended: true,
  2823.  
  2824. res: [Circular],
  2825.  
  2826. aborted: undefined,
  2827.  
  2828. timeoutCb: null,
  2829.  
  2830. upgradeOrConnect: false,
  2831.  
  2832. parser: null,
  2833.  
  2834. maxHeadersCount: null,
  2835.  
  2836. [Symbol(outHeadersKey)]: [Object] },
  2837.  
  2838. _idleNext: null,
  2839.  
  2840. _idlePrev: null,
  2841.  
  2842. _idleTimeout: -1,
  2843.  
  2844. [Symbol(asyncId)]: 8,
  2845.  
  2846. [Symbol(bytesRead)]: 534 },
  2847.  
  2848. _consuming: true,
  2849.  
  2850. _dumped: false,
  2851.  
  2852. req:
  2853.  
  2854. ClientRequest {
  2855.  
  2856. domain: null,
  2857.  
  2858. _events:
  2859.  
  2860. { socket: [Function],
  2861.  
  2862. response: [Function: bound ],
  2863.  
  2864. error: [Function: bound ],
  2865.  
  2866. drain: [Function],
  2867.  
  2868. prefinish: [Function: requestOnPrefinish] },
  2869.  
  2870. _eventsCount: 5,
  2871.  
  2872. _maxListeners: undefined,
  2873.  
  2874. output: [],
  2875.  
  2876. outputEncodings: [],
  2877.  
  2878. outputCallbacks: [],
  2879.  
  2880. outputSize: 0,
  2881.  
  2882. writable: true,
  2883.  
  2884. _last: true,
  2885.  
  2886. upgrading: false,
  2887.  
  2888. chunkedEncoding: false,
  2889.  
  2890. shouldKeepAlive: false,
  2891.  
  2892. useChunkedEncodingByDefault: true,
  2893.  
  2894. sendDate: false,
  2895.  
  2896. _removedConnection: false,
  2897.  
  2898. _removedContLen: false,
  2899.  
  2900. _removedTE: false,
  2901.  
  2902. _contentLength: null,
  2903.  
  2904. _hasBody: true,
  2905.  
  2906. _trailer: '',
  2907.  
  2908. finished: true,
  2909.  
  2910. _headerSent: true,
  2911.  
  2912. socket:
  2913.  
  2914. TLSSocket {
  2915.  
  2916. _tlsOptions: [Object],
  2917.  
  2918. _secureEstablished: true,
  2919.  
  2920. _securePending: false,
  2921.  
  2922. _newSessionPending: false,
  2923.  
  2924. _controlReleased: true,
  2925.  
  2926. _SNICallback: null,
  2927.  
  2928. servername: 'discordapp.com',
  2929.  
  2930. npnProtocol: false,
  2931.  
  2932. alpnProtocol: false,
  2933.  
  2934. authorized: true,
  2935.  
  2936. authorizationError: null,
  2937.  
  2938. encrypted: true,
  2939.  
  2940. _events: [Object],
  2941.  
  2942. _eventsCount: 9,
  2943.  
  2944. connecting: false,
  2945.  
  2946. _hadError: false,
  2947.  
  2948. _handle: null,
  2949.  
  2950. _parent: null,
  2951.  
  2952. _host: 'discordapp.com',
  2953.  
  2954. _readableState: [Object],
  2955.  
  2956. readable: false,
  2957.  
  2958. domain: null,
  2959.  
  2960. _maxListeners: undefined,
  2961.  
  2962. _writableState: [Object],
  2963.  
  2964. writable: false,
  2965.  
  2966. allowHalfOpen: false,
  2967.  
  2968. _bytesDispatched: 466,
  2969.  
  2970. _sockname: null,
  2971.  
  2972. _pendingData: null,
  2973.  
  2974. _pendingEncoding: '',
  2975.  
  2976. server: undefined,
  2977.  
  2978. _server: null,
  2979.  
  2980. ssl: null,
  2981.  
  2982. _requestCert: true,
  2983.  
  2984. _rejectUnauthorized: true,
  2985.  
  2986. parser: null,
  2987.  
  2988. _httpMessage: [Circular],
  2989.  
  2990. _idleNext: null,
  2991.  
  2992. _idlePrev: null,
  2993.  
  2994. _idleTimeout: -1,
  2995.  
  2996. [Symbol(asyncId)]: 8,
  2997.  
  2998. [Symbol(bytesRead)]: 534 },
  2999.  
  3000. connection:
  3001.  
  3002. TLSSocket {
  3003.  
  3004. _tlsOptions: [Object],
  3005.  
  3006. _secureEstablished: true,
  3007.  
  3008. _securePending: false,
  3009.  
  3010. _newSessionPending: false,
  3011.  
  3012. _controlReleased: true,
  3013.  
  3014. _SNICallback: null,
  3015.  
  3016. servername: 'discordapp.com',
  3017.  
  3018. npnProtocol: false,
  3019.  
  3020. alpnProtocol: false,
  3021.  
  3022. authorized: true,
  3023.  
  3024. authorizationError: null,
  3025.  
  3026. encrypted: true,
  3027.  
  3028. _events: [Object],
  3029.  
  3030. _eventsCount: 9,
  3031.  
  3032. connecting: false,
  3033.  
  3034. _hadError: false,
  3035.  
  3036. _handle: null,
  3037.  
  3038. _parent: null,
  3039.  
  3040. _host: 'discordapp.com',
  3041.  
  3042. _readableState: [Object],
  3043.  
  3044. readable: false,
  3045.  
  3046. domain: null,
  3047.  
  3048. _maxListeners: undefined,
  3049.  
  3050. _writableState: [Object],
  3051.  
  3052. writable: false,
  3053.  
  3054. allowHalfOpen: false,
  3055.  
  3056. _bytesDispatched: 466,
  3057.  
  3058. _sockname: null,
  3059.  
  3060. _pendingData: null,
  3061.  
  3062. _pendingEncoding: '',
  3063.  
  3064. server: undefined,
  3065.  
  3066. _server: null,
  3067.  
  3068. ssl: null,
  3069.  
  3070. _requestCert: true,
  3071.  
  3072. _rejectUnauthorized: true,
  3073.  
  3074. parser: null,
  3075.  
  3076. _httpMessage: [Circular],
  3077.  
  3078. _idleNext: null,
  3079.  
  3080. _idlePrev: null,
  3081.  
  3082. _idleTimeout: -1,
  3083.  
  3084. [Symbol(asyncId)]: 8,
  3085.  
  3086. [Symbol(bytesRead)]: 534 },
  3087.  
  3088. _header: 'POST /api/v6/science HTTP/1.1\r\ncontent-type: application/json\r\nhost: discordapp.com\r\naccept: application/json\r\ncontent-length: 313\r\nConnection: close\r\n\r\n',
  3089.  
  3090. _onPendingData: [Function: noopPendingOutput],
  3091.  
  3092. agent:
  3093.  
  3094. Agent {
  3095.  
  3096. domain: null,
  3097.  
  3098. _events: [Object],
  3099.  
  3100. _eventsCount: 1,
  3101.  
  3102. _maxListeners: undefined,
  3103.  
  3104. defaultPort: 443,
  3105.  
  3106. protocol: 'https:',
  3107.  
  3108. options: [Object],
  3109.  
  3110. requests: {},
  3111.  
  3112. sockets: [Object],
  3113.  
  3114. freeSockets: {},
  3115.  
  3116. keepAliveMsecs: 1000,
  3117.  
  3118. keepAlive: false,
  3119.  
  3120. maxSockets: Infinity,
  3121.  
  3122. maxFreeSockets: 256,
  3123.  
  3124. maxCachedSessions: 100,
  3125.  
  3126. _sessionCache: [Object] },
  3127.  
  3128. socketPath: undefined,
  3129.  
  3130. timeout: undefined,
  3131.  
  3132. method: 'POST',
  3133.  
  3134. path: '/api/v6/science',
  3135.  
  3136. _ended: true,
  3137.  
  3138. res: [Circular],
  3139.  
  3140. aborted: undefined,
  3141.  
  3142. timeoutCb: null,
  3143.  
  3144. upgradeOrConnect: false,
  3145.  
  3146. parser: null,
  3147.  
  3148. maxHeadersCount: null,
  3149.  
  3150. [Symbol(outHeadersKey)]:
  3151.  
  3152. { 'content-type': [Array],
  3153.  
  3154. host: [Array],
  3155.  
  3156. accept: [Array],
  3157.  
  3158. 'content-length': [Array] } },
  3159.  
  3160. request:
  3161.  
  3162. Request {
  3163.  
  3164. domain: null,
  3165.  
  3166. _events:
  3167.  
  3168. { error: [Function: bound ],
  3169.  
  3170. complete: [Function: bound ],
  3171.  
  3172. pipe: [Function],
  3173.  
  3174. data: [Function],
  3175.  
  3176. end: [Function] },
  3177.  
  3178. _eventsCount: 5,
  3179.  
  3180. _maxListeners: undefined,
  3181.  
  3182. method: 'POST',
  3183.  
  3184. headers:
  3185.  
  3186. { 'content-type': 'application/json',
  3187.  
  3188. accept: 'application/json',
  3189.  
  3190. 'content-length': 313 },
  3191.  
  3192. callback: [Function],
  3193.  
  3194. readable: true,
  3195.  
  3196. writable: true,
  3197.  
  3198. explicitMethod: true,
  3199.  
  3200. _qs:
  3201.  
  3202. Querystring {
  3203.  
  3204. request: [Circular],
  3205.  
  3206. lib: [Object],
  3207.  
  3208. useQuerystring: undefined,
  3209.  
  3210. parseOptions: {},
  3211.  
  3212. stringifyOptions: {} },
  3213.  
  3214. _auth:
  3215.  
  3216. Auth {
  3217.  
  3218. request: [Circular],
  3219.  
  3220. hasAuth: false,
  3221.  
  3222. sentAuth: false,
  3223.  
  3224. bearerToken: null,
  3225.  
  3226. user: null,
  3227.  
  3228. pass: null },
  3229.  
  3230. _oauth: OAuth { request: [Circular], params: null },
  3231.  
  3232. _multipart:
  3233.  
  3234. Multipart {
  3235.  
  3236. request: [Circular],
  3237.  
  3238. boundary: '22d56dcb-1e81-44b3-8099-d140c4e5aff0',
  3239.  
  3240. chunked: false,
  3241.  
  3242. body: null },
  3243.  
  3244. _redirect:
  3245.  
  3246. Redirect {
  3247.  
  3248. request: [Circular],
  3249.  
  3250. followRedirect: true,
  3251.  
  3252. followRedirects: true,
  3253.  
  3254. followAllRedirects: false,
  3255.  
  3256. followOriginalHttpMethod: false,
  3257.  
  3258. allowRedirect: [Function],
  3259.  
  3260. maxRedirects: 10,
  3261.  
  3262. redirects: [],
  3263.  
  3264. redirectsFollowed: 0,
  3265.  
  3266. removeRefererHeader: false },
  3267.  
  3268. _tunnel:
  3269.  
  3270. Tunnel {
  3271.  
  3272. request: [Circular],
  3273.  
  3274. proxyHeaderWhiteList: [Array],
  3275.  
  3276. proxyHeaderExclusiveList: [] },
  3277.  
  3278. setHeader: [Function],
  3279.  
  3280. hasHeader: [Function],
  3281.  
  3282. getHeader: [Function],
  3283.  
  3284. removeHeader: [Function],
  3285.  
  3286. localAddress: undefined,
  3287.  
  3288. pool: {},
  3289.  
  3290. dests: [],
  3291.  
  3292. __isRequestRequest: true,
  3293.  
  3294. _callback: [Function],
  3295.  
  3296. uri:
  3297.  
  3298. Url {
  3299.  
  3300. protocol: 'https:',
  3301.  
  3302. slashes: true,
  3303.  
  3304. auth: null,
  3305.  
  3306. host: 'discordapp.com',
  3307.  
  3308. port: 443,
  3309.  
  3310. hostname: 'discordapp.com',
  3311.  
  3312. hash: null,
  3313.  
  3314. search: null,
  3315.  
  3316. query: null,
  3317.  
  3318. pathname: '/api/v6/science',
  3319.  
  3320. path: '/api/v6/science',
  3321.  
  3322. href: 'https://discordapp.com/api/v6/science' },
  3323.  
  3324. proxy: null,
  3325.  
  3326. tunnel: true,
  3327.  
  3328. setHost: true,
  3329.  
  3330. originalCookieHeader: undefined,
  3331.  
  3332. _disableCookies: true,
  3333.  
  3334. _jar: undefined,
  3335.  
  3336. port: 443,
  3337.  
  3338. host: 'discordapp.com',
  3339.  
  3340. path: '/api/v6/science',
  3341.  
  3342. _json: true,
  3343.  
  3344. body: '{"token":"NDY3NjgyMDE2Nzg4MzQ4OTQ5.DiuLIw.GkRstYVgcccbVMIqA2IqkZFqXLg","events":[{"type":"resolve_invite","properties":{"client_track_timestamp":1533723372,"resolved":false,"code":"5QB5mz","location":"Join Guild Modal","authenticated":true,"client_uuid":"467682016788348949","client_send_timestamp":1533723372}}]}',
  3345.  
  3346. httpModule:
  3347.  
  3348. { Server: [Object],
  3349.  
  3350. createServer: [Function: createServer],
  3351.  
  3352. globalAgent: [Object],
  3353.  
  3354. Agent: [Object],
  3355.  
  3356. request: [Function: request],
  3357.  
  3358. get: [Function: get] },
  3359.  
  3360. agentClass: { [Function: Agent] super_: [Object] },
  3361.  
  3362. agent:
  3363.  
  3364. Agent {
  3365.  
  3366. domain: null,
  3367.  
  3368. _events: [Object],
  3369.  
  3370. _eventsCount: 1,
  3371.  
  3372. _maxListeners: undefined,
  3373.  
  3374. defaultPort: 443,
  3375.  
  3376. protocol: 'https:',
  3377.  
  3378. options: [Object],
  3379.  
  3380. requests: {},
  3381.  
  3382. sockets: [Object],
  3383.  
  3384. freeSockets: {},
  3385.  
  3386. keepAliveMsecs: 1000,
  3387.  
  3388. keepAlive: false,
  3389.  
  3390. maxSockets: Infinity,
  3391.  
  3392. maxFreeSockets: 256,
  3393.  
  3394. maxCachedSessions: 100,
  3395.  
  3396. _sessionCache: [Object] },
  3397.  
  3398. _started: true,
  3399.  
  3400. href: 'https://discordapp.com/api/v6/science',
  3401.  
  3402. req:
  3403.  
  3404. ClientRequest {
  3405.  
  3406. domain: null,
  3407.  
  3408. _events: [Object],
  3409.  
  3410. _eventsCount: 5,
  3411.  
  3412. _maxListeners: undefined,
  3413.  
  3414. output: [],
  3415.  
  3416. outputEncodings: [],
  3417.  
  3418. outputCallbacks: [],
  3419.  
  3420. outputSize: 0,
  3421.  
  3422. writable: true,
  3423.  
  3424. _last: true,
  3425.  
  3426. upgrading: false,
  3427.  
  3428. chunkedEncoding: false,
  3429.  
  3430. shouldKeepAlive: false,
  3431.  
  3432. useChunkedEncodingByDefault: true,
  3433.  
  3434. sendDate: false,
  3435.  
  3436. _removedConnection: false,
  3437.  
  3438. _removedContLen: false,
  3439.  
  3440. _removedTE: false,
  3441.  
  3442. _contentLength: null,
  3443.  
  3444. _hasBody: true,
  3445.  
  3446. _trailer: '',
  3447.  
  3448. finished: true,
  3449.  
  3450. _headerSent: true,
  3451.  
  3452. socket: [Object],
  3453.  
  3454. connection: [Object],
  3455.  
  3456. _header: 'POST /api/v6/science HTTP/1.1\r\ncontent-type: application/json\r\nhost: discordapp.com\r\naccept: application/json\r\ncontent-length: 313\r\nConnection: close\r\n\r\n',
  3457.  
  3458. _onPendingData: [Function: noopPendingOutput],
  3459.  
  3460. agent: [Object],
  3461.  
  3462. socketPath: undefined,
  3463.  
  3464. timeout: undefined,
  3465.  
  3466. method: 'POST',
  3467.  
  3468. path: '/api/v6/science',
  3469.  
  3470. _ended: true,
  3471.  
  3472. res: [Circular],
  3473.  
  3474. aborted: undefined,
  3475.  
  3476. timeoutCb: null,
  3477.  
  3478. upgradeOrConnect: false,
  3479.  
  3480. parser: null,
  3481.  
  3482. maxHeadersCount: null,
  3483.  
  3484. [Symbol(outHeadersKey)]: [Object] },
  3485.  
  3486. ntick: true,
  3487.  
  3488. response: [Circular],
  3489.  
  3490. originalHost: 'discordapp.com',
  3491.  
  3492. originalHostHeaderName: 'host',
  3493.  
  3494. responseContent: [Circular],
  3495.  
  3496. _ended: true,
  3497.  
  3498. _callbackCalled: true },
  3499.  
  3500. toJSON: [Function: responseToJSON],
  3501.  
  3502. caseless:
  3503.  
  3504. Caseless {
  3505.  
  3506. dict:
  3507.  
  3508. { date: 'Wed, 08 Aug 2018 10:16:12 GMT',
  3509.  
  3510. 'content-type': 'text/html; charset=utf-8',
  3511.  
  3512. 'content-length': '0',
  3513.  
  3514. connection: 'close',
  3515.  
  3516. 'set-cookie': [Array],
  3517.  
  3518. 'strict-transport-security': 'max-age=31536000; includeSubDomains',
  3519.  
  3520. via: '1.1 google',
  3521.  
  3522. 'alt-svc': 'clear',
  3523.  
  3524. 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  3525.  
  3526. server: 'cloudflare',
  3527.  
  3528. 'cf-ray': '447139e4cafd579b-IAD' } },
  3529.  
  3530. read: [Function] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement