Advertisement
Guest User

Raw Responses

a guest
Jul 20th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 45.13 KB | None | 0 0
  1. IncomingMessage {
  2.   _readableState:
  3.    ReadableState {
  4.      objectMode: false,
  5.      highWaterMark: 16384,
  6.      buffer: BufferList { length: 0 },
  7.      length: 0,
  8.      pipes: null,
  9.      pipesCount: 0,
  10.      flowing: true,
  11.      ended: true,
  12.      endEmitted: true,
  13.      reading: false,
  14.      sync: false,
  15.      needReadable: false,
  16.      emittedReadable: false,
  17.      readableListening: false,
  18.      resumeScheduled: false,
  19.      emitClose: true,
  20.      destroyed: false,
  21.      defaultEncoding: 'utf8',
  22.      awaitDrain: 0,
  23.      readingMore: false,
  24.      decoder: null,
  25.      encoding: null },
  26.   readable: false,
  27.   _events:
  28.    { end: [ [Function: responseOnEnd], [Function] ],
  29.      close: [ [Function], [Function] ],
  30.      data: [Function],
  31.      error: [Function] },
  32.   _eventsCount: 4,
  33.   _maxListeners: undefined,
  34.   socket:
  35.    Socket {
  36.      connecting: false,
  37.      _hadError: false,
  38.      _handle:
  39.       TCP {
  40.         reading: true,
  41.         owner: [Circular],
  42.         onread: [Function: onread],
  43.         onconnection: null },
  44.      _parent: null,
  45.      _host: 'c1.rbxcdn.com',
  46.      _readableState:
  47.       ReadableState {
  48.         objectMode: false,
  49.         highWaterMark: 16384,
  50.         buffer: BufferList { length: 0 },
  51.         length: 0,
  52.         pipes: null,
  53.         pipesCount: 0,
  54.         flowing: true,
  55.         ended: false,
  56.         endEmitted: false,
  57.         reading: false,
  58.         sync: false,
  59.         needReadable: true,
  60.         emittedReadable: false,
  61.         readableListening: false,
  62.         resumeScheduled: false,
  63.         emitClose: false,
  64.         destroyed: false,
  65.         defaultEncoding: 'utf8',
  66.         awaitDrain: 0,
  67.         readingMore: true,
  68.         decoder: null,
  69.         encoding: null },
  70.      readable: true,
  71.      _events:
  72.       { end: [Function: onReadableStreamEnd],
  73.         free: [Function: onFree],
  74.         close: [Array],
  75.         agentRemove: [Function: onRemove],
  76.         drain: [Function: ondrain],
  77.         error: [Function: socketErrorListener],
  78.         finish: [Function] },
  79.      _eventsCount: 7,
  80.      _maxListeners: undefined,
  81.      _writableState:
  82.       WritableState {
  83.         objectMode: false,
  84.         highWaterMark: 16384,
  85.         finalCalled: true,
  86.         needDrain: false,
  87.         ending: true,
  88.         ended: true,
  89.         finished: false,
  90.         destroyed: false,
  91.         decodeStrings: false,
  92.         defaultEncoding: 'utf8',
  93.         length: 0,
  94.         writing: false,
  95.         corked: 0,
  96.         sync: false,
  97.         bufferProcessing: false,
  98.         onwrite: [Function: bound onwrite],
  99.         writecb: null,
  100.         writelen: 0,
  101.         bufferedRequest: null,
  102.         lastBufferedRequest: null,
  103.         pendingcb: 1,
  104.         prefinished: false,
  105.         errorEmitted: false,
  106.         emitClose: false,
  107.         bufferedRequestCount: 0,
  108.         corkedRequestsFree: [Object] },
  109.      writable: false,
  110.      allowHalfOpen: false,
  111.      _sockname: null,
  112.      _pendingData: null,
  113.      _pendingEncoding: '',
  114.      server: null,
  115.      _server: null,
  116.      parser: null,
  117.      _httpMessage:
  118.       ClientRequest {
  119.         _events: [Object],
  120.         _eventsCount: 5,
  121.         _maxListeners: undefined,
  122.         output: [],
  123.         outputEncodings: [],
  124.         outputCallbacks: [],
  125.         outputSize: 0,
  126.         writable: true,
  127.         _last: true,
  128.         chunkedEncoding: false,
  129.         shouldKeepAlive: false,
  130.         useChunkedEncodingByDefault: false,
  131.         sendDate: false,
  132.         _removedConnection: false,
  133.         _removedContLen: false,
  134.         _removedTE: false,
  135.         _contentLength: 0,
  136.         _hasBody: true,
  137.         _trailer: '',
  138.         finished: true,
  139.         _headerSent: true,
  140.         socket: [Circular],
  141.         connection: [Circular],
  142.         _header:
  143.          'GET /5179d0d79ea24eeb5dac62b7eb3b7890 HTTP/1.1\r\nreferer: http://www.roblox.com/asset/?id=1913736275\r\nhost: c1.rbxcdn.com\r\nConnection: close\r\n\r\n',
  144.         _onPendingData: [Function: noopPendingOutput],
  145.         agent: [Agent],
  146.         socketPath: undefined,
  147.         timeout: undefined,
  148.         method: 'GET',
  149.         path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  150.         _ended: true,
  151.         res: [Circular],
  152.         aborted: undefined,
  153.         timeoutCb: null,
  154.         upgradeOrConnect: false,
  155.         parser: null,
  156.         maxHeadersCount: null,
  157.         [Symbol(isCorked)]: false,
  158.         [Symbol(outHeadersKey)]: [Object] },
  159.      [Symbol(asyncId)]: 90,
  160.      [Symbol(lastWriteQueueSize)]: 0,
  161.      [Symbol(timeout)]: null,
  162.      [Symbol(kBytesRead)]: 0,
  163.      [Symbol(kBytesWritten)]: 0 },
  164.   connection:
  165.    Socket {
  166.      connecting: false,
  167.      _hadError: false,
  168.      _handle:
  169.       TCP {
  170.         reading: true,
  171.         owner: [Circular],
  172.         onread: [Function: onread],
  173.         onconnection: null },
  174.      _parent: null,
  175.      _host: 'c1.rbxcdn.com',
  176.      _readableState:
  177.       ReadableState {
  178.         objectMode: false,
  179.         highWaterMark: 16384,
  180.         buffer: BufferList { length: 0 },
  181.         length: 0,
  182.         pipes: null,
  183.         pipesCount: 0,
  184.         flowing: true,
  185.         ended: false,
  186.         endEmitted: false,
  187.         reading: false,
  188.         sync: false,
  189.         needReadable: true,
  190.         emittedReadable: false,
  191.         readableListening: false,
  192.         resumeScheduled: false,
  193.         emitClose: false,
  194.         destroyed: false,
  195.         defaultEncoding: 'utf8',
  196.         awaitDrain: 0,
  197.         readingMore: true,
  198.         decoder: null,
  199.         encoding: null },
  200.      readable: true,
  201.      _events:
  202.       { end: [Function: onReadableStreamEnd],
  203.         free: [Function: onFree],
  204.         close: [Array],
  205.         agentRemove: [Function: onRemove],
  206.         drain: [Function: ondrain],
  207.         error: [Function: socketErrorListener],
  208.         finish: [Function] },
  209.      _eventsCount: 7,
  210.      _maxListeners: undefined,
  211.      _writableState:
  212.       WritableState {
  213.         objectMode: false,
  214.         highWaterMark: 16384,
  215.         finalCalled: true,
  216.         needDrain: false,
  217.         ending: true,
  218.         ended: true,
  219.         finished: false,
  220.         destroyed: false,
  221.         decodeStrings: false,
  222.         defaultEncoding: 'utf8',
  223.         length: 0,
  224.         writing: false,
  225.         corked: 0,
  226.         sync: false,
  227.         bufferProcessing: false,
  228.         onwrite: [Function: bound onwrite],
  229.         writecb: null,
  230.         writelen: 0,
  231.         bufferedRequest: null,
  232.         lastBufferedRequest: null,
  233.         pendingcb: 1,
  234.         prefinished: false,
  235.         errorEmitted: false,
  236.         emitClose: false,
  237.         bufferedRequestCount: 0,
  238.         corkedRequestsFree: [Object] },
  239.      writable: false,
  240.      allowHalfOpen: false,
  241.      _sockname: null,
  242.      _pendingData: null,
  243.      _pendingEncoding: '',
  244.      server: null,
  245.      _server: null,
  246.      parser: null,
  247.      _httpMessage:
  248.       ClientRequest {
  249.         _events: [Object],
  250.         _eventsCount: 5,
  251.         _maxListeners: undefined,
  252.         output: [],
  253.         outputEncodings: [],
  254.         outputCallbacks: [],
  255.         outputSize: 0,
  256.         writable: true,
  257.         _last: true,
  258.         chunkedEncoding: false,
  259.         shouldKeepAlive: false,
  260.         useChunkedEncodingByDefault: false,
  261.         sendDate: false,
  262.         _removedConnection: false,
  263.         _removedContLen: false,
  264.         _removedTE: false,
  265.         _contentLength: 0,
  266.         _hasBody: true,
  267.         _trailer: '',
  268.         finished: true,
  269.         _headerSent: true,
  270.         socket: [Circular],
  271.         connection: [Circular],
  272.         _header:
  273.          'GET /5179d0d79ea24eeb5dac62b7eb3b7890 HTTP/1.1\r\nreferer: http://www.roblox.com/asset/?id=1913736275\r\nhost: c1.rbxcdn.com\r\nConnection: close\r\n\r\n',
  274.         _onPendingData: [Function: noopPendingOutput],
  275.         agent: [Agent],
  276.         socketPath: undefined,
  277.         timeout: undefined,
  278.         method: 'GET',
  279.         path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  280.         _ended: true,
  281.         res: [Circular],
  282.         aborted: undefined,
  283.         timeoutCb: null,
  284.         upgradeOrConnect: false,
  285.         parser: null,
  286.         maxHeadersCount: null,
  287.         [Symbol(isCorked)]: false,
  288.         [Symbol(outHeadersKey)]: [Object] },
  289.      [Symbol(asyncId)]: 90,
  290.      [Symbol(lastWriteQueueSize)]: 0,
  291.      [Symbol(timeout)]: null,
  292.      [Symbol(kBytesRead)]: 0,
  293.      [Symbol(kBytesWritten)]: 0 },
  294.   httpVersionMajor: 1,
  295.   httpVersionMinor: 1,
  296.   httpVersion: '1.1',
  297.   complete: true,
  298.   headers:
  299.    { date: 'Fri, 20 Jul 2018 15:02:43 GMT',
  300.      connection: 'close',
  301.      'accept-ranges': 'bytes',
  302.      'content-length': '655',
  303.      'content-type': 'binary/octet-stream',
  304.      'last-modified': 'Mon, 11 Jun 2018 08:11:09 GMT',
  305.      'timing-allow-origin': '*',
  306.      'cache-control': 'public, max-age=31536000',
  307.      etag: '"5179d0d79ea24eeb5dac62b7eb3b7890"',
  308.      'x-hw': '1532098963.dop013.am4.t,1532098963.cds038.am4.c' },
  309.   rawHeaders:
  310.    [ 'Date',
  311.      'Fri, 20 Jul 2018 15:02:43 GMT',
  312.      'Connection',
  313.      'close',
  314.      'Accept-Ranges',
  315.      'bytes',
  316.      'Content-Length',
  317.      '655',
  318.      'Content-Type',
  319.      'binary/octet-stream',
  320.      'Last-Modified',
  321.      'Mon, 11 Jun 2018 08:11:09 GMT',
  322.      'Timing-Allow-Origin',
  323.      '*',
  324.      'Cache-Control',
  325.      'public, max-age=31536000',
  326.      'ETag',
  327.      '"5179d0d79ea24eeb5dac62b7eb3b7890"',
  328.      'X-HW',
  329.      '1532098963.dop013.am4.t,1532098963.cds038.am4.c' ],
  330.   trailers: {},
  331.   rawTrailers: [],
  332.   aborted: false,
  333.   upgrade: false,
  334.   url: '',
  335.   method: null,
  336.   statusCode: 200,
  337.   statusMessage: 'OK',
  338.   client:
  339.    Socket {
  340.      connecting: false,
  341.      _hadError: false,
  342.      _handle:
  343.       TCP {
  344.         reading: true,
  345.         owner: [Circular],
  346.         onread: [Function: onread],
  347.         onconnection: null },
  348.      _parent: null,
  349.      _host: 'c1.rbxcdn.com',
  350.      _readableState:
  351.       ReadableState {
  352.         objectMode: false,
  353.         highWaterMark: 16384,
  354.         buffer: BufferList { length: 0 },
  355.         length: 0,
  356.         pipes: null,
  357.         pipesCount: 0,
  358.         flowing: true,
  359.         ended: false,
  360.         endEmitted: false,
  361.         reading: false,
  362.         sync: false,
  363.         needReadable: true,
  364.         emittedReadable: false,
  365.         readableListening: false,
  366.         resumeScheduled: false,
  367.         emitClose: false,
  368.         destroyed: false,
  369.         defaultEncoding: 'utf8',
  370.         awaitDrain: 0,
  371.         readingMore: true,
  372.         decoder: null,
  373.         encoding: null },
  374.      readable: true,
  375.      _events:
  376.       { end: [Function: onReadableStreamEnd],
  377.         free: [Function: onFree],
  378.         close: [Array],
  379.         agentRemove: [Function: onRemove],
  380.         drain: [Function: ondrain],
  381.         error: [Function: socketErrorListener],
  382.         finish: [Function] },
  383.      _eventsCount: 7,
  384.      _maxListeners: undefined,
  385.      _writableState:
  386.       WritableState {
  387.         objectMode: false,
  388.         highWaterMark: 16384,
  389.         finalCalled: true,
  390.         needDrain: false,
  391.         ending: true,
  392.         ended: true,
  393.         finished: false,
  394.         destroyed: false,
  395.         decodeStrings: false,
  396.         defaultEncoding: 'utf8',
  397.         length: 0,
  398.         writing: false,
  399.         corked: 0,
  400.         sync: false,
  401.         bufferProcessing: false,
  402.         onwrite: [Function: bound onwrite],
  403.         writecb: null,
  404.         writelen: 0,
  405.         bufferedRequest: null,
  406.         lastBufferedRequest: null,
  407.         pendingcb: 1,
  408.         prefinished: false,
  409.         errorEmitted: false,
  410.         emitClose: false,
  411.         bufferedRequestCount: 0,
  412.         corkedRequestsFree: [Object] },
  413.      writable: false,
  414.      allowHalfOpen: false,
  415.      _sockname: null,
  416.      _pendingData: null,
  417.      _pendingEncoding: '',
  418.      server: null,
  419.      _server: null,
  420.      parser: null,
  421.      _httpMessage:
  422.       ClientRequest {
  423.         _events: [Object],
  424.         _eventsCount: 5,
  425.         _maxListeners: undefined,
  426.         output: [],
  427.         outputEncodings: [],
  428.         outputCallbacks: [],
  429.         outputSize: 0,
  430.         writable: true,
  431.         _last: true,
  432.         chunkedEncoding: false,
  433.         shouldKeepAlive: false,
  434.         useChunkedEncodingByDefault: false,
  435.         sendDate: false,
  436.         _removedConnection: false,
  437.         _removedContLen: false,
  438.         _removedTE: false,
  439.         _contentLength: 0,
  440.         _hasBody: true,
  441.         _trailer: '',
  442.         finished: true,
  443.         _headerSent: true,
  444.         socket: [Circular],
  445.         connection: [Circular],
  446.         _header:
  447.          'GET /5179d0d79ea24eeb5dac62b7eb3b7890 HTTP/1.1\r\nreferer: http://www.roblox.com/asset/?id=1913736275\r\nhost: c1.rbxcdn.com\r\nConnection: close\r\n\r\n',
  448.         _onPendingData: [Function: noopPendingOutput],
  449.         agent: [Agent],
  450.         socketPath: undefined,
  451.         timeout: undefined,
  452.         method: 'GET',
  453.         path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  454.         _ended: true,
  455.         res: [Circular],
  456.         aborted: undefined,
  457.         timeoutCb: null,
  458.         upgradeOrConnect: false,
  459.         parser: null,
  460.         maxHeadersCount: null,
  461.         [Symbol(isCorked)]: false,
  462.         [Symbol(outHeadersKey)]: [Object] },
  463.      [Symbol(asyncId)]: 90,
  464.      [Symbol(lastWriteQueueSize)]: 0,
  465.      [Symbol(timeout)]: null,
  466.      [Symbol(kBytesRead)]: 0,
  467.      [Symbol(kBytesWritten)]: 0 },
  468.   _consuming: true,
  469.   _dumped: false,
  470.   req:
  471.    ClientRequest {
  472.      _events:
  473.       { socket: [Function],
  474.         response: [Function: bound ],
  475.         error: [Function: bound ],
  476.         drain: [Function],
  477.         prefinish: [Function: requestOnPrefinish] },
  478.      _eventsCount: 5,
  479.      _maxListeners: undefined,
  480.      output: [],
  481.      outputEncodings: [],
  482.      outputCallbacks: [],
  483.      outputSize: 0,
  484.      writable: true,
  485.      _last: true,
  486.      chunkedEncoding: false,
  487.      shouldKeepAlive: false,
  488.      useChunkedEncodingByDefault: false,
  489.      sendDate: false,
  490.      _removedConnection: false,
  491.      _removedContLen: false,
  492.      _removedTE: false,
  493.      _contentLength: 0,
  494.      _hasBody: true,
  495.      _trailer: '',
  496.      finished: true,
  497.      _headerSent: true,
  498.      socket:
  499.       Socket {
  500.         connecting: false,
  501.         _hadError: false,
  502.         _handle: [TCP],
  503.         _parent: null,
  504.         _host: 'c1.rbxcdn.com',
  505.         _readableState: [ReadableState],
  506.         readable: true,
  507.         _events: [Object],
  508.         _eventsCount: 7,
  509.         _maxListeners: undefined,
  510.         _writableState: [WritableState],
  511.         writable: false,
  512.         allowHalfOpen: false,
  513.         _sockname: null,
  514.         _pendingData: null,
  515.         _pendingEncoding: '',
  516.         server: null,
  517.         _server: null,
  518.         parser: null,
  519.         _httpMessage: [Circular],
  520.         [Symbol(asyncId)]: 90,
  521.         [Symbol(lastWriteQueueSize)]: 0,
  522.         [Symbol(timeout)]: null,
  523.         [Symbol(kBytesRead)]: 0,
  524.         [Symbol(kBytesWritten)]: 0 },
  525.      connection:
  526.       Socket {
  527.         connecting: false,
  528.         _hadError: false,
  529.         _handle: [TCP],
  530.         _parent: null,
  531.         _host: 'c1.rbxcdn.com',
  532.         _readableState: [ReadableState],
  533.         readable: true,
  534.         _events: [Object],
  535.         _eventsCount: 7,
  536.         _maxListeners: undefined,
  537.         _writableState: [WritableState],
  538.         writable: false,
  539.         allowHalfOpen: false,
  540.         _sockname: null,
  541.         _pendingData: null,
  542.         _pendingEncoding: '',
  543.         server: null,
  544.         _server: null,
  545.         parser: null,
  546.         _httpMessage: [Circular],
  547.         [Symbol(asyncId)]: 90,
  548.         [Symbol(lastWriteQueueSize)]: 0,
  549.         [Symbol(timeout)]: null,
  550.         [Symbol(kBytesRead)]: 0,
  551.         [Symbol(kBytesWritten)]: 0 },
  552.      _header:
  553.       'GET /5179d0d79ea24eeb5dac62b7eb3b7890 HTTP/1.1\r\nreferer: http://www.roblox.com/asset/?id=1913736275\r\nhost: c1.rbxcdn.com\r\nConnection: close\r\n\r\n',
  554.      _onPendingData: [Function: noopPendingOutput],
  555.      agent:
  556.       Agent {
  557.         _events: [Object],
  558.         _eventsCount: 1,
  559.         _maxListeners: undefined,
  560.         defaultPort: 80,
  561.         protocol: 'http:',
  562.         options: [Object],
  563.         requests: {},
  564.         sockets: [Object],
  565.         freeSockets: {},
  566.         keepAliveMsecs: 1000,
  567.         keepAlive: false,
  568.         maxSockets: Infinity,
  569.         maxFreeSockets: 256 },
  570.      socketPath: undefined,
  571.      timeout: undefined,
  572.      method: 'GET',
  573.      path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  574.      _ended: true,
  575.      res: [Circular],
  576.      aborted: undefined,
  577.      timeoutCb: null,
  578.      upgradeOrConnect: false,
  579.      parser: null,
  580.      maxHeadersCount: null,
  581.      [Symbol(isCorked)]: false,
  582.      [Symbol(outHeadersKey)]: { referer: [Array], host: [Array] } },
  583.   request:
  584.    Request {
  585.      _events:
  586.       { error: [Function: bound ],
  587.         complete: [Function: bound ],
  588.         pipe: [Array],
  589.         data: [Function],
  590.         end: [Function] },
  591.      _eventsCount: 5,
  592.      _maxListeners: undefined,
  593.      uri:
  594.       Url {
  595.         protocol: 'http:',
  596.         slashes: true,
  597.         auth: null,
  598.         host: 'c1.rbxcdn.com',
  599.         port: 80,
  600.         hostname: 'c1.rbxcdn.com',
  601.         hash: null,
  602.         search: null,
  603.         query: null,
  604.         pathname: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  605.         path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  606.         href: 'http://c1.rbxcdn.com/5179d0d79ea24eeb5dac62b7eb3b7890' },
  607.      callback: [Function],
  608.      readable: true,
  609.      writable: true,
  610.      _qs:
  611.       Querystring {
  612.         request: [Circular],
  613.         lib: [Object],
  614.         useQuerystring: undefined,
  615.         parseOptions: {},
  616.         stringifyOptions: {} },
  617.      _auth:
  618.       Auth {
  619.         request: [Circular],
  620.         hasAuth: false,
  621.         sentAuth: false,
  622.         bearerToken: null,
  623.         user: null,
  624.         pass: null },
  625.      _oauth: OAuth { request: [Circular], params: null },
  626.      _multipart:
  627.       Multipart {
  628.         request: [Circular],
  629.         boundary: '3b484e9c-59bd-4047-a317-b5ab42712230',
  630.         chunked: false,
  631.         body: null },
  632.      _redirect:
  633.       Redirect {
  634.         request: [Circular],
  635.         followRedirect: true,
  636.         followRedirects: true,
  637.         followAllRedirects: false,
  638.         followOriginalHttpMethod: false,
  639.         allowRedirect: [Function],
  640.         maxRedirects: 10,
  641.         redirects: [Array],
  642.         redirectsFollowed: 1,
  643.         removeRefererHeader: false },
  644.      _tunnel:
  645.       Tunnel {
  646.         request: [Circular],
  647.         proxyHeaderWhiteList: [Array],
  648.         proxyHeaderExclusiveList: [] },
  649.      headers: { referer: 'http://www.roblox.com/asset/?id=1913736275' },
  650.      setHeader: [Function],
  651.      hasHeader: [Function],
  652.      getHeader: [Function],
  653.      removeHeader: [Function],
  654.      method: 'GET',
  655.      localAddress: undefined,
  656.      pool: {},
  657.      dests: [],
  658.      __isRequestRequest: true,
  659.      _callback: [Function],
  660.      proxy: null,
  661.      tunnel: false,
  662.      setHost: true,
  663.      originalCookieHeader: undefined,
  664.      _disableCookies: true,
  665.      _jar: undefined,
  666.      port: 80,
  667.      host: 'c1.rbxcdn.com',
  668.      path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  669.      httpModule:
  670.       { _connectionListener: [Function: connectionListener],
  671.         METHODS: [Array],
  672.         STATUS_CODES: [Object],
  673.         Agent: [Function],
  674.         ClientRequest: [Function],
  675.         globalAgent: [Agent],
  676.         IncomingMessage: [Function],
  677.         OutgoingMessage: [Function],
  678.         Server: [Function],
  679.         ServerResponse: [Function],
  680.         createServer: [Function: createServer],
  681.         get: [Function: get],
  682.         request: [Function: request] },
  683.      agentClass:
  684.       { [Function: Agent] super_: [Function], defaultMaxSockets: Infinity },
  685.      agent:
  686.       Agent {
  687.         _events: [Object],
  688.         _eventsCount: 1,
  689.         _maxListeners: undefined,
  690.         defaultPort: 80,
  691.         protocol: 'http:',
  692.         options: [Object],
  693.         requests: {},
  694.         sockets: [Object],
  695.         freeSockets: {},
  696.         keepAliveMsecs: 1000,
  697.         keepAlive: false,
  698.         maxSockets: Infinity,
  699.         maxFreeSockets: 256 },
  700.      href: 'http://c1.rbxcdn.com/5179d0d79ea24eeb5dac62b7eb3b7890',
  701.      ntick: true,
  702.      response: [Circular],
  703.      originalHost: 'c1.rbxcdn.com',
  704.      originalHostHeaderName: 'host',
  705.      _started: true,
  706.      req:
  707.       ClientRequest {
  708.         _events: [Object],
  709.         _eventsCount: 5,
  710.         _maxListeners: undefined,
  711.         output: [],
  712.         outputEncodings: [],
  713.         outputCallbacks: [],
  714.         outputSize: 0,
  715.         writable: true,
  716.         _last: true,
  717.         chunkedEncoding: false,
  718.         shouldKeepAlive: false,
  719.         useChunkedEncodingByDefault: false,
  720.         sendDate: false,
  721.         _removedConnection: false,
  722.         _removedContLen: false,
  723.         _removedTE: false,
  724.         _contentLength: 0,
  725.         _hasBody: true,
  726.         _trailer: '',
  727.         finished: true,
  728.         _headerSent: true,
  729.         socket: [Socket],
  730.         connection: [Socket],
  731.         _header:
  732.          'GET /5179d0d79ea24eeb5dac62b7eb3b7890 HTTP/1.1\r\nreferer: http://www.roblox.com/asset/?id=1913736275\r\nhost: c1.rbxcdn.com\r\nConnection: close\r\n\r\n',
  733.         _onPendingData: [Function: noopPendingOutput],
  734.         agent: [Agent],
  735.         socketPath: undefined,
  736.         timeout: undefined,
  737.         method: 'GET',
  738.         path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  739.         _ended: true,
  740.         res: [Circular],
  741.         aborted: undefined,
  742.         timeoutCb: null,
  743.         upgradeOrConnect: false,
  744.         parser: null,
  745.         maxHeadersCount: null,
  746.         [Symbol(isCorked)]: false,
  747.         [Symbol(outHeadersKey)]: [Object] },
  748.      responseContent: [Circular],
  749.      _destdata: true,
  750.      _ended: true,
  751.      _callbackCalled: true },
  752.   toJSON: [Function: responseToJSON],
  753.   caseless:
  754.    Caseless {
  755.      dict:
  756.       { date: 'Fri, 20 Jul 2018 15:02:43 GMT',
  757.         connection: 'close',
  758.         'accept-ranges': 'bytes',
  759.         'content-length': '655',
  760.         'content-type': 'binary/octet-stream',
  761.         'last-modified': 'Mon, 11 Jun 2018 08:11:09 GMT',
  762.         'timing-allow-origin': '*',
  763.         'cache-control': 'public, max-age=31536000',
  764.         etag: '"5179d0d79ea24eeb5dac62b7eb3b7890"',
  765.         'x-hw': '1532098963.dop013.am4.t,1532098963.cds038.am4.c' } },
  766.   body:
  767.    '<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">\r\n  <External>null</External>\r\n  <External>nil</External>\r\n  <Item class="Decal" referent="RBX0">\r\n    <Properties>\r\n      <token name="Face">5</token>\r\n      <string name="Name">Decal</string>\r\n      <float name="Shiny">20</float>\r\n      <float name="Specular">0</float>\r\n      <Content name="Texture">\r\n        <url>http://www.roblox.com/asset/?id=1913736268</url>\r\n      </Content>\r\n      <bool name="archivable">true</bool>\r\n    </Properties>\r\n  </Item>\r\n</roblox>' }
  768.  
  769.  
  770. IncomingMessage {
  771.   _readableState:
  772.    ReadableState {
  773.      objectMode: false,
  774.      highWaterMark: 16384,
  775.      buffer: BufferList { length: 0 },
  776.      length: 0,
  777.      pipes: null,
  778.      pipesCount: 0,
  779.      flowing: true,
  780.      ended: true,
  781.      endEmitted: true,
  782.      reading: false,
  783.      sync: true,
  784.      needReadable: false,
  785.      emittedReadable: false,
  786.      readableListening: false,
  787.      resumeScheduled: false,
  788.      emitClose: true,
  789.      destroyed: false,
  790.      defaultEncoding: 'utf8',
  791.      awaitDrain: 0,
  792.      readingMore: true,
  793.      decoder: null,
  794.      encoding: null },
  795.   readable: false,
  796.   _events:
  797.    { end: [ [Function: responseOnEnd], [Function] ],
  798.      close: [ [Function], [Function] ],
  799.      data: [Function],
  800.      error: [Function] },
  801.   _eventsCount: 4,
  802.   _maxListeners: undefined,
  803.   socket:
  804.    Socket {
  805.      connecting: false,
  806.      _hadError: false,
  807.      _handle:
  808.       TCP {
  809.         reading: true,
  810.         owner: [Circular],
  811.         onread: [Function: onread],
  812.         onconnection: null },
  813.      _parent: null,
  814.      _host: 'c1.rbxcdn.com',
  815.      _readableState:
  816.       ReadableState {
  817.         objectMode: false,
  818.         highWaterMark: 16384,
  819.         buffer: BufferList { length: 0 },
  820.         length: 0,
  821.         pipes: null,
  822.         pipesCount: 0,
  823.         flowing: true,
  824.         ended: false,
  825.         endEmitted: false,
  826.         reading: true,
  827.         sync: false,
  828.         needReadable: true,
  829.         emittedReadable: false,
  830.         readableListening: false,
  831.         resumeScheduled: false,
  832.         emitClose: false,
  833.         destroyed: false,
  834.         defaultEncoding: 'utf8',
  835.         awaitDrain: 0,
  836.         readingMore: false,
  837.         decoder: null,
  838.         encoding: null },
  839.      readable: true,
  840.      _events:
  841.       { end: [Function: onReadableStreamEnd],
  842.         free: [Function: onFree],
  843.         close: [Array],
  844.         agentRemove: [Function: onRemove],
  845.         drain: [Function: ondrain],
  846.         error: [Function: socketErrorListener],
  847.         finish: [Function] },
  848.      _eventsCount: 7,
  849.      _maxListeners: undefined,
  850.      _writableState:
  851.       WritableState {
  852.         objectMode: false,
  853.         highWaterMark: 16384,
  854.         finalCalled: true,
  855.         needDrain: false,
  856.         ending: true,
  857.         ended: true,
  858.         finished: false,
  859.         destroyed: false,
  860.         decodeStrings: false,
  861.         defaultEncoding: 'utf8',
  862.         length: 0,
  863.         writing: false,
  864.         corked: 0,
  865.         sync: false,
  866.         bufferProcessing: false,
  867.         onwrite: [Function: bound onwrite],
  868.         writecb: null,
  869.         writelen: 0,
  870.         bufferedRequest: null,
  871.         lastBufferedRequest: null,
  872.         pendingcb: 1,
  873.         prefinished: false,
  874.         errorEmitted: false,
  875.         emitClose: false,
  876.         bufferedRequestCount: 0,
  877.         corkedRequestsFree: [Object] },
  878.      writable: false,
  879.      allowHalfOpen: false,
  880.      _sockname: null,
  881.      _pendingData: null,
  882.      _pendingEncoding: '',
  883.      server: null,
  884.      _server: null,
  885.      parser: null,
  886.      _httpMessage:
  887.       ClientRequest {
  888.         _events: [Object],
  889.         _eventsCount: 5,
  890.         _maxListeners: undefined,
  891.         output: [],
  892.         outputEncodings: [],
  893.         outputCallbacks: [],
  894.         outputSize: 0,
  895.         writable: true,
  896.         _last: true,
  897.         chunkedEncoding: false,
  898.         shouldKeepAlive: false,
  899.         useChunkedEncodingByDefault: false,
  900.         sendDate: false,
  901.         _removedConnection: false,
  902.         _removedContLen: false,
  903.         _removedTE: false,
  904.         _contentLength: 0,
  905.         _hasBody: true,
  906.         _trailer: '',
  907.         finished: true,
  908.         _headerSent: true,
  909.         socket: [Circular],
  910.         connection: [Circular],
  911.         _header:
  912.          'GET /5179d0d79ea24eeb5dac62b7eb3b7890 HTTP/1.1\r\nhost: c1.rbxcdn.com\r\nConnection: close\r\n\r\n',
  913.         _onPendingData: [Function: noopPendingOutput],
  914.         agent: [Agent],
  915.         socketPath: undefined,
  916.         timeout: undefined,
  917.         method: 'GET',
  918.         path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  919.         _ended: true,
  920.         res: [Circular],
  921.         aborted: undefined,
  922.         timeoutCb: null,
  923.         upgradeOrConnect: false,
  924.         parser: null,
  925.         maxHeadersCount: null,
  926.         [Symbol(isCorked)]: false,
  927.         [Symbol(outHeadersKey)]: [Object] },
  928.      [Symbol(asyncId)]: 114,
  929.      [Symbol(lastWriteQueueSize)]: 0,
  930.      [Symbol(timeout)]: null,
  931.      [Symbol(kBytesRead)]: 0,
  932.      [Symbol(kBytesWritten)]: 0 },
  933.   connection:
  934.    Socket {
  935.      connecting: false,
  936.      _hadError: false,
  937.      _handle:
  938.       TCP {
  939.         reading: true,
  940.         owner: [Circular],
  941.         onread: [Function: onread],
  942.         onconnection: null },
  943.      _parent: null,
  944.      _host: 'c1.rbxcdn.com',
  945.      _readableState:
  946.       ReadableState {
  947.         objectMode: false,
  948.         highWaterMark: 16384,
  949.         buffer: BufferList { length: 0 },
  950.         length: 0,
  951.         pipes: null,
  952.         pipesCount: 0,
  953.         flowing: true,
  954.         ended: false,
  955.         endEmitted: false,
  956.         reading: true,
  957.         sync: false,
  958.         needReadable: true,
  959.         emittedReadable: false,
  960.         readableListening: false,
  961.         resumeScheduled: false,
  962.         emitClose: false,
  963.         destroyed: false,
  964.         defaultEncoding: 'utf8',
  965.         awaitDrain: 0,
  966.         readingMore: false,
  967.         decoder: null,
  968.         encoding: null },
  969.      readable: true,
  970.      _events:
  971.       { end: [Function: onReadableStreamEnd],
  972.         free: [Function: onFree],
  973.         close: [Array],
  974.         agentRemove: [Function: onRemove],
  975.         drain: [Function: ondrain],
  976.         error: [Function: socketErrorListener],
  977.         finish: [Function] },
  978.      _eventsCount: 7,
  979.      _maxListeners: undefined,
  980.      _writableState:
  981.       WritableState {
  982.         objectMode: false,
  983.         highWaterMark: 16384,
  984.         finalCalled: true,
  985.         needDrain: false,
  986.         ending: true,
  987.         ended: true,
  988.         finished: false,
  989.         destroyed: false,
  990.         decodeStrings: false,
  991.         defaultEncoding: 'utf8',
  992.         length: 0,
  993.         writing: false,
  994.         corked: 0,
  995.         sync: false,
  996.         bufferProcessing: false,
  997.         onwrite: [Function: bound onwrite],
  998.         writecb: null,
  999.         writelen: 0,
  1000.         bufferedRequest: null,
  1001.         lastBufferedRequest: null,
  1002.         pendingcb: 1,
  1003.         prefinished: false,
  1004.         errorEmitted: false,
  1005.         emitClose: false,
  1006.         bufferedRequestCount: 0,
  1007.         corkedRequestsFree: [Object] },
  1008.      writable: false,
  1009.      allowHalfOpen: false,
  1010.      _sockname: null,
  1011.      _pendingData: null,
  1012.      _pendingEncoding: '',
  1013.      server: null,
  1014.      _server: null,
  1015.      parser: null,
  1016.      _httpMessage:
  1017.       ClientRequest {
  1018.         _events: [Object],
  1019.         _eventsCount: 5,
  1020.         _maxListeners: undefined,
  1021.         output: [],
  1022.         outputEncodings: [],
  1023.         outputCallbacks: [],
  1024.         outputSize: 0,
  1025.         writable: true,
  1026.         _last: true,
  1027.         chunkedEncoding: false,
  1028.         shouldKeepAlive: false,
  1029.         useChunkedEncodingByDefault: false,
  1030.         sendDate: false,
  1031.         _removedConnection: false,
  1032.         _removedContLen: false,
  1033.         _removedTE: false,
  1034.         _contentLength: 0,
  1035.         _hasBody: true,
  1036.         _trailer: '',
  1037.         finished: true,
  1038.         _headerSent: true,
  1039.         socket: [Circular],
  1040.         connection: [Circular],
  1041.         _header:
  1042.          'GET /5179d0d79ea24eeb5dac62b7eb3b7890 HTTP/1.1\r\nhost: c1.rbxcdn.com\r\nConnection: close\r\n\r\n',
  1043.         _onPendingData: [Function: noopPendingOutput],
  1044.         agent: [Agent],
  1045.         socketPath: undefined,
  1046.         timeout: undefined,
  1047.         method: 'GET',
  1048.         path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  1049.         _ended: true,
  1050.         res: [Circular],
  1051.         aborted: undefined,
  1052.         timeoutCb: null,
  1053.         upgradeOrConnect: false,
  1054.         parser: null,
  1055.         maxHeadersCount: null,
  1056.         [Symbol(isCorked)]: false,
  1057.         [Symbol(outHeadersKey)]: [Object] },
  1058.      [Symbol(asyncId)]: 114,
  1059.      [Symbol(lastWriteQueueSize)]: 0,
  1060.      [Symbol(timeout)]: null,
  1061.      [Symbol(kBytesRead)]: 0,
  1062.      [Symbol(kBytesWritten)]: 0 },
  1063.   httpVersionMajor: 1,
  1064.   httpVersionMinor: 1,
  1065.   httpVersion: '1.1',
  1066.   complete: true,
  1067.   headers:
  1068.    { date: 'Fri, 20 Jul 2018 15:02:43 GMT',
  1069.      connection: 'close',
  1070.      'accept-ranges': 'bytes',
  1071.      'content-length': '655',
  1072.      'content-type': 'binary/octet-stream',
  1073.      'last-modified': 'Mon, 11 Jun 2018 08:11:09 GMT',
  1074.      'timing-allow-origin': '*',
  1075.      'cache-control': 'public, max-age=31536000',
  1076.      etag: '"5179d0d79ea24eeb5dac62b7eb3b7890"',
  1077.      'x-hw': '1532098963.dop016.am4.t,1532098963.cds038.am4.c' },
  1078.   rawHeaders:
  1079.    [ 'Date',
  1080.      'Fri, 20 Jul 2018 15:02:43 GMT',
  1081.      'Connection',
  1082.      'close',
  1083.      'Accept-Ranges',
  1084.      'bytes',
  1085.      'Content-Length',
  1086.      '655',
  1087.      'Content-Type',
  1088.      'binary/octet-stream',
  1089.      'Last-Modified',
  1090.      'Mon, 11 Jun 2018 08:11:09 GMT',
  1091.      'Timing-Allow-Origin',
  1092.      '*',
  1093.      'Cache-Control',
  1094.      'public, max-age=31536000',
  1095.      'ETag',
  1096.      '"5179d0d79ea24eeb5dac62b7eb3b7890"',
  1097.      'X-HW',
  1098.      '1532098963.dop016.am4.t,1532098963.cds038.am4.c' ],
  1099.   trailers: {},
  1100.   rawTrailers: [],
  1101.   aborted: false,
  1102.   upgrade: false,
  1103.   url: '',
  1104.   method: null,
  1105.   statusCode: 200,
  1106.   statusMessage: 'OK',
  1107.   client:
  1108.    Socket {
  1109.      connecting: false,
  1110.      _hadError: false,
  1111.      _handle:
  1112.       TCP {
  1113.         reading: true,
  1114.         owner: [Circular],
  1115.         onread: [Function: onread],
  1116.         onconnection: null },
  1117.      _parent: null,
  1118.      _host: 'c1.rbxcdn.com',
  1119.      _readableState:
  1120.       ReadableState {
  1121.         objectMode: false,
  1122.         highWaterMark: 16384,
  1123.         buffer: BufferList { length: 0 },
  1124.         length: 0,
  1125.         pipes: null,
  1126.         pipesCount: 0,
  1127.         flowing: true,
  1128.         ended: false,
  1129.         endEmitted: false,
  1130.         reading: true,
  1131.         sync: false,
  1132.         needReadable: true,
  1133.         emittedReadable: false,
  1134.         readableListening: false,
  1135.         resumeScheduled: false,
  1136.         emitClose: false,
  1137.         destroyed: false,
  1138.         defaultEncoding: 'utf8',
  1139.         awaitDrain: 0,
  1140.         readingMore: false,
  1141.         decoder: null,
  1142.         encoding: null },
  1143.      readable: true,
  1144.      _events:
  1145.       { end: [Function: onReadableStreamEnd],
  1146.         free: [Function: onFree],
  1147.         close: [Array],
  1148.         agentRemove: [Function: onRemove],
  1149.         drain: [Function: ondrain],
  1150.         error: [Function: socketErrorListener],
  1151.         finish: [Function] },
  1152.      _eventsCount: 7,
  1153.      _maxListeners: undefined,
  1154.      _writableState:
  1155.       WritableState {
  1156.         objectMode: false,
  1157.         highWaterMark: 16384,
  1158.         finalCalled: true,
  1159.         needDrain: false,
  1160.         ending: true,
  1161.         ended: true,
  1162.         finished: false,
  1163.         destroyed: false,
  1164.         decodeStrings: false,
  1165.         defaultEncoding: 'utf8',
  1166.         length: 0,
  1167.         writing: false,
  1168.         corked: 0,
  1169.         sync: false,
  1170.         bufferProcessing: false,
  1171.         onwrite: [Function: bound onwrite],
  1172.         writecb: null,
  1173.         writelen: 0,
  1174.         bufferedRequest: null,
  1175.         lastBufferedRequest: null,
  1176.         pendingcb: 1,
  1177.         prefinished: false,
  1178.         errorEmitted: false,
  1179.         emitClose: false,
  1180.         bufferedRequestCount: 0,
  1181.         corkedRequestsFree: [Object] },
  1182.      writable: false,
  1183.      allowHalfOpen: false,
  1184.      _sockname: null,
  1185.      _pendingData: null,
  1186.      _pendingEncoding: '',
  1187.      server: null,
  1188.      _server: null,
  1189.      parser: null,
  1190.      _httpMessage:
  1191.       ClientRequest {
  1192.         _events: [Object],
  1193.         _eventsCount: 5,
  1194.         _maxListeners: undefined,
  1195.         output: [],
  1196.         outputEncodings: [],
  1197.         outputCallbacks: [],
  1198.         outputSize: 0,
  1199.         writable: true,
  1200.         _last: true,
  1201.         chunkedEncoding: false,
  1202.         shouldKeepAlive: false,
  1203.         useChunkedEncodingByDefault: false,
  1204.         sendDate: false,
  1205.         _removedConnection: false,
  1206.         _removedContLen: false,
  1207.         _removedTE: false,
  1208.         _contentLength: 0,
  1209.         _hasBody: true,
  1210.         _trailer: '',
  1211.         finished: true,
  1212.         _headerSent: true,
  1213.         socket: [Circular],
  1214.         connection: [Circular],
  1215.         _header:
  1216.          'GET /5179d0d79ea24eeb5dac62b7eb3b7890 HTTP/1.1\r\nhost: c1.rbxcdn.com\r\nConnection: close\r\n\r\n',
  1217.         _onPendingData: [Function: noopPendingOutput],
  1218.         agent: [Agent],
  1219.         socketPath: undefined,
  1220.         timeout: undefined,
  1221.         method: 'GET',
  1222.         path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  1223.         _ended: true,
  1224.         res: [Circular],
  1225.         aborted: undefined,
  1226.         timeoutCb: null,
  1227.         upgradeOrConnect: false,
  1228.         parser: null,
  1229.         maxHeadersCount: null,
  1230.         [Symbol(isCorked)]: false,
  1231.         [Symbol(outHeadersKey)]: [Object] },
  1232.      [Symbol(asyncId)]: 114,
  1233.      [Symbol(lastWriteQueueSize)]: 0,
  1234.      [Symbol(timeout)]: null,
  1235.      [Symbol(kBytesRead)]: 0,
  1236.      [Symbol(kBytesWritten)]: 0 },
  1237.   _consuming: false,
  1238.   _dumped: false,
  1239.   req:
  1240.    ClientRequest {
  1241.      _events:
  1242.       { socket: [Function],
  1243.         response: [Function: bound ],
  1244.         error: [Function: bound ],
  1245.         drain: [Function],
  1246.         prefinish: [Function: requestOnPrefinish] },
  1247.      _eventsCount: 5,
  1248.      _maxListeners: undefined,
  1249.      output: [],
  1250.      outputEncodings: [],
  1251.      outputCallbacks: [],
  1252.      outputSize: 0,
  1253.      writable: true,
  1254.      _last: true,
  1255.      chunkedEncoding: false,
  1256.      shouldKeepAlive: false,
  1257.      useChunkedEncodingByDefault: false,
  1258.      sendDate: false,
  1259.      _removedConnection: false,
  1260.      _removedContLen: false,
  1261.      _removedTE: false,
  1262.      _contentLength: 0,
  1263.      _hasBody: true,
  1264.      _trailer: '',
  1265.      finished: true,
  1266.      _headerSent: true,
  1267.      socket:
  1268.       Socket {
  1269.         connecting: false,
  1270.         _hadError: false,
  1271.         _handle: [TCP],
  1272.         _parent: null,
  1273.         _host: 'c1.rbxcdn.com',
  1274.         _readableState: [ReadableState],
  1275.         readable: true,
  1276.         _events: [Object],
  1277.         _eventsCount: 7,
  1278.         _maxListeners: undefined,
  1279.         _writableState: [WritableState],
  1280.         writable: false,
  1281.         allowHalfOpen: false,
  1282.         _sockname: null,
  1283.         _pendingData: null,
  1284.         _pendingEncoding: '',
  1285.         server: null,
  1286.         _server: null,
  1287.         parser: null,
  1288.         _httpMessage: [Circular],
  1289.         [Symbol(asyncId)]: 114,
  1290.         [Symbol(lastWriteQueueSize)]: 0,
  1291.         [Symbol(timeout)]: null,
  1292.         [Symbol(kBytesRead)]: 0,
  1293.         [Symbol(kBytesWritten)]: 0 },
  1294.      connection:
  1295.       Socket {
  1296.         connecting: false,
  1297.         _hadError: false,
  1298.         _handle: [TCP],
  1299.         _parent: null,
  1300.         _host: 'c1.rbxcdn.com',
  1301.         _readableState: [ReadableState],
  1302.         readable: true,
  1303.         _events: [Object],
  1304.         _eventsCount: 7,
  1305.         _maxListeners: undefined,
  1306.         _writableState: [WritableState],
  1307.         writable: false,
  1308.         allowHalfOpen: false,
  1309.         _sockname: null,
  1310.         _pendingData: null,
  1311.         _pendingEncoding: '',
  1312.         server: null,
  1313.         _server: null,
  1314.         parser: null,
  1315.         _httpMessage: [Circular],
  1316.         [Symbol(asyncId)]: 114,
  1317.         [Symbol(lastWriteQueueSize)]: 0,
  1318.         [Symbol(timeout)]: null,
  1319.         [Symbol(kBytesRead)]: 0,
  1320.         [Symbol(kBytesWritten)]: 0 },
  1321.      _header:
  1322.       'GET /5179d0d79ea24eeb5dac62b7eb3b7890 HTTP/1.1\r\nhost: c1.rbxcdn.com\r\nConnection: close\r\n\r\n',
  1323.      _onPendingData: [Function: noopPendingOutput],
  1324.      agent:
  1325.       Agent {
  1326.         _events: [Object],
  1327.         _eventsCount: 1,
  1328.         _maxListeners: undefined,
  1329.         defaultPort: 80,
  1330.         protocol: 'http:',
  1331.         options: [Object],
  1332.         requests: {},
  1333.         sockets: [Object],
  1334.         freeSockets: {},
  1335.         keepAliveMsecs: 1000,
  1336.         keepAlive: false,
  1337.         maxSockets: Infinity,
  1338.         maxFreeSockets: 256 },
  1339.      socketPath: undefined,
  1340.      timeout: undefined,
  1341.      method: 'GET',
  1342.      path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  1343.      _ended: true,
  1344.      res: [Circular],
  1345.      aborted: undefined,
  1346.      timeoutCb: null,
  1347.      upgradeOrConnect: false,
  1348.      parser: null,
  1349.      maxHeadersCount: null,
  1350.      [Symbol(isCorked)]: false,
  1351.      [Symbol(outHeadersKey)]: { host: [Array] } },
  1352.   request:
  1353.    Request {
  1354.      _events:
  1355.       { error: [Function: bound ],
  1356.         complete: [Function: bound ],
  1357.         pipe: [Function],
  1358.         data: [Function],
  1359.         end: [Function] },
  1360.      _eventsCount: 5,
  1361.      _maxListeners: undefined,
  1362.      uri:
  1363.       Url {
  1364.         protocol: 'http:',
  1365.         slashes: true,
  1366.         auth: null,
  1367.         host: 'c1.rbxcdn.com',
  1368.         port: 80,
  1369.         hostname: 'c1.rbxcdn.com',
  1370.         hash: null,
  1371.         search: null,
  1372.         query: null,
  1373.         pathname: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  1374.         path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  1375.         href: 'http://c1.rbxcdn.com/5179d0d79ea24eeb5dac62b7eb3b7890' },
  1376.      callback: [Function],
  1377.      readable: true,
  1378.      writable: true,
  1379.      _qs:
  1380.       Querystring {
  1381.         request: [Circular],
  1382.         lib: [Object],
  1383.         useQuerystring: undefined,
  1384.         parseOptions: {},
  1385.         stringifyOptions: {} },
  1386.      _auth:
  1387.       Auth {
  1388.         request: [Circular],
  1389.         hasAuth: false,
  1390.         sentAuth: false,
  1391.         bearerToken: null,
  1392.         user: null,
  1393.         pass: null },
  1394.      _oauth: OAuth { request: [Circular], params: null },
  1395.      _multipart:
  1396.       Multipart {
  1397.         request: [Circular],
  1398.         boundary: '91017fdf-c785-4345-ac10-10690001669a',
  1399.         chunked: false,
  1400.         body: null },
  1401.      _redirect:
  1402.       Redirect {
  1403.         request: [Circular],
  1404.         followRedirect: true,
  1405.         followRedirects: true,
  1406.         followAllRedirects: false,
  1407.         followOriginalHttpMethod: false,
  1408.         allowRedirect: [Function],
  1409.         maxRedirects: 10,
  1410.         redirects: [],
  1411.         redirectsFollowed: 0,
  1412.         removeRefererHeader: false },
  1413.      _tunnel:
  1414.       Tunnel {
  1415.         request: [Circular],
  1416.         proxyHeaderWhiteList: [Array],
  1417.         proxyHeaderExclusiveList: [] },
  1418.      headers: {},
  1419.      setHeader: [Function],
  1420.      hasHeader: [Function],
  1421.      getHeader: [Function],
  1422.      removeHeader: [Function],
  1423.      method: 'GET',
  1424.      localAddress: undefined,
  1425.      pool: {},
  1426.      dests: [],
  1427.      __isRequestRequest: true,
  1428.      _callback: [Function],
  1429.      proxy: null,
  1430.      tunnel: false,
  1431.      setHost: true,
  1432.      originalCookieHeader: undefined,
  1433.      _disableCookies: true,
  1434.      _jar: undefined,
  1435.      port: 80,
  1436.      host: 'c1.rbxcdn.com',
  1437.      path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  1438.      httpModule:
  1439.       { _connectionListener: [Function: connectionListener],
  1440.         METHODS: [Array],
  1441.         STATUS_CODES: [Object],
  1442.         Agent: [Function],
  1443.         ClientRequest: [Function],
  1444.         globalAgent: [Agent],
  1445.         IncomingMessage: [Function],
  1446.         OutgoingMessage: [Function],
  1447.         Server: [Function],
  1448.         ServerResponse: [Function],
  1449.         createServer: [Function: createServer],
  1450.         get: [Function: get],
  1451.         request: [Function: request] },
  1452.      agentClass:
  1453.       { [Function: Agent] super_: [Function], defaultMaxSockets: Infinity },
  1454.      agent:
  1455.       Agent {
  1456.         _events: [Object],
  1457.         _eventsCount: 1,
  1458.         _maxListeners: undefined,
  1459.         defaultPort: 80,
  1460.         protocol: 'http:',
  1461.         options: [Object],
  1462.         requests: {},
  1463.         sockets: [Object],
  1464.         freeSockets: {},
  1465.         keepAliveMsecs: 1000,
  1466.         keepAlive: false,
  1467.         maxSockets: Infinity,
  1468.         maxFreeSockets: 256 },
  1469.      _started: true,
  1470.      href: 'http://c1.rbxcdn.com/5179d0d79ea24eeb5dac62b7eb3b7890',
  1471.      req:
  1472.       ClientRequest {
  1473.         _events: [Object],
  1474.         _eventsCount: 5,
  1475.         _maxListeners: undefined,
  1476.         output: [],
  1477.         outputEncodings: [],
  1478.         outputCallbacks: [],
  1479.         outputSize: 0,
  1480.         writable: true,
  1481.         _last: true,
  1482.         chunkedEncoding: false,
  1483.         shouldKeepAlive: false,
  1484.         useChunkedEncodingByDefault: false,
  1485.         sendDate: false,
  1486.         _removedConnection: false,
  1487.         _removedContLen: false,
  1488.         _removedTE: false,
  1489.         _contentLength: 0,
  1490.         _hasBody: true,
  1491.         _trailer: '',
  1492.         finished: true,
  1493.         _headerSent: true,
  1494.         socket: [Socket],
  1495.         connection: [Socket],
  1496.         _header:
  1497.          'GET /5179d0d79ea24eeb5dac62b7eb3b7890 HTTP/1.1\r\nhost: c1.rbxcdn.com\r\nConnection: close\r\n\r\n',
  1498.         _onPendingData: [Function: noopPendingOutput],
  1499.         agent: [Agent],
  1500.         socketPath: undefined,
  1501.         timeout: undefined,
  1502.         method: 'GET',
  1503.         path: '/5179d0d79ea24eeb5dac62b7eb3b7890',
  1504.         _ended: true,
  1505.         res: [Circular],
  1506.         aborted: undefined,
  1507.         timeoutCb: null,
  1508.         upgradeOrConnect: false,
  1509.         parser: null,
  1510.         maxHeadersCount: null,
  1511.         [Symbol(isCorked)]: false,
  1512.         [Symbol(outHeadersKey)]: [Object] },
  1513.      ntick: true,
  1514.      response: [Circular],
  1515.      originalHost: 'c1.rbxcdn.com',
  1516.      originalHostHeaderName: 'host',
  1517.      responseContent: [Circular],
  1518.      _destdata: true,
  1519.      _ended: true,
  1520.      _callbackCalled: true },
  1521.   toJSON: [Function: responseToJSON],
  1522.   caseless:
  1523.    Caseless {
  1524.      dict:
  1525.       { date: 'Fri, 20 Jul 2018 15:02:43 GMT',
  1526.         connection: 'close',
  1527.         'accept-ranges': 'bytes',
  1528.         'content-length': '655',
  1529.         'content-type': 'binary/octet-stream',
  1530.         'last-modified': 'Mon, 11 Jun 2018 08:11:09 GMT',
  1531.         'timing-allow-origin': '*',
  1532.         'cache-control': 'public, max-age=31536000',
  1533.         etag: '"5179d0d79ea24eeb5dac62b7eb3b7890"',
  1534.         'x-hw': '1532098963.dop016.am4.t,1532098963.cds038.am4.c' } },
  1535.   body:
  1536.    '<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">\r\n  <External>null</External>\r\n  <External>nil</External>\r\n  <Item class="Decal" referent="RBX0">\r\n    <Properties>\r\n      <token name="Face">5</token>\r\n      <string name="Name">Decal</string>\r\n      <float name="Shiny">20</float>\r\n      <float name="Specular">0</float>\r\n      <Content name="Texture">\r\n        <url>http://www.roblox.com/asset/?id=1913736268</url>\r\n      </Content>\r\n      <bool name="archivable">true</bool>\r\n    </Properties>\r\n  </Item>\r\n</roblox>' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement