Advertisement
Guest User

ez

a guest
Mar 19th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. Request {
  2. _events:
  3. [Object: null prototype] {
  4. error: [Function: bound ],
  5. complete: [Function: bound ],
  6. pipe: [Function] },
  7. _eventsCount: 3,
  8. _maxListeners: undefined,
  9. headers:
  10. { Authorization:
  11. 'Bot NDQ3MzIzNTI2OTI0NTk5MzA3.D3IxIA.adjVjjTQevWqRm6oD511eAx6Twc',
  12. 'Content-Type': 'application/x-www-form-urlencoded',
  13. host: 'discordapp.com' },
  14. uri:
  15. Url {
  16. protocol: 'https:',
  17. slashes: true,
  18. auth: null,
  19. host: 'discordapp.com',
  20. port: 443,
  21. hostname: 'discordapp.com',
  22. hash: null,
  23. search: null,
  24. query: null,
  25. pathname: '/api/users/@me',
  26. path: '/api/users/@me',
  27. href: 'https://discordapp.com/api/users/@me' },
  28. callback: [Function],
  29. readable: true,
  30. writable: true,
  31. _qs:
  32. Querystring {
  33. request: [Circular],
  34. lib:
  35. { formats: [Object], parse: [Function], stringify: [Function] },
  36. useQuerystring: undefined,
  37. parseOptions: {},
  38. stringifyOptions: {} },
  39. _auth:
  40. Auth {
  41. request: [Circular],
  42. hasAuth: false,
  43. sentAuth: false,
  44. bearerToken: null,
  45. user: null,
  46. pass: null },
  47. _oauth: OAuth { request: [Circular], params: null },
  48. _multipart:
  49. Multipart {
  50. request: [Circular],
  51. boundary: '8fc4ae38-1fc8-4208-9ab5-3696537594c0',
  52. chunked: false,
  53. body: null },
  54. _redirect:
  55. Redirect {
  56. request: [Circular],
  57. followRedirect: true,
  58. followRedirects: true,
  59. followAllRedirects: false,
  60. followOriginalHttpMethod: false,
  61. allowRedirect: [Function],
  62. maxRedirects: 10,
  63. redirects: [],
  64. redirectsFollowed: 0,
  65. removeRefererHeader: false },
  66. _tunnel:
  67. Tunnel {
  68. request: [Circular],
  69. proxyHeaderWhiteList:
  70. [ 'accept',
  71. 'accept-charset',
  72. 'accept-encoding',
  73. 'accept-language',
  74. 'accept-ranges',
  75. 'cache-control',
  76. 'content-encoding',
  77. 'content-language',
  78. 'content-location',
  79. 'content-md5',
  80. 'content-range',
  81. 'content-type',
  82. 'connection',
  83. 'date',
  84. 'expect',
  85. 'max-forwards',
  86. 'pragma',
  87. 'referer',
  88. 'te',
  89. 'user-agent',
  90. 'via' ],
  91. proxyHeaderExclusiveList: [] },
  92. setHeader: [Function],
  93. hasHeader: [Function],
  94. getHeader: [Function],
  95. removeHeader: [Function],
  96. method: 'GET',
  97. localAddress: undefined,
  98. pool: {},
  99. dests: [],
  100. __isRequestRequest: true,
  101. _callback: [Function],
  102. proxy: null,
  103. tunnel: true,
  104. setHost: true,
  105. originalCookieHeader: undefined,
  106. _disableCookies: true,
  107. _jar: undefined,
  108. port: 443,
  109. host: 'discordapp.com',
  110. path: '/api/users/@me',
  111. httpModule:
  112. { Agent: { [Function: Agent] super_: [Function] },
  113. globalAgent:
  114. Agent {
  115. _events: [Object],
  116. _eventsCount: 1,
  117. _maxListeners: undefined,
  118. defaultPort: 443,
  119. protocol: 'https:',
  120. options: [Object],
  121. requests: {},
  122. sockets: {},
  123. freeSockets: {},
  124. keepAliveMsecs: 1000,
  125. keepAlive: false,
  126. maxSockets: Infinity,
  127. maxFreeSockets: 256,
  128. maxCachedSessions: 100,
  129. _sessionCache: [Object] },
  130. Server: { [Function: Server] super_: [Function] },
  131. createServer: [Function: createServer],
  132. get: [Function: get],
  133. request: [Function: request] },
  134. agentClass:
  135. { [Function: Agent]
  136. super_:
  137. { [Function: Agent] super_: [Function], defaultMaxSockets: Infinity } },
  138. agent:
  139. Agent {
  140. _events: [Object: null prototype] { free: [Function] },
  141. _eventsCount: 1,
  142. _maxListeners: undefined,
  143. defaultPort: 443,
  144. protocol: 'https:',
  145. options: { path: null },
  146. requests: {},
  147. sockets: {},
  148. freeSockets: {},
  149. keepAliveMsecs: 1000,
  150. keepAlive: false,
  151. maxSockets: Infinity,
  152. maxFreeSockets: 256,
  153. maxCachedSessions: 100,
  154. _sessionCache: { map: [Object], list: [Array] } } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement