Advertisement
Guest User

Untitled

a guest
Dec 4th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. _host: 'discordapp.com',
  2.  
  3. _readableState: [ReadableState],
  4.  
  5. readable: false,
  6.  
  7. _maxListeners: undefined,
  8.  
  9. _writableState: [WritableState],
  10.  
  11. writable: false,
  12.  
  13. allowHalfOpen: false,
  14.  
  15. _sockname: null,
  16.  
  17. _pendingData: null,
  18.  
  19. _pendingEncoding: '',
  20.  
  21. server: undefined,
  22.  
  23. _server: null,
  24.  
  25. ssl: null,
  26.  
  27. _requestCert: true,
  28.  
  29. _rejectUnauthorized: true,
  30.  
  31. parser: [HTTPParser],
  32.  
  33. _httpMessage: [Circular],
  34.  
  35. timeout: 15000,
  36.  
  37. [Symbol(res)]: [TLSWrap],
  38.  
  39. [Symbol(asyncId)]: 55946,
  40.  
  41. [Symbol(lastWriteQueueSize)]: 0,
  42.  
  43. [Symbol(timeout)]:
  44.  
  45. Timeout {
  46.  
  47. _called: true,
  48.  
  49. _idleTimeout: -1,
  50.  
  51. _idlePrev: null,
  52.  
  53. _idleNext: null,
  54.  
  55. _idleStart: 3725478,
  56.  
  57. _onTimeout: null,
  58.  
  59. _timerArgs: undefined,
  60.  
  61. _repeat: null,
  62.  
  63. _destroyed: false,
  64.  
  65. [Symbol(unrefed)]: true,
  66.  
  67. [Symbol(asyncId)]: 55954,
  68.  
  69. [Symbol(triggerId)]: 55952 },
  70.  
  71. [Symbol(kBytesRead)]: 0,
  72.  
  73. [Symbol(kBytesWritten)]: 792,
  74.  
  75. [Symbol(connect-options)]: [Object] },
  76.  
  77. _header:
  78.  
  79. 'POST /api/v7/channels/519190905832472596/messages HTTP/1.1\r\nUser-Agent: DiscordBot (https://github.com/abalabahaha/eris, 0.9.0)\r\nAccept-Encoding: gzip,deflate\r\nAuthorization: Bot \r\nContent-Type: multipart/form-data; boundary=----------------Eris\r\nHost: discordapp.com\r\nConnection: close\r\nTransfer-Encoding: chunked\r\n\r\n',
  80.  
  81. _onPendingData: [Function: noopPendingOutput],
  82.  
  83. agent:
  84.  
  85. Agent {
  86.  
  87. _events: [Object],
  88.  
  89. _eventsCount: 1,
  90.  
  91. _maxListeners: undefined,
  92.  
  93. defaultPort: 443,
  94.  
  95. protocol: 'https:',
  96.  
  97. options: [Object],
  98.  
  99. requests: {},
  100.  
  101. sockets: [Object],
  102.  
  103. freeSockets: {},
  104.  
  105. keepAliveMsecs: 1000,
  106.  
  107. keepAlive: false,
  108.  
  109. maxSockets: Infinity,
  110.  
  111. maxFreeSockets: 256,
  112.  
  113. maxCachedSessions: 100,
  114.  
  115. _sessionCache: [Object] },
  116.  
  117. socketPath: undefined,
  118.  
  119. timeout: undefined,
  120.  
  121. method: 'POST',
  122.  
  123. path: '/api/v7/channels/519190905832472596/messages',
  124.  
  125. _ended: false,
  126.  
  127. res: null,
  128.  
  129. aborted: 1543951840213,
  130.  
  131. timeoutCb: [Function: emitRequestTimeout],
  132.  
  133. upgradeOrConnect: false,
  134.  
  135. parser:
  136.  
  137. HTTPParser {
  138.  
  139. '0': [Function: parserOnHeaders],
  140.  
  141. '1': [Function: parserOnHeadersComplete],
  142.  
  143. '2': [Function: parserOnBody],
  144.  
  145. '3': [Function: parserOnMessageComplete],
  146.  
  147. '4': null,
  148.  
  149. _headers: [],
  150.  
  151. _url: '',
  152.  
  153. _consumed: false,
  154.  
  155. socket: [TLSSocket],
  156.  
  157. incoming: null,
  158.  
  159. outgoing: [Circular],
  160.  
  161. maxHeaderPairs: 2000,
  162.  
  163. onIncoming: [Function: parserOnIncomingClient],
  164.  
  165. parsingHeadersStart: 0 },
  166.  
  167. maxHeadersCount: null,
  168.  
  169. [Symbol(isCorked)]: false,
  170.  
  171. [Symbol(outHeadersKey)]:
  172.  
  173. { 'user-agent': [Array],
  174.  
  175. 'accept-encoding': [Array],
  176.  
  177. authorization: [Array],
  178.  
  179. 'content-type': [Array],
  180.  
  181. host: [Array] } } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement