Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2017
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.08 KB | None | 0 0
  1. {
  2. _readableState:ReadableState {
  3. objectMode:false,
  4. highWaterMark:16384,
  5. buffer:BufferList {
  6. head:null,
  7. tail:null,
  8. length:0
  9. },
  10. length:0,
  11. pipes:null,
  12. pipesCount:0,
  13. flowing:true,
  14. ended:true,
  15. endEmitted:true,
  16. reading:false,
  17. sync:true,
  18. needReadable:false,
  19. emittedReadable:false,
  20. readableListening:false,
  21. resumeScheduled:false,
  22. destroyed:false,
  23. defaultEncoding:'utf8',
  24. awaitDrain:0,
  25. readingMore:false,
  26. decoder:null,
  27. encoding:null
  28. },
  29. readable:false,
  30. domain:null,
  31. _events:{
  32. end:[
  33. [
  34. Function:responseOnEnd
  35. ],
  36. [
  37. Function
  38. ]
  39. ],
  40. close:[
  41. [
  42. Function
  43. ],
  44. [
  45. Function
  46. ]
  47. ],
  48. data:[
  49. Function
  50. ],
  51. error:[
  52. Function
  53. ]
  54. },
  55. _eventsCount:4,
  56. _maxListeners:undefined,
  57. socket:Socket {
  58. connecting:false,
  59. _hadError:false,
  60. _handle:null,
  61. _parent:null,
  62. _host:'www.supremenewyork.com',
  63. _readableState:ReadableState {
  64. objectMode:false,
  65. highWaterMark:16384,
  66. buffer:[
  67. Object
  68. ],
  69. length:0,
  70. pipes:null,
  71. pipesCount:0,
  72. flowing:true,
  73. ended:false,
  74. endEmitted:false,
  75. reading:true,
  76. sync:false,
  77. needReadable:true,
  78. emittedReadable:false,
  79. readableListening:false,
  80. resumeScheduled:false,
  81. destroyed:true,
  82. defaultEncoding:'utf8',
  83. awaitDrain:0,
  84. readingMore:false,
  85. decoder:null,
  86. encoding:null
  87. },
  88. readable:false,
  89. domain:null,
  90. _events:{
  91. end:[
  92. Object
  93. ],
  94. finish:[
  95. Function:onSocketFinish
  96. ],
  97. _socketEnd:[
  98. Function:onSocketEnd
  99. ],
  100. free:[
  101. Function:onFree
  102. ],
  103. close:[
  104. Array
  105. ],
  106. agentRemove:[
  107. Function:onRemove
  108. ],
  109. drain:[
  110. Function:ondrain
  111. ],
  112. error:[
  113. Function:socketErrorListener
  114. ]
  115. },
  116. _eventsCount:8,
  117. _maxListeners:undefined,
  118. _writableState:WritableState {
  119. objectMode:false,
  120. highWaterMark:16384,
  121. finalCalled:false,
  122. needDrain:false,
  123. ending:true,
  124. ended:true,
  125. finished:true,
  126. destroyed:true,
  127. decodeStrings:false,
  128. defaultEncoding:'utf8',
  129. length:0,
  130. writing:false,
  131. corked:0,
  132. sync:false,
  133. bufferProcessing:false,
  134. onwrite:[
  135. Function:bound onwrite
  136. ],
  137. writecb:null,
  138. writelen:0,
  139. bufferedRequest:null,
  140. lastBufferedRequest:null,
  141. pendingcb:0,
  142. prefinished:true,
  143. errorEmitted:false,
  144. bufferedRequestCount:0,
  145. corkedRequestsFree:[
  146. Object
  147. ]
  148. },
  149. writable:false,
  150. allowHalfOpen:false,
  151. _bytesDispatched:67,
  152. _sockname:null,
  153. _pendingData:null,
  154. _pendingEncoding:'',
  155. server:null,
  156. _server:null,
  157. parser:null,
  158. _httpMessage:ClientRequest {
  159. domain:null,
  160. _events:[
  161. Object
  162. ],
  163. _eventsCount:5,
  164. _maxListeners:undefined,
  165. output:[
  166.  
  167. ],
  168. outputEncodings:[
  169.  
  170. ],
  171. outputCallbacks:[
  172.  
  173. ],
  174. outputSize:0,
  175. writable:true,
  176. _last:true,
  177. upgrading:false,
  178. chunkedEncoding:false,
  179. shouldKeepAlive:false,
  180. useChunkedEncodingByDefault:false,
  181. sendDate:false,
  182. _removedConnection:false,
  183. _removedContLen:false,
  184. _removedTE:false,
  185. _contentLength:0,
  186. _hasBody:true,
  187. _trailer:'',
  188. finished:true,
  189. _headerSent:true,
  190. socket:[
  191. Circular
  192. ],
  193. connection:[
  194. Circular
  195. ],
  196. _header:'GET / HTTP/1.1\r\nhost: www.supremenewyork.com\r\nConnection: close\r\n\r\n',
  197. _onPendingData:[
  198. Function:noopPendingOutput
  199. ],
  200. agent:[
  201. Object
  202. ],
  203. socketPath:undefined,
  204. timeout:undefined,
  205. method:'GET',
  206. path:'/',
  207. _ended:true,
  208. res:[
  209. Circular
  210. ],
  211. aborted:undefined,
  212. timeoutCb:null,
  213. upgradeOrConnect:false,
  214. parser:null,
  215. maxHeadersCount:null,
  216. [
  217. Symbol(outHeadersKey)
  218. ]:[
  219. Object
  220. ]
  221. },
  222. read:[
  223. Function
  224. ],
  225. _consuming:true,
  226. _idleNext:null,
  227. _idlePrev:null,
  228. _idleTimeout:-1,
  229. [
  230. Symbol(asyncId)
  231. ]:9,
  232. [
  233. Symbol(bytesRead)
  234. ]:6297
  235. },
  236. connection:Socket {
  237. connecting:false,
  238. _hadError:false,
  239. _handle:null,
  240. _parent:null,
  241. _host:'www.supremenewyork.com',
  242. _readableState:ReadableState {
  243. objectMode:false,
  244. highWaterMark:16384,
  245. buffer:[
  246. Object
  247. ],
  248. length:0,
  249. pipes:null,
  250. pipesCount:0,
  251. flowing:true,
  252. ended:false,
  253. endEmitted:false,
  254. reading:true,
  255. sync:false,
  256. needReadable:true,
  257. emittedReadable:false,
  258. readableListening:false,
  259. resumeScheduled:false,
  260. destroyed:true,
  261. defaultEncoding:'utf8',
  262. awaitDrain:0,
  263. readingMore:false,
  264. decoder:null,
  265. encoding:null
  266. },
  267. readable:false,
  268. domain:null,
  269. _events:{
  270. end:[
  271. Object
  272. ],
  273. finish:[
  274. Function:onSocketFinish
  275. ],
  276. _socketEnd:[
  277. Function:onSocketEnd
  278. ],
  279. free:[
  280. Function:onFree
  281. ],
  282. close:[
  283. Array
  284. ],
  285. agentRemove:[
  286. Function:onRemove
  287. ],
  288. drain:[
  289. Function:ondrain
  290. ],
  291. error:[
  292. Function:socketErrorListener
  293. ]
  294. },
  295. _eventsCount:8,
  296. _maxListeners:undefined,
  297. _writableState:WritableState {
  298. objectMode:false,
  299. highWaterMark:16384,
  300. finalCalled:false,
  301. needDrain:false,
  302. ending:true,
  303. ended:true,
  304. finished:true,
  305. destroyed:true,
  306. decodeStrings:false,
  307. defaultEncoding:'utf8',
  308. length:0,
  309. writing:false,
  310. corked:0,
  311. sync:false,
  312. bufferProcessing:false,
  313. onwrite:[
  314. Function:bound onwrite
  315. ],
  316. writecb:null,
  317. writelen:0,
  318. bufferedRequest:null,
  319. lastBufferedRequest:null,
  320. pendingcb:0,
  321. prefinished:true,
  322. errorEmitted:false,
  323. bufferedRequestCount:0,
  324. corkedRequestsFree:[
  325. Object
  326. ]
  327. },
  328. writable:false,
  329. allowHalfOpen:false,
  330. _bytesDispatched:67,
  331. _sockname:null,
  332. _pendingData:null,
  333. _pendingEncoding:'',
  334. server:null,
  335. _server:null,
  336. parser:null,
  337. _httpMessage:ClientRequest {
  338. domain:null,
  339. _events:[
  340. Object
  341. ],
  342. _eventsCount:5,
  343. _maxListeners:undefined,
  344. output:[
  345.  
  346. ],
  347. outputEncodings:[
  348.  
  349. ],
  350. outputCallbacks:[
  351.  
  352. ],
  353. outputSize:0,
  354. writable:true,
  355. _last:true,
  356. upgrading:false,
  357. chunkedEncoding:false,
  358. shouldKeepAlive:false,
  359. useChunkedEncodingByDefault:false,
  360. sendDate:false,
  361. _removedConnection:false,
  362. _removedContLen:false,
  363. _removedTE:false,
  364. _contentLength:0,
  365. _hasBody:true,
  366. _trailer:'',
  367. finished:true,
  368. _headerSent:true,
  369. socket:[
  370. Circular
  371. ],
  372. connection:[
  373. Circular
  374. ],
  375. _header:'GET / HTTP/1.1\r\nhost: www.supremenewyork.com\r\nConnection: close\r\n\r\n',
  376. _onPendingData:[
  377. Function:noopPendingOutput
  378. ],
  379. agent:[
  380. Object
  381. ],
  382. socketPath:undefined,
  383. timeout:undefined,
  384. method:'GET',
  385. path:'/',
  386. _ended:true,
  387. res:[
  388. Circular
  389. ],
  390. aborted:undefined,
  391. timeoutCb:null,
  392. upgradeOrConnect:false,
  393. parser:null,
  394. maxHeadersCount:null,
  395. [
  396. Symbol(outHeadersKey)
  397. ]:[
  398. Object
  399. ]
  400. },
  401. read:[
  402. Function
  403. ],
  404. _consuming:true,
  405. _idleNext:null,
  406. _idlePrev:null,
  407. _idleTimeout:-1,
  408. [
  409. Symbol(asyncId)
  410. ]:9,
  411. [
  412. Symbol(bytesRead)
  413. ]:6297
  414. },
  415. httpVersionMajor:1,
  416. httpVersionMinor:1,
  417. httpVersion:'1.1',
  418. complete:true,
  419. headers:{
  420. server:'nginx',
  421. date:'Sun, 03 Dec 2017 02:35:13 GMT',
  422. 'content-type':'text/html; charset=utf-8',
  423. 'content-length':'5725',
  424. connection:'close',
  425. vary:'Accept-Encoding',
  426. status:'200 OK',
  427. 'x-frame-options':'SAMEORIGIN',
  428. 'x-xss-protection':'1; mode=block',
  429. 'x-content-type-options':'nosniff',
  430. etag:'W/"29a445895868bdec65ec56c89dbb5d5f"',
  431. 'x-request-id':'a029e48f-74de-416f-8452-556ea4a99da3',
  432. 'x-runtime':'0.068924',
  433. 'accept-ranges':'bytes',
  434. 'x-varnish':'1451438894 1450855914',
  435. age:'2486',
  436. via:'1.1 varnish',
  437. 'cache-control':'private, max-age=0, must-revalidate',
  438. pragma:'no-cache',
  439. 'x-cache':'HIT'
  440. },
  441. rawHeaders:[
  442. 'Server',
  443. 'nginx',
  444. 'Date',
  445. 'Sun, 03 Dec 2017 02:35:13 GMT',
  446. 'Content-Type',
  447. 'text/html; charset=utf-8',
  448. 'Content-Length',
  449. '5725',
  450. 'Connection',
  451. 'close',
  452. 'Vary',
  453. 'Accept-Encoding',
  454. 'Status',
  455. '200 OK',
  456. 'X-Frame-Options',
  457. 'SAMEORIGIN',
  458. 'X-XSS-Protection',
  459. '1; mode=block',
  460. 'X-Content-Type-Options',
  461. 'nosniff',
  462. 'ETag',
  463. 'W/"29a445895868bdec65ec56c89dbb5d5f"',
  464. 'X-Request-Id',
  465. 'a029e48f-74de-416f-8452-556ea4a99da3',
  466. 'X-Runtime',
  467. '0.068924',
  468. 'Accept-Ranges',
  469. 'bytes',
  470. 'X-Varnish',
  471. '1451438894 1450855914',
  472. 'Age',
  473. '2486',
  474. 'Via',
  475. '1.1 varnish',
  476. 'Cache-Control',
  477. 'private, max-age=0, must-revalidate',
  478. 'Pragma',
  479. 'no-cache',
  480. 'X-Cache',
  481. 'HIT'
  482. ],
  483. trailers:{
  484.  
  485. },
  486. rawTrailers:[
  487.  
  488. ],
  489. upgrade:false,
  490. url:'',
  491. method:null,
  492. statusCode:200,
  493. statusMessage:'OK',
  494. client:Socket {
  495. connecting:false,
  496. _hadError:false,
  497. _handle:null,
  498. _parent:null,
  499. _host:'www.supremenewyork.com',
  500. _readableState:ReadableState {
  501. objectMode:false,
  502. highWaterMark:16384,
  503. buffer:[
  504. Object
  505. ],
  506. length:0,
  507. pipes:null,
  508. pipesCount:0,
  509. flowing:true,
  510. ended:false,
  511. endEmitted:false,
  512. reading:true,
  513. sync:false,
  514. needReadable:true,
  515. emittedReadable:false,
  516. readableListening:false,
  517. resumeScheduled:false,
  518. destroyed:true,
  519. defaultEncoding:'utf8',
  520. awaitDrain:0,
  521. readingMore:false,
  522. decoder:null,
  523. encoding:null
  524. },
  525. readable:false,
  526. domain:null,
  527. _events:{
  528. end:[
  529. Object
  530. ],
  531. finish:[
  532. Function:onSocketFinish
  533. ],
  534. _socketEnd:[
  535. Function:onSocketEnd
  536. ],
  537. free:[
  538. Function:onFree
  539. ],
  540. close:[
  541. Array
  542. ],
  543. agentRemove:[
  544. Function:onRemove
  545. ],
  546. drain:[
  547. Function:ondrain
  548. ],
  549. error:[
  550. Function:socketErrorListener
  551. ]
  552. },
  553. _eventsCount:8,
  554. _maxListeners:undefined,
  555. _writableState:WritableState {
  556. objectMode:false,
  557. highWaterMark:16384,
  558. finalCalled:false,
  559. needDrain:false,
  560. ending:true,
  561. ended:true,
  562. finished:true,
  563. destroyed:true,
  564. decodeStrings:false,
  565. defaultEncoding:'utf8',
  566. length:0,
  567. writing:false,
  568. corked:0,
  569. sync:false,
  570. bufferProcessing:false,
  571. onwrite:[
  572. Function:bound onwrite
  573. ],
  574. writecb:null,
  575. writelen:0,
  576. bufferedRequest:null,
  577. lastBufferedRequest:null,
  578. pendingcb:0,
  579. prefinished:true,
  580. errorEmitted:false,
  581. bufferedRequestCount:0,
  582. corkedRequestsFree:[
  583. Object
  584. ]
  585. },
  586. writable:false,
  587. allowHalfOpen:false,
  588. _bytesDispatched:67,
  589. _sockname:null,
  590. _pendingData:null,
  591. _pendingEncoding:'',
  592. server:null,
  593. _server:null,
  594. parser:null,
  595. _httpMessage:ClientRequest {
  596. domain:null,
  597. _events:[
  598. Object
  599. ],
  600. _eventsCount:5,
  601. _maxListeners:undefined,
  602. output:[
  603.  
  604. ],
  605. outputEncodings:[
  606.  
  607. ],
  608. outputCallbacks:[
  609.  
  610. ],
  611. outputSize:0,
  612. writable:true,
  613. _last:true,
  614. upgrading:false,
  615. chunkedEncoding:false,
  616. shouldKeepAlive:false,
  617. useChunkedEncodingByDefault:false,
  618. sendDate:false,
  619. _removedConnection:false,
  620. _removedContLen:false,
  621. _removedTE:false,
  622. _contentLength:0,
  623. _hasBody:true,
  624. _trailer:'',
  625. finished:true,
  626. _headerSent:true,
  627. socket:[
  628. Circular
  629. ],
  630. connection:[
  631. Circular
  632. ],
  633. _header:'GET / HTTP/1.1\r\nhost: www.supremenewyork.com\r\nConnection: close\r\n\r\n',
  634. _onPendingData:[
  635. Function:noopPendingOutput
  636. ],
  637. agent:[
  638. Object
  639. ],
  640. socketPath:undefined,
  641. timeout:undefined,
  642. method:'GET',
  643. path:'/',
  644. _ended:true,
  645. res:[
  646. Circular
  647. ],
  648. aborted:undefined,
  649. timeoutCb:null,
  650. upgradeOrConnect:false,
  651. parser:null,
  652. maxHeadersCount:null,
  653. [
  654. Symbol(outHeadersKey)
  655. ]:[
  656. Object
  657. ]
  658. },
  659. read:[
  660. Function
  661. ],
  662. _consuming:true,
  663. _idleNext:null,
  664. _idlePrev:null,
  665. _idleTimeout:-1,
  666. [
  667. Symbol(asyncId)
  668. ]:9,
  669. [
  670. Symbol(bytesRead)
  671. ]:6297
  672. },
  673. _consuming:true,
  674. _dumped:false,
  675. req:ClientRequest {
  676. domain:null,
  677. _events:{
  678. socket:[
  679. Function
  680. ],
  681. response:[
  682. Function:bound
  683. ],
  684. error:[
  685. Function:bound
  686. ],
  687. drain:[
  688. Function
  689. ],
  690. prefinish:[
  691. Function:requestOnPrefinish
  692. ]
  693. },
  694. _eventsCount:5,
  695. _maxListeners:undefined,
  696. output:[
  697.  
  698. ],
  699. outputEncodings:[
  700.  
  701. ],
  702. outputCallbacks:[
  703.  
  704. ],
  705. outputSize:0,
  706. writable:true,
  707. _last:true,
  708. upgrading:false,
  709. chunkedEncoding:false,
  710. shouldKeepAlive:false,
  711. useChunkedEncodingByDefault:false,
  712. sendDate:false,
  713. _removedConnection:false,
  714. _removedContLen:false,
  715. _removedTE:false,
  716. _contentLength:0,
  717. _hasBody:true,
  718. _trailer:'',
  719. finished:true,
  720. _headerSent:true,
  721. socket:Socket {
  722. connecting:false,
  723. _hadError:false,
  724. _handle:null,
  725. _parent:null,
  726. _host:'www.supremenewyork.com',
  727. _readableState:[
  728. Object
  729. ],
  730. readable:false,
  731. domain:null,
  732. _events:[
  733. Object
  734. ],
  735. _eventsCount:8,
  736. _maxListeners:undefined,
  737. _writableState:[
  738. Object
  739. ],
  740. writable:false,
  741. allowHalfOpen:false,
  742. _bytesDispatched:67,
  743. _sockname:null,
  744. _pendingData:null,
  745. _pendingEncoding:'',
  746. server:null,
  747. _server:null,
  748. parser:null,
  749. _httpMessage:[
  750. Circular
  751. ],
  752. read:[
  753. Function
  754. ],
  755. _consuming:true,
  756. _idleNext:null,
  757. _idlePrev:null,
  758. _idleTimeout:-1,
  759. [
  760. Symbol(asyncId)
  761. ]:9,
  762. [
  763. Symbol(bytesRead)
  764. ]:6297
  765. },
  766. connection:Socket {
  767. connecting:false,
  768. _hadError:false,
  769. _handle:null,
  770. _parent:null,
  771. _host:'www.supremenewyork.com',
  772. _readableState:[
  773. Object
  774. ],
  775. readable:false,
  776. domain:null,
  777. _events:[
  778. Object
  779. ],
  780. _eventsCount:8,
  781. _maxListeners:undefined,
  782. _writableState:[
  783. Object
  784. ],
  785. writable:false,
  786. allowHalfOpen:false,
  787. _bytesDispatched:67,
  788. _sockname:null,
  789. _pendingData:null,
  790. _pendingEncoding:'',
  791. server:null,
  792. _server:null,
  793. parser:null,
  794. _httpMessage:[
  795. Circular
  796. ],
  797. read:[
  798. Function
  799. ],
  800. _consuming:true,
  801. _idleNext:null,
  802. _idlePrev:null,
  803. _idleTimeout:-1,
  804. [
  805. Symbol(asyncId)
  806. ]:9,
  807. [
  808. Symbol(bytesRead)
  809. ]:6297
  810. },
  811. _header:'GET / HTTP/1.1\r\nhost: www.supremenewyork.com\r\nConnection: close\r\n\r\n',
  812. _onPendingData:[
  813. Function:noopPendingOutput
  814. ],
  815. agent:Agent {
  816. domain:null,
  817. _events:[
  818. Object
  819. ],
  820. _eventsCount:1,
  821. _maxListeners:undefined,
  822. defaultPort:80,
  823. protocol:'http:',
  824. options:[
  825. Object
  826. ],
  827. requests:{
  828.  
  829. },
  830. sockets:[
  831. Object
  832. ],
  833. freeSockets:{
  834.  
  835. },
  836. keepAliveMsecs:1000,
  837. keepAlive:false,
  838. maxSockets:Infinity,
  839. maxFreeSockets:256
  840. },
  841. socketPath:undefined,
  842. timeout:undefined,
  843. method:'GET',
  844. path:'/',
  845. _ended:true,
  846. res:[
  847. Circular
  848. ],
  849. aborted:undefined,
  850. timeoutCb:null,
  851. upgradeOrConnect:false,
  852. parser:null,
  853. maxHeadersCount:null,
  854. [
  855. Symbol(outHeadersKey)
  856. ]:{
  857. host:[
  858. Array
  859. ]
  860. }
  861. },
  862. request:Request {
  863. domain:null,
  864. _events:{
  865. error:[
  866. Function:bound
  867. ],
  868. complete:[
  869. Function:bound
  870. ],
  871. pipe:[
  872. Function
  873. ],
  874. data:[
  875. Function
  876. ],
  877. end:[
  878. Function
  879. ]
  880. },
  881. _eventsCount:5,
  882. _maxListeners:undefined,
  883. uri:Url {
  884. protocol:'http:',
  885. slashes:true,
  886. auth:null,
  887. host:'www.supremenewyork.com',
  888. port:80,
  889. hostname:'www.supremenewyork.com',
  890. hash:null,
  891. search:null,
  892. query:null,
  893. pathname:'/',
  894. path:'/',
  895. href:'http://www.supremenewyork.com/'
  896. },
  897. callback:[
  898. Function
  899. ],
  900. readable:true,
  901. writable:true,
  902. _qs:Querystring {
  903. request:[
  904. Circular
  905. ],
  906. lib:[
  907. Object
  908. ],
  909. useQuerystring:undefined,
  910. parseOptions:{
  911.  
  912. },
  913. stringifyOptions:{
  914.  
  915. }
  916. },
  917. _auth:Auth {
  918. request:[
  919. Circular
  920. ],
  921. hasAuth:false,
  922. sentAuth:false,
  923. bearerToken:null,
  924. user:null,
  925. pass:null
  926. },
  927. _oauth:OAuth {
  928. request:[
  929. Circular
  930. ],
  931. params:null
  932. },
  933. _multipart:Multipart {
  934. request:[
  935. Circular
  936. ],
  937. boundary:'b5719c12-374a-4864-b0a3-0758d598c42a',
  938. chunked:false,
  939. body:null
  940. },
  941. _redirect:Redirect {
  942. request:[
  943. Circular
  944. ],
  945. followRedirect:true,
  946. followRedirects:true,
  947. followAllRedirects:false,
  948. followOriginalHttpMethod:false,
  949. allowRedirect:[
  950. Function
  951. ],
  952. maxRedirects:10,
  953. redirects:[
  954.  
  955. ],
  956. redirectsFollowed:0,
  957. removeRefererHeader:false
  958. },
  959. _tunnel:Tunnel {
  960. request:[
  961. Circular
  962. ],
  963. proxyHeaderWhiteList:[
  964. Array
  965. ],
  966. proxyHeaderExclusiveList:[
  967.  
  968. ]
  969. },
  970. headers:{
  971.  
  972. },
  973. setHeader:[
  974. Function
  975. ],
  976. hasHeader:[
  977. Function
  978. ],
  979. getHeader:[
  980. Function
  981. ],
  982. removeHeader:[
  983. Function
  984. ],
  985. method:'GET',
  986. localAddress:undefined,
  987. pool:{
  988.  
  989. },
  990. dests:[
  991.  
  992. ],
  993. __isRequestRequest:true,
  994. _callback:[
  995. Function
  996. ],
  997. proxy:null,
  998. tunnel:false,
  999. setHost:true,
  1000. originalCookieHeader:undefined,
  1001. _disableCookies:true,
  1002. _jar:undefined,
  1003. port:80,
  1004. host:'www.supremenewyork.com',
  1005. path:'/',
  1006. httpModule:{
  1007. _connectionListener:[
  1008. Function:connectionListener
  1009. ],
  1010. METHODS:[
  1011. Array
  1012. ],
  1013. STATUS_CODES:[
  1014. Object
  1015. ],
  1016. Agent:[
  1017. Object
  1018. ],
  1019. ClientRequest:[
  1020. Object
  1021. ],
  1022. globalAgent:[
  1023. Object
  1024. ],
  1025. IncomingMessage:[
  1026. Object
  1027. ],
  1028. OutgoingMessage:[
  1029. Object
  1030. ],
  1031. Server:[
  1032. Object
  1033. ],
  1034. ServerResponse:[
  1035. Object
  1036. ],
  1037. createServer:[
  1038. Function:createServer
  1039. ],
  1040. get:[
  1041. Function:get
  1042. ],
  1043. request:[
  1044. Function:request
  1045. ]
  1046. },
  1047. agentClass:{
  1048. [
  1049. Function:Agent
  1050. ] super_:[
  1051. Object
  1052. ],
  1053. defaultMaxSockets:Infinity
  1054. },
  1055. agent:Agent {
  1056. domain:null,
  1057. _events:[
  1058. Object
  1059. ],
  1060. _eventsCount:1,
  1061. _maxListeners:undefined,
  1062. defaultPort:80,
  1063. protocol:'http:',
  1064. options:[
  1065. Object
  1066. ],
  1067. requests:{
  1068.  
  1069. },
  1070. sockets:[
  1071. Object
  1072. ],
  1073. freeSockets:{
  1074.  
  1075. },
  1076. keepAliveMsecs:1000,
  1077. keepAlive:false,
  1078. maxSockets:Infinity,
  1079. maxFreeSockets:256
  1080. },
  1081. _started:true,
  1082. href:'http://www.supremenewyork.com/',
  1083. req:ClientRequest {
  1084. domain:null,
  1085. _events:[
  1086. Object
  1087. ],
  1088. _eventsCount:5,
  1089. _maxListeners:undefined,
  1090. output:[
  1091.  
  1092. ],
  1093. outputEncodings:[
  1094.  
  1095. ],
  1096. outputCallbacks:[
  1097.  
  1098. ],
  1099. outputSize:0,
  1100. writable:true,
  1101. _last:true,
  1102. upgrading:false,
  1103. chunkedEncoding:false,
  1104. shouldKeepAlive:false,
  1105. useChunkedEncodingByDefault:false,
  1106. sendDate:false,
  1107. _removedConnection:false,
  1108. _removedContLen:false,
  1109. _removedTE:false,
  1110. _contentLength:0,
  1111. _hasBody:true,
  1112. _trailer:'',
  1113. finished:true,
  1114. _headerSent:true,
  1115. socket:[
  1116. Object
  1117. ],
  1118. connection:[
  1119. Object
  1120. ],
  1121. _header:'GET / HTTP/1.1\r\nhost: www.supremenewyork.com\r\nConnection: close\r\n\r\n',
  1122. _onPendingData:[
  1123. Function:noopPendingOutput
  1124. ],
  1125. agent:[
  1126. Object
  1127. ],
  1128. socketPath:undefined,
  1129. timeout:undefined,
  1130. method:'GET',
  1131. path:'/',
  1132. _ended:true,
  1133. res:[
  1134. Circular
  1135. ],
  1136. aborted:undefined,
  1137. timeoutCb:null,
  1138. upgradeOrConnect:false,
  1139. parser:null,
  1140. maxHeadersCount:null,
  1141. [
  1142. Symbol(outHeadersKey)
  1143. ]:[
  1144. Object
  1145. ]
  1146. },
  1147. ntick:true,
  1148. response:[
  1149. Circular
  1150. ],
  1151. originalHost:'www.supremenewyork.com',
  1152. originalHostHeaderName:'host',
  1153. responseContent:[
  1154. Circular
  1155. ],
  1156. _destdata:true,
  1157. _ended:true,
  1158. _callbackCalled:true
  1159. },
  1160. toJSON:[
  1161. Function:responseToJSON
  1162. ],
  1163. caseless:Caseless {
  1164. dict:{
  1165. server:'nginx',
  1166. date:'Sun, 03 Dec 2017 02:35:13 GMT',
  1167. 'content-type':'text/html; charset=utf-8',
  1168. 'content-length':'5725',
  1169. connection:'close',
  1170. vary:'Accept-Encoding',
  1171. status:'200 OK',
  1172. 'x-frame-options':'SAMEORIGIN',
  1173. 'x-xss-protection':'1; mode=block',
  1174. 'x-content-type-options':'nosniff',
  1175. etag:'W/"29a445895868bdec65ec56c89dbb5d5f"',
  1176. 'x-request-id':'a029e48f-74de-416f-8452-556ea4a99da3',
  1177. 'x-runtime':'0.068924',
  1178. 'accept-ranges':'bytes',
  1179. 'x-varnish':'1451438894 1450855914',
  1180. age:'2486',
  1181. via:'1.1 varnish',
  1182. 'cache-control':'private, max-age=0, must-revalidate',
  1183. pragma:'no-cache',
  1184. 'x-cache':'HIT'
  1185. }
  1186. },
  1187. read:[
  1188. Function
  1189. ],
  1190. body:'<!DOCTYPE html><html lang="en"><head><meta charset="utf-8" /><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /><title>Supreme</title><meta content="Supreme. The official website of Supreme. EST 1994. NYC." name="description" /><meta content="telephone=no" name="format-detection" /><meta content="on" http-equiv="cleartype" /><meta content="notranslate" name="google" /><meta content="app-id=664573705" name="apple-itunes-app" /><link href="//www.google-analytics.com" rel="dns-prefetch" /><link href="//ssl.google-analytics.com" rel="dns-prefetch" /><link href="//d2flb1n945r21v.cloudfront.net" rel="dns-prefetch" /><script src="https://www.google.com/recaptcha/api.js">async defer</script><meta content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" id="viewport" name="viewport" /><link rel="stylesheet" media="all" href="//d17ol771963kd3.cloudfront.net/assets/application-8dc5affda9633d2cdd1e693904a9fb7f.css" /><script src="//d17ol771963kd3.cloudfront.net/assets/pooky.min-2ae9c4cdd24733be9ae5d3d47c872b0a.js"></script><meta name="csrf-param" content="authenticity_token" />\n<meta name="csrf-token" content="mgasAaZoWNQiPSZq6JIAtzWie3eDAq+xZp5gNlHpVTr9eiJWtqy7gzvxv6zRHKw2KQGYyCDeF+yw+t+aLx6B2A==" /><script type="text/javascript">document.write(\'<link href="//d17ol771963kd3.cloudfront.net/assets/styles-js-b993d1da19bf87becdef65b211335762.css" rel="stylesheet" type="text/css" />\');var realNycOffset = -18000;</script><script src="//d17ol771963kd3.cloudfront.net/assets/application-dc2cd831338a0103b5757f5f574c2b4f.js"></script><script>(function(e,a){if(!a.__SV){var b=window;try{var
  1191. c,l,i,j=b.location,g=j.hash;c=function(a,b){return(l=a.match(RegExp(b+"=([^&]*)")))?l[1]:null};g&&c(g,"state")&&(i=JSON.parse(decodeURIComponent(c(g,"state"))),"mpeditor"===i.action&&(b.sessionStorage.setItem("_mpcehash",g),history.replaceState(i.desiredHash||"",e.title,j.pathname+j.search)))}catch(m){}var k,h;window.mixpanel=a;a._i=[];a.init=function(b,c,f){function e(b,a){var c=a.split(".");2==c.length&&(b=b[c[0]],a=c[1]);b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,0)))}}var d=a;"undefined"!==typeof f?d=a[f]=[]:f="mixpanel";d.people=d.people||[];d.toString=function(b){var a="mixpanel";"mixpanel"!==f&&(a+="."+f);b||(a+=" (stub)");return a};d.people.toString=function(){return d.toString(1)+".people (stub)"};k="disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config reset people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");\n for(h=0;h<k.length;h++)e(d,k[h]);a._i.push([b,c,f])};a.__SV=1.2;b=e.createElement("script");b.type="text/javascript";b.async=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"file:"===e.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\\/\\//) ? "https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js" : "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";c=e.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c)}})(document,window.mixpanel||[]);\n mixpanel.init("c5c3c493b693d7f413d219e72ab974b2");\n mixpanel.register({"Store Location": "US Web"});</script></head><body class=" home us"><header id="header"><hgroup><h1 class="logo"><a href="http://www.supremenewyork.com/index">Supreme</a></h1><time data-timezone-offset="-18000"><b>12/02/2017 20:53pm</b> <span id="time-zone-name">NYC</span></time></hgroup></header><div id="wrap"><nav><ul><li><a href="http://www.supremenewyork.com/news"><span>news</span></a></li><li><a href="/previews/fallwinter2017"><span>fall/winter 2017 preview</span></a></li><li><a class="lookbook_link" href="/lookbooks"><span>fall/winter 2017 lookbook</span></a></li><li><a class="shop_link" href="/shop"><span>shop</span></a></li><li><a class="no-right-padding" href="/random/crop_fields"><span>random</span></a></li><li><a href="/about"><span>about</span></a></li><li><a href="/stores"><span>stores</span></a></li><li><a href="/contact"><span>contact</span></a></li><li><a href="/mailinglist"><span>mailinglist</span></a></li></ul><div id="social"><a href="https://www.facebook.com/supremeofficial" id="facebook" target="_blank"></a><a href="http://instagram.com/supremenewyork" id="instagram" target="_blank"></a><a href="https://itunes.apple.com/us/app/supreme/id664573705?mt=8" id="app_store" target="_blank"></a></div></nav></div><div id="background-image-container"><img data-image="//d17ol771963kd3.cloudfront.net/assets/bg/3-e1b4bdf6cdf75e603d4595176507f61d.gif" id="background-image" /></div><footer id="nav"></footer><script>if (typeof(fb_param) == "undefined") {\n var fb_param = {};\n fb_param.pixel_id = \'6011891039171\';\n fb_param.value = \'0.00\';\n fb_param.currency = \'USD\';\n (function(){\n var fpw = document.createElement(\'script\');\n fpw.async = true;\n
  1192. fpw.src = \'//connect.facebook.net/en_US/fp.js\';\n var ref = document.getElementsByTagName(\'script\')[0];\n ref.parentNode.insertBefore(fpw, ref);\n })();\n}</script><script>if (!window._gaq) {\n var _gaq = _gaq || [];\n _gaq.push([\'_setAccount\', "UA-104557-18"]);\n _gaq.push([\'_trackPageview\']);\n\n (function() {\n var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';\n if($("script[src=\'"+ga.src+"\']").size() == 0){\n var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n }\n })();\n\n ga_track(\'pageview\', \'mp_only\')\n} else {\n ga_track(\'pageview\');\n}</script></body></html>'
  1193. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement