Advertisement
Guest User

Untitled

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