Advertisement
robinschapendonkgame

Untitled

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