Advertisement
Guest User

gug

a guest
Aug 17th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 352.87 KB | None | 0 0
  1. IncomingMessage {
  2.   _readableState:
  3.    ReadableState {
  4.      objectMode: false,
  5.      highWaterMark: 16384,
  6.      buffer: BufferList { head: null, tail: null, length: 0 },
  7.      length: 0,
  8.      pipes: null,
  9.      pipesCount: 0,
  10.      flowing: null,
  11.      ended: false,
  12.      endEmitted: false,
  13.      reading: false,
  14.      sync: true,
  15.      needReadable: false,
  16.      emittedReadable: false,
  17.      readableListening: false,
  18.      resumeScheduled: false,
  19.      paused: true,
  20.      emitClose: true,
  21.      autoDestroy: false,
  22.      destroyed: false,
  23.      defaultEncoding: 'utf8',
  24.      awaitDrain: 0,
  25.      readingMore: true,
  26.      decoder: null,
  27.      encoding: null },
  28.   readable: true,
  29.   _events:
  30.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  31.   _eventsCount: 1,
  32.   _maxListeners: undefined,
  33.   socket:
  34.    Socket {
  35.      connecting: false,
  36.      _hadError: false,
  37.      _handle:
  38.       TCP {
  39.         reading: true,
  40.         onread: [Function: onStreamRead],
  41.         onconnection: null,
  42.         _consumed: true,
  43.         [Symbol(owner)]: [Circular] },
  44.      _parent: null,
  45.      _host: null,
  46.      _readableState:
  47.       ReadableState {
  48.         objectMode: false,
  49.         highWaterMark: 16384,
  50.         buffer: BufferList { head: null, tail: null, length: 0 },
  51.         length: 0,
  52.         pipes: null,
  53.         pipesCount: 0,
  54.         flowing: true,
  55.         ended: false,
  56.         endEmitted: false,
  57.         reading: true,
  58.         sync: false,
  59.         needReadable: true,
  60.         emittedReadable: false,
  61.         readableListening: false,
  62.         resumeScheduled: false,
  63.         paused: false,
  64.         emitClose: false,
  65.         autoDestroy: false,
  66.         destroyed: false,
  67.         defaultEncoding: 'utf8',
  68.         awaitDrain: 0,
  69.         readingMore: false,
  70.         decoder: null,
  71.         encoding: null },
  72.      readable: true,
  73.      _events:
  74.       [Object: null prototype] {
  75.         end: [Array],
  76.         drain: [Array],
  77.         timeout: [Function: socketOnTimeout],
  78.         data: [Function: bound socketOnData],
  79.         error: [Function: socketOnError],
  80.         close: [Array],
  81.         resume: [Function: onSocketResume],
  82.         pause: [Function: onSocketPause] },
  83.      _eventsCount: 8,
  84.      _maxListeners: undefined,
  85.      _writableState:
  86.       WritableState {
  87.         objectMode: false,
  88.         highWaterMark: 16384,
  89.         finalCalled: false,
  90.         needDrain: false,
  91.         ending: false,
  92.         ended: false,
  93.         finished: false,
  94.         destroyed: false,
  95.         decodeStrings: false,
  96.         defaultEncoding: 'utf8',
  97.         length: 0,
  98.         writing: false,
  99.         corked: 0,
  100.         sync: true,
  101.         bufferProcessing: false,
  102.         onwrite: [Function: bound onwrite],
  103.         writecb: null,
  104.         writelen: 0,
  105.         bufferedRequest: null,
  106.         lastBufferedRequest: null,
  107.         pendingcb: 0,
  108.         prefinished: false,
  109.         errorEmitted: false,
  110.         emitClose: false,
  111.         autoDestroy: false,
  112.         bufferedRequestCount: 0,
  113.         corkedRequestsFree: [Object] },
  114.      writable: true,
  115.      allowHalfOpen: true,
  116.      _sockname: null,
  117.      _pendingData: null,
  118.      _pendingEncoding: '',
  119.      server:
  120.       Server {
  121.         _events: [Object],
  122.         _eventsCount: 2,
  123.         _maxListeners: undefined,
  124.         _connections: 1,
  125.         _handle: [TCP],
  126.         _usingWorkers: false,
  127.         _workers: [],
  128.         _unref: false,
  129.         allowHalfOpen: true,
  130.         pauseOnConnect: false,
  131.         httpAllowHalfOpen: false,
  132.         timeout: 120000,
  133.         keepAliveTimeout: 5000,
  134.         maxHeadersCount: null,
  135.         headersTimeout: 40000,
  136.         _connectionKey: '4:127.0.0.1:1337',
  137.         [Symbol(IncomingMessage)]: [Function],
  138.         [Symbol(ServerResponse)]: [Function],
  139.         [Symbol(asyncId)]: 6 },
  140.      _server:
  141.       Server {
  142.         _events: [Object],
  143.         _eventsCount: 2,
  144.         _maxListeners: undefined,
  145.         _connections: 1,
  146.         _handle: [TCP],
  147.         _usingWorkers: false,
  148.         _workers: [],
  149.         _unref: false,
  150.         allowHalfOpen: true,
  151.         pauseOnConnect: false,
  152.         httpAllowHalfOpen: false,
  153.         timeout: 120000,
  154.         keepAliveTimeout: 5000,
  155.         maxHeadersCount: null,
  156.         headersTimeout: 40000,
  157.         _connectionKey: '4:127.0.0.1:1337',
  158.         [Symbol(IncomingMessage)]: [Function],
  159.         [Symbol(ServerResponse)]: [Function],
  160.         [Symbol(asyncId)]: 6 },
  161.      timeout: 120000,
  162.      parser:
  163.       HTTPParser {
  164.         '0': [Function: parserOnHeaders],
  165.         '1': [Function: parserOnHeadersComplete],
  166.         '2': [Function: parserOnBody],
  167.         '3': [Function: parserOnMessageComplete],
  168.         '4': [Function: bound onParserExecute],
  169.         _headers: [],
  170.         _url: '',
  171.         socket: [Circular],
  172.         incoming: [Circular],
  173.         outgoing: null,
  174.         maxHeaderPairs: 2000,
  175.         _consumed: true,
  176.         onIncoming: [Function: bound parserOnIncoming],
  177.         parsingHeadersStart: 0,
  178.         [Symbol(isReused)]: false },
  179.      on: [Function: socketOnWrap],
  180.      _paused: false,
  181.      _httpMessage:
  182.       ServerResponse {
  183.         _events: [Object],
  184.         _eventsCount: 1,
  185.         _maxListeners: undefined,
  186.         output: [],
  187.         outputEncodings: [],
  188.         outputCallbacks: [],
  189.         outputSize: 0,
  190.         writable: true,
  191.         _last: false,
  192.         chunkedEncoding: false,
  193.         shouldKeepAlive: true,
  194.         useChunkedEncodingByDefault: true,
  195.         sendDate: true,
  196.         _removedConnection: false,
  197.         _removedContLen: false,
  198.         _removedTE: false,
  199.         _contentLength: null,
  200.         _hasBody: true,
  201.         _trailer: '',
  202.         finished: false,
  203.         _headerSent: false,
  204.         socket: [Circular],
  205.         connection: [Circular],
  206.         _header: null,
  207.         _onPendingData: [Function: bound updateOutgoingData],
  208.         _sent100: false,
  209.         _expect_continue: false,
  210.         [Symbol(isCorked)]: false,
  211.         [Symbol(outHeadersKey)]: null },
  212.      [Symbol(asyncId)]: 8,
  213.      [Symbol(lastWriteQueueSize)]: 0,
  214.      [Symbol(timeout)]:
  215.       Timeout {
  216.         _called: false,
  217.         _idleTimeout: 120000,
  218.         _idlePrev: [TimersList],
  219.         _idleNext: [TimersList],
  220.         _idleStart: 7051,
  221.         _onTimeout: [Function: bound ],
  222.         _timerArgs: undefined,
  223.         _repeat: null,
  224.         _destroyed: false,
  225.         [Symbol(unrefed)]: true,
  226.         [Symbol(asyncId)]: 9,
  227.         [Symbol(triggerId)]: 8 },
  228.      [Symbol(kBytesRead)]: 0,
  229.      [Symbol(kBytesWritten)]: 0 },
  230.   connection:
  231.    Socket {
  232.      connecting: false,
  233.      _hadError: false,
  234.      _handle:
  235.       TCP {
  236.         reading: true,
  237.         onread: [Function: onStreamRead],
  238.         onconnection: null,
  239.         _consumed: true,
  240.         [Symbol(owner)]: [Circular] },
  241.      _parent: null,
  242.      _host: null,
  243.      _readableState:
  244.       ReadableState {
  245.         objectMode: false,
  246.         highWaterMark: 16384,
  247.         buffer: BufferList { head: null, tail: null, length: 0 },
  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.         paused: false,
  261.         emitClose: false,
  262.         autoDestroy: false,
  263.         destroyed: false,
  264.         defaultEncoding: 'utf8',
  265.         awaitDrain: 0,
  266.         readingMore: false,
  267.         decoder: null,
  268.         encoding: null },
  269.      readable: true,
  270.      _events:
  271.       [Object: null prototype] {
  272.         end: [Array],
  273.         drain: [Array],
  274.         timeout: [Function: socketOnTimeout],
  275.         data: [Function: bound socketOnData],
  276.         error: [Function: socketOnError],
  277.         close: [Array],
  278.         resume: [Function: onSocketResume],
  279.         pause: [Function: onSocketPause] },
  280.      _eventsCount: 8,
  281.      _maxListeners: undefined,
  282.      _writableState:
  283.       WritableState {
  284.         objectMode: false,
  285.         highWaterMark: 16384,
  286.         finalCalled: false,
  287.         needDrain: false,
  288.         ending: false,
  289.         ended: false,
  290.         finished: false,
  291.         destroyed: false,
  292.         decodeStrings: false,
  293.         defaultEncoding: 'utf8',
  294.         length: 0,
  295.         writing: false,
  296.         corked: 0,
  297.         sync: true,
  298.         bufferProcessing: false,
  299.         onwrite: [Function: bound onwrite],
  300.         writecb: null,
  301.         writelen: 0,
  302.         bufferedRequest: null,
  303.         lastBufferedRequest: null,
  304.         pendingcb: 0,
  305.         prefinished: false,
  306.         errorEmitted: false,
  307.         emitClose: false,
  308.         autoDestroy: false,
  309.         bufferedRequestCount: 0,
  310.         corkedRequestsFree: [Object] },
  311.      writable: true,
  312.      allowHalfOpen: true,
  313.      _sockname: null,
  314.      _pendingData: null,
  315.      _pendingEncoding: '',
  316.      server:
  317.       Server {
  318.         _events: [Object],
  319.         _eventsCount: 2,
  320.         _maxListeners: undefined,
  321.         _connections: 1,
  322.         _handle: [TCP],
  323.         _usingWorkers: false,
  324.         _workers: [],
  325.         _unref: false,
  326.         allowHalfOpen: true,
  327.         pauseOnConnect: false,
  328.         httpAllowHalfOpen: false,
  329.         timeout: 120000,
  330.         keepAliveTimeout: 5000,
  331.         maxHeadersCount: null,
  332.         headersTimeout: 40000,
  333.         _connectionKey: '4:127.0.0.1:1337',
  334.         [Symbol(IncomingMessage)]: [Function],
  335.         [Symbol(ServerResponse)]: [Function],
  336.         [Symbol(asyncId)]: 6 },
  337.      _server:
  338.       Server {
  339.         _events: [Object],
  340.         _eventsCount: 2,
  341.         _maxListeners: undefined,
  342.         _connections: 1,
  343.         _handle: [TCP],
  344.         _usingWorkers: false,
  345.         _workers: [],
  346.         _unref: false,
  347.         allowHalfOpen: true,
  348.         pauseOnConnect: false,
  349.         httpAllowHalfOpen: false,
  350.         timeout: 120000,
  351.         keepAliveTimeout: 5000,
  352.         maxHeadersCount: null,
  353.         headersTimeout: 40000,
  354.         _connectionKey: '4:127.0.0.1:1337',
  355.         [Symbol(IncomingMessage)]: [Function],
  356.         [Symbol(ServerResponse)]: [Function],
  357.         [Symbol(asyncId)]: 6 },
  358.      timeout: 120000,
  359.      parser:
  360.       HTTPParser {
  361.         '0': [Function: parserOnHeaders],
  362.         '1': [Function: parserOnHeadersComplete],
  363.         '2': [Function: parserOnBody],
  364.         '3': [Function: parserOnMessageComplete],
  365.         '4': [Function: bound onParserExecute],
  366.         _headers: [],
  367.         _url: '',
  368.         socket: [Circular],
  369.         incoming: [Circular],
  370.         outgoing: null,
  371.         maxHeaderPairs: 2000,
  372.         _consumed: true,
  373.         onIncoming: [Function: bound parserOnIncoming],
  374.         parsingHeadersStart: 0,
  375.         [Symbol(isReused)]: false },
  376.      on: [Function: socketOnWrap],
  377.      _paused: false,
  378.      _httpMessage:
  379.       ServerResponse {
  380.         _events: [Object],
  381.         _eventsCount: 1,
  382.         _maxListeners: undefined,
  383.         output: [],
  384.         outputEncodings: [],
  385.         outputCallbacks: [],
  386.         outputSize: 0,
  387.         writable: true,
  388.         _last: false,
  389.         chunkedEncoding: false,
  390.         shouldKeepAlive: true,
  391.         useChunkedEncodingByDefault: true,
  392.         sendDate: true,
  393.         _removedConnection: false,
  394.         _removedContLen: false,
  395.         _removedTE: false,
  396.         _contentLength: null,
  397.         _hasBody: true,
  398.         _trailer: '',
  399.         finished: false,
  400.         _headerSent: false,
  401.         socket: [Circular],
  402.         connection: [Circular],
  403.         _header: null,
  404.         _onPendingData: [Function: bound updateOutgoingData],
  405.         _sent100: false,
  406.         _expect_continue: false,
  407.         [Symbol(isCorked)]: false,
  408.         [Symbol(outHeadersKey)]: null },
  409.      [Symbol(asyncId)]: 8,
  410.      [Symbol(lastWriteQueueSize)]: 0,
  411.      [Symbol(timeout)]:
  412.       Timeout {
  413.         _called: false,
  414.         _idleTimeout: 120000,
  415.         _idlePrev: [TimersList],
  416.         _idleNext: [TimersList],
  417.         _idleStart: 7051,
  418.         _onTimeout: [Function: bound ],
  419.         _timerArgs: undefined,
  420.         _repeat: null,
  421.         _destroyed: false,
  422.         [Symbol(unrefed)]: true,
  423.         [Symbol(asyncId)]: 9,
  424.         [Symbol(triggerId)]: 8 },
  425.      [Symbol(kBytesRead)]: 0,
  426.      [Symbol(kBytesWritten)]: 0 },
  427.   httpVersionMajor: 1,
  428.   httpVersionMinor: 1,
  429.   httpVersion: '1.1',
  430.   complete: false,
  431.   headers:
  432.    { host: '127.0.0.1:1337',
  433.      connection: 'keep-alive',
  434.      'cache-control': 'max-age=0',
  435.      'upgrade-insecure-requests': '1',
  436.      'user-agent':
  437.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  438.      'sec-fetch-mode': 'navigate',
  439.      'sec-fetch-user': '?1',
  440.      accept:
  441.       'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  442.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  443.      'sec-fetch-site': 'none',
  444.      'accept-encoding': 'gzip, deflate, br',
  445.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  446.   rawHeaders:
  447.    [ 'Host',
  448.      '127.0.0.1:1337',
  449.      'Connection',
  450.      'keep-alive',
  451.      'Cache-Control',
  452.      'max-age=0',
  453.      'Upgrade-Insecure-Requests',
  454.      '1',
  455.      'User-Agent',
  456.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  457.      'Sec-Fetch-Mode',
  458.      'navigate',
  459.      'Sec-Fetch-User',
  460.      '?1',
  461.      'Accept',
  462.      'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  463.      'proxy-authorization',
  464.      'Basic bnVsbCZudWxsOm51bGw=',
  465.      'Sec-Fetch-Site',
  466.      'none',
  467.      'Accept-Encoding',
  468.      'gzip, deflate, br',
  469.      'Accept-Language',
  470.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  471.   trailers: {},
  472.   rawTrailers: [],
  473.   aborted: false,
  474.   upgrade: false,
  475.   url: '/',
  476.   method: 'GET',
  477.   statusCode: null,
  478.   statusMessage: null,
  479.   client:
  480.    Socket {
  481.      connecting: false,
  482.      _hadError: false,
  483.      _handle:
  484.       TCP {
  485.         reading: true,
  486.         onread: [Function: onStreamRead],
  487.         onconnection: null,
  488.         _consumed: true,
  489.         [Symbol(owner)]: [Circular] },
  490.      _parent: null,
  491.      _host: null,
  492.      _readableState:
  493.       ReadableState {
  494.         objectMode: false,
  495.         highWaterMark: 16384,
  496.         buffer: BufferList { head: null, tail: null, length: 0 },
  497.         length: 0,
  498.         pipes: null,
  499.         pipesCount: 0,
  500.         flowing: true,
  501.         ended: false,
  502.         endEmitted: false,
  503.         reading: true,
  504.         sync: false,
  505.         needReadable: true,
  506.         emittedReadable: false,
  507.         readableListening: false,
  508.         resumeScheduled: false,
  509.         paused: false,
  510.         emitClose: false,
  511.         autoDestroy: false,
  512.         destroyed: false,
  513.         defaultEncoding: 'utf8',
  514.         awaitDrain: 0,
  515.         readingMore: false,
  516.         decoder: null,
  517.         encoding: null },
  518.      readable: true,
  519.      _events:
  520.       [Object: null prototype] {
  521.         end: [Array],
  522.         drain: [Array],
  523.         timeout: [Function: socketOnTimeout],
  524.         data: [Function: bound socketOnData],
  525.         error: [Function: socketOnError],
  526.         close: [Array],
  527.         resume: [Function: onSocketResume],
  528.         pause: [Function: onSocketPause] },
  529.      _eventsCount: 8,
  530.      _maxListeners: undefined,
  531.      _writableState:
  532.       WritableState {
  533.         objectMode: false,
  534.         highWaterMark: 16384,
  535.         finalCalled: false,
  536.         needDrain: false,
  537.         ending: false,
  538.         ended: false,
  539.         finished: false,
  540.         destroyed: false,
  541.         decodeStrings: false,
  542.         defaultEncoding: 'utf8',
  543.         length: 0,
  544.         writing: false,
  545.         corked: 0,
  546.         sync: true,
  547.         bufferProcessing: false,
  548.         onwrite: [Function: bound onwrite],
  549.         writecb: null,
  550.         writelen: 0,
  551.         bufferedRequest: null,
  552.         lastBufferedRequest: null,
  553.         pendingcb: 0,
  554.         prefinished: false,
  555.         errorEmitted: false,
  556.         emitClose: false,
  557.         autoDestroy: false,
  558.         bufferedRequestCount: 0,
  559.         corkedRequestsFree: [Object] },
  560.      writable: true,
  561.      allowHalfOpen: true,
  562.      _sockname: null,
  563.      _pendingData: null,
  564.      _pendingEncoding: '',
  565.      server:
  566.       Server {
  567.         _events: [Object],
  568.         _eventsCount: 2,
  569.         _maxListeners: undefined,
  570.         _connections: 1,
  571.         _handle: [TCP],
  572.         _usingWorkers: false,
  573.         _workers: [],
  574.         _unref: false,
  575.         allowHalfOpen: true,
  576.         pauseOnConnect: false,
  577.         httpAllowHalfOpen: false,
  578.         timeout: 120000,
  579.         keepAliveTimeout: 5000,
  580.         maxHeadersCount: null,
  581.         headersTimeout: 40000,
  582.         _connectionKey: '4:127.0.0.1:1337',
  583.         [Symbol(IncomingMessage)]: [Function],
  584.         [Symbol(ServerResponse)]: [Function],
  585.         [Symbol(asyncId)]: 6 },
  586.      _server:
  587.       Server {
  588.         _events: [Object],
  589.         _eventsCount: 2,
  590.         _maxListeners: undefined,
  591.         _connections: 1,
  592.         _handle: [TCP],
  593.         _usingWorkers: false,
  594.         _workers: [],
  595.         _unref: false,
  596.         allowHalfOpen: true,
  597.         pauseOnConnect: false,
  598.         httpAllowHalfOpen: false,
  599.         timeout: 120000,
  600.         keepAliveTimeout: 5000,
  601.         maxHeadersCount: null,
  602.         headersTimeout: 40000,
  603.         _connectionKey: '4:127.0.0.1:1337',
  604.         [Symbol(IncomingMessage)]: [Function],
  605.         [Symbol(ServerResponse)]: [Function],
  606.         [Symbol(asyncId)]: 6 },
  607.      timeout: 120000,
  608.      parser:
  609.       HTTPParser {
  610.         '0': [Function: parserOnHeaders],
  611.         '1': [Function: parserOnHeadersComplete],
  612.         '2': [Function: parserOnBody],
  613.         '3': [Function: parserOnMessageComplete],
  614.         '4': [Function: bound onParserExecute],
  615.         _headers: [],
  616.         _url: '',
  617.         socket: [Circular],
  618.         incoming: [Circular],
  619.         outgoing: null,
  620.         maxHeaderPairs: 2000,
  621.         _consumed: true,
  622.         onIncoming: [Function: bound parserOnIncoming],
  623.         parsingHeadersStart: 0,
  624.         [Symbol(isReused)]: false },
  625.      on: [Function: socketOnWrap],
  626.      _paused: false,
  627.      _httpMessage:
  628.       ServerResponse {
  629.         _events: [Object],
  630.         _eventsCount: 1,
  631.         _maxListeners: undefined,
  632.         output: [],
  633.         outputEncodings: [],
  634.         outputCallbacks: [],
  635.         outputSize: 0,
  636.         writable: true,
  637.         _last: false,
  638.         chunkedEncoding: false,
  639.         shouldKeepAlive: true,
  640.         useChunkedEncodingByDefault: true,
  641.         sendDate: true,
  642.         _removedConnection: false,
  643.         _removedContLen: false,
  644.         _removedTE: false,
  645.         _contentLength: null,
  646.         _hasBody: true,
  647.         _trailer: '',
  648.         finished: false,
  649.         _headerSent: false,
  650.         socket: [Circular],
  651.         connection: [Circular],
  652.         _header: null,
  653.         _onPendingData: [Function: bound updateOutgoingData],
  654.         _sent100: false,
  655.         _expect_continue: false,
  656.         [Symbol(isCorked)]: false,
  657.         [Symbol(outHeadersKey)]: null },
  658.      [Symbol(asyncId)]: 8,
  659.      [Symbol(lastWriteQueueSize)]: 0,
  660.      [Symbol(timeout)]:
  661.       Timeout {
  662.         _called: false,
  663.         _idleTimeout: 120000,
  664.         _idlePrev: [TimersList],
  665.         _idleNext: [TimersList],
  666.         _idleStart: 7051,
  667.         _onTimeout: [Function: bound ],
  668.         _timerArgs: undefined,
  669.         _repeat: null,
  670.         _destroyed: false,
  671.         [Symbol(unrefed)]: true,
  672.         [Symbol(asyncId)]: 9,
  673.         [Symbol(triggerId)]: 8 },
  674.      [Symbol(kBytesRead)]: 0,
  675.      [Symbol(kBytesWritten)]: 0 },
  676.   _consuming: false,
  677.   _dumped: false }
  678. IncomingMessage {
  679.   _readableState:
  680.    ReadableState {
  681.      objectMode: false,
  682.      highWaterMark: 16384,
  683.      buffer: BufferList { head: null, tail: null, length: 0 },
  684.      length: 0,
  685.      pipes: null,
  686.      pipesCount: 0,
  687.      flowing: null,
  688.      ended: false,
  689.      endEmitted: false,
  690.      reading: false,
  691.      sync: true,
  692.      needReadable: false,
  693.      emittedReadable: false,
  694.      readableListening: false,
  695.      resumeScheduled: false,
  696.      paused: true,
  697.      emitClose: true,
  698.      autoDestroy: false,
  699.      destroyed: false,
  700.      defaultEncoding: 'utf8',
  701.      awaitDrain: 0,
  702.      readingMore: true,
  703.      decoder: null,
  704.      encoding: null },
  705.   readable: true,
  706.   _events:
  707.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  708.   _eventsCount: 1,
  709.   _maxListeners: undefined,
  710.   socket:
  711.    Socket {
  712.      connecting: false,
  713.      _hadError: false,
  714.      _handle:
  715.       TCP {
  716.         reading: true,
  717.         onread: [Function: onStreamRead],
  718.         onconnection: null,
  719.         _consumed: true,
  720.         [Symbol(owner)]: [Circular] },
  721.      _parent: null,
  722.      _host: null,
  723.      _readableState:
  724.       ReadableState {
  725.         objectMode: false,
  726.         highWaterMark: 16384,
  727.         buffer: BufferList { head: null, tail: null, length: 0 },
  728.         length: 0,
  729.         pipes: null,
  730.         pipesCount: 0,
  731.         flowing: true,
  732.         ended: false,
  733.         endEmitted: false,
  734.         reading: true,
  735.         sync: false,
  736.         needReadable: true,
  737.         emittedReadable: false,
  738.         readableListening: false,
  739.         resumeScheduled: false,
  740.         paused: false,
  741.         emitClose: false,
  742.         autoDestroy: false,
  743.         destroyed: false,
  744.         defaultEncoding: 'utf8',
  745.         awaitDrain: 0,
  746.         readingMore: false,
  747.         decoder: null,
  748.         encoding: null },
  749.      readable: true,
  750.      _events:
  751.       [Object: null prototype] {
  752.         end: [Array],
  753.         drain: [Array],
  754.         timeout: [Function: socketOnTimeout],
  755.         data: [Function: bound socketOnData],
  756.         error: [Function: socketOnError],
  757.         close: [Array],
  758.         resume: [Function: onSocketResume],
  759.         pause: [Function: onSocketPause] },
  760.      _eventsCount: 8,
  761.      _maxListeners: undefined,
  762.      _writableState:
  763.       WritableState {
  764.         objectMode: false,
  765.         highWaterMark: 16384,
  766.         finalCalled: false,
  767.         needDrain: false,
  768.         ending: false,
  769.         ended: false,
  770.         finished: false,
  771.         destroyed: false,
  772.         decodeStrings: false,
  773.         defaultEncoding: 'utf8',
  774.         length: 0,
  775.         writing: false,
  776.         corked: 0,
  777.         sync: false,
  778.         bufferProcessing: false,
  779.         onwrite: [Function: bound onwrite],
  780.         writecb: null,
  781.         writelen: 0,
  782.         bufferedRequest: null,
  783.         lastBufferedRequest: null,
  784.         pendingcb: 0,
  785.         prefinished: false,
  786.         errorEmitted: false,
  787.         emitClose: false,
  788.         autoDestroy: false,
  789.         bufferedRequestCount: 0,
  790.         corkedRequestsFree: [Object] },
  791.      writable: true,
  792.      allowHalfOpen: true,
  793.      _sockname: null,
  794.      _pendingData: null,
  795.      _pendingEncoding: '',
  796.      server:
  797.       Server {
  798.         _events: [Object],
  799.         _eventsCount: 2,
  800.         _maxListeners: undefined,
  801.         _connections: 1,
  802.         _handle: [TCP],
  803.         _usingWorkers: false,
  804.         _workers: [],
  805.         _unref: false,
  806.         allowHalfOpen: true,
  807.         pauseOnConnect: false,
  808.         httpAllowHalfOpen: false,
  809.         timeout: 120000,
  810.         keepAliveTimeout: 5000,
  811.         maxHeadersCount: null,
  812.         headersTimeout: 40000,
  813.         _connectionKey: '4:127.0.0.1:1337',
  814.         [Symbol(IncomingMessage)]: [Function],
  815.         [Symbol(ServerResponse)]: [Function],
  816.         [Symbol(asyncId)]: 6 },
  817.      _server:
  818.       Server {
  819.         _events: [Object],
  820.         _eventsCount: 2,
  821.         _maxListeners: undefined,
  822.         _connections: 1,
  823.         _handle: [TCP],
  824.         _usingWorkers: false,
  825.         _workers: [],
  826.         _unref: false,
  827.         allowHalfOpen: true,
  828.         pauseOnConnect: false,
  829.         httpAllowHalfOpen: false,
  830.         timeout: 120000,
  831.         keepAliveTimeout: 5000,
  832.         maxHeadersCount: null,
  833.         headersTimeout: 40000,
  834.         _connectionKey: '4:127.0.0.1:1337',
  835.         [Symbol(IncomingMessage)]: [Function],
  836.         [Symbol(ServerResponse)]: [Function],
  837.         [Symbol(asyncId)]: 6 },
  838.      timeout: 120000,
  839.      parser:
  840.       HTTPParser {
  841.         '0': [Function: parserOnHeaders],
  842.         '1': [Function: parserOnHeadersComplete],
  843.         '2': [Function: parserOnBody],
  844.         '3': [Function: parserOnMessageComplete],
  845.         '4': [Function: bound onParserExecute],
  846.         _headers: [],
  847.         _url: '',
  848.         socket: [Circular],
  849.         incoming: [Circular],
  850.         outgoing: null,
  851.         maxHeaderPairs: 2000,
  852.         _consumed: true,
  853.         onIncoming: [Function: bound parserOnIncoming],
  854.         parsingHeadersStart: 0,
  855.         [Symbol(isReused)]: false },
  856.      on: [Function: socketOnWrap],
  857.      _paused: false,
  858.      _httpMessage:
  859.       ServerResponse {
  860.         _events: [Object],
  861.         _eventsCount: 1,
  862.         _maxListeners: undefined,
  863.         output: [],
  864.         outputEncodings: [],
  865.         outputCallbacks: [],
  866.         outputSize: 0,
  867.         writable: true,
  868.         _last: false,
  869.         chunkedEncoding: false,
  870.         shouldKeepAlive: true,
  871.         useChunkedEncodingByDefault: true,
  872.         sendDate: true,
  873.         _removedConnection: false,
  874.         _removedContLen: false,
  875.         _removedTE: false,
  876.         _contentLength: null,
  877.         _hasBody: true,
  878.         _trailer: '',
  879.         finished: false,
  880.         _headerSent: false,
  881.         socket: [Circular],
  882.         connection: [Circular],
  883.         _header: null,
  884.         _onPendingData: [Function: bound updateOutgoingData],
  885.         _sent100: false,
  886.         _expect_continue: false,
  887.         [Symbol(isCorked)]: false,
  888.         [Symbol(outHeadersKey)]: null },
  889.      [Symbol(asyncId)]: 8,
  890.      [Symbol(lastWriteQueueSize)]: 0,
  891.      [Symbol(timeout)]:
  892.       Timeout {
  893.         _called: false,
  894.         _idleTimeout: 120000,
  895.         _idlePrev: [TimersList],
  896.         _idleNext: [TimersList],
  897.         _idleStart: 7090,
  898.         _onTimeout: [Function: bound ],
  899.         _timerArgs: undefined,
  900.         _repeat: null,
  901.         _destroyed: false,
  902.         [Symbol(unrefed)]: true,
  903.         [Symbol(asyncId)]: 26,
  904.         [Symbol(triggerId)]: 11 },
  905.      [Symbol(kBytesRead)]: 0,
  906.      [Symbol(kBytesWritten)]: 0 },
  907.   connection:
  908.    Socket {
  909.      connecting: false,
  910.      _hadError: false,
  911.      _handle:
  912.       TCP {
  913.         reading: true,
  914.         onread: [Function: onStreamRead],
  915.         onconnection: null,
  916.         _consumed: true,
  917.         [Symbol(owner)]: [Circular] },
  918.      _parent: null,
  919.      _host: null,
  920.      _readableState:
  921.       ReadableState {
  922.         objectMode: false,
  923.         highWaterMark: 16384,
  924.         buffer: BufferList { head: null, tail: null, length: 0 },
  925.         length: 0,
  926.         pipes: null,
  927.         pipesCount: 0,
  928.         flowing: true,
  929.         ended: false,
  930.         endEmitted: false,
  931.         reading: true,
  932.         sync: false,
  933.         needReadable: true,
  934.         emittedReadable: false,
  935.         readableListening: false,
  936.         resumeScheduled: false,
  937.         paused: false,
  938.         emitClose: false,
  939.         autoDestroy: false,
  940.         destroyed: false,
  941.         defaultEncoding: 'utf8',
  942.         awaitDrain: 0,
  943.         readingMore: false,
  944.         decoder: null,
  945.         encoding: null },
  946.      readable: true,
  947.      _events:
  948.       [Object: null prototype] {
  949.         end: [Array],
  950.         drain: [Array],
  951.         timeout: [Function: socketOnTimeout],
  952.         data: [Function: bound socketOnData],
  953.         error: [Function: socketOnError],
  954.         close: [Array],
  955.         resume: [Function: onSocketResume],
  956.         pause: [Function: onSocketPause] },
  957.      _eventsCount: 8,
  958.      _maxListeners: undefined,
  959.      _writableState:
  960.       WritableState {
  961.         objectMode: false,
  962.         highWaterMark: 16384,
  963.         finalCalled: false,
  964.         needDrain: false,
  965.         ending: false,
  966.         ended: false,
  967.         finished: false,
  968.         destroyed: false,
  969.         decodeStrings: false,
  970.         defaultEncoding: 'utf8',
  971.         length: 0,
  972.         writing: false,
  973.         corked: 0,
  974.         sync: false,
  975.         bufferProcessing: false,
  976.         onwrite: [Function: bound onwrite],
  977.         writecb: null,
  978.         writelen: 0,
  979.         bufferedRequest: null,
  980.         lastBufferedRequest: null,
  981.         pendingcb: 0,
  982.         prefinished: false,
  983.         errorEmitted: false,
  984.         emitClose: false,
  985.         autoDestroy: false,
  986.         bufferedRequestCount: 0,
  987.         corkedRequestsFree: [Object] },
  988.      writable: true,
  989.      allowHalfOpen: true,
  990.      _sockname: null,
  991.      _pendingData: null,
  992.      _pendingEncoding: '',
  993.      server:
  994.       Server {
  995.         _events: [Object],
  996.         _eventsCount: 2,
  997.         _maxListeners: undefined,
  998.         _connections: 1,
  999.         _handle: [TCP],
  1000.         _usingWorkers: false,
  1001.         _workers: [],
  1002.         _unref: false,
  1003.         allowHalfOpen: true,
  1004.         pauseOnConnect: false,
  1005.         httpAllowHalfOpen: false,
  1006.         timeout: 120000,
  1007.         keepAliveTimeout: 5000,
  1008.         maxHeadersCount: null,
  1009.         headersTimeout: 40000,
  1010.         _connectionKey: '4:127.0.0.1:1337',
  1011.         [Symbol(IncomingMessage)]: [Function],
  1012.         [Symbol(ServerResponse)]: [Function],
  1013.         [Symbol(asyncId)]: 6 },
  1014.      _server:
  1015.       Server {
  1016.         _events: [Object],
  1017.         _eventsCount: 2,
  1018.         _maxListeners: undefined,
  1019.         _connections: 1,
  1020.         _handle: [TCP],
  1021.         _usingWorkers: false,
  1022.         _workers: [],
  1023.         _unref: false,
  1024.         allowHalfOpen: true,
  1025.         pauseOnConnect: false,
  1026.         httpAllowHalfOpen: false,
  1027.         timeout: 120000,
  1028.         keepAliveTimeout: 5000,
  1029.         maxHeadersCount: null,
  1030.         headersTimeout: 40000,
  1031.         _connectionKey: '4:127.0.0.1:1337',
  1032.         [Symbol(IncomingMessage)]: [Function],
  1033.         [Symbol(ServerResponse)]: [Function],
  1034.         [Symbol(asyncId)]: 6 },
  1035.      timeout: 120000,
  1036.      parser:
  1037.       HTTPParser {
  1038.         '0': [Function: parserOnHeaders],
  1039.         '1': [Function: parserOnHeadersComplete],
  1040.         '2': [Function: parserOnBody],
  1041.         '3': [Function: parserOnMessageComplete],
  1042.         '4': [Function: bound onParserExecute],
  1043.         _headers: [],
  1044.         _url: '',
  1045.         socket: [Circular],
  1046.         incoming: [Circular],
  1047.         outgoing: null,
  1048.         maxHeaderPairs: 2000,
  1049.         _consumed: true,
  1050.         onIncoming: [Function: bound parserOnIncoming],
  1051.         parsingHeadersStart: 0,
  1052.         [Symbol(isReused)]: false },
  1053.      on: [Function: socketOnWrap],
  1054.      _paused: false,
  1055.      _httpMessage:
  1056.       ServerResponse {
  1057.         _events: [Object],
  1058.         _eventsCount: 1,
  1059.         _maxListeners: undefined,
  1060.         output: [],
  1061.         outputEncodings: [],
  1062.         outputCallbacks: [],
  1063.         outputSize: 0,
  1064.         writable: true,
  1065.         _last: false,
  1066.         chunkedEncoding: false,
  1067.         shouldKeepAlive: true,
  1068.         useChunkedEncodingByDefault: true,
  1069.         sendDate: true,
  1070.         _removedConnection: false,
  1071.         _removedContLen: false,
  1072.         _removedTE: false,
  1073.         _contentLength: null,
  1074.         _hasBody: true,
  1075.         _trailer: '',
  1076.         finished: false,
  1077.         _headerSent: false,
  1078.         socket: [Circular],
  1079.         connection: [Circular],
  1080.         _header: null,
  1081.         _onPendingData: [Function: bound updateOutgoingData],
  1082.         _sent100: false,
  1083.         _expect_continue: false,
  1084.         [Symbol(isCorked)]: false,
  1085.         [Symbol(outHeadersKey)]: null },
  1086.      [Symbol(asyncId)]: 8,
  1087.      [Symbol(lastWriteQueueSize)]: 0,
  1088.      [Symbol(timeout)]:
  1089.       Timeout {
  1090.         _called: false,
  1091.         _idleTimeout: 120000,
  1092.         _idlePrev: [TimersList],
  1093.         _idleNext: [TimersList],
  1094.         _idleStart: 7090,
  1095.         _onTimeout: [Function: bound ],
  1096.         _timerArgs: undefined,
  1097.         _repeat: null,
  1098.         _destroyed: false,
  1099.         [Symbol(unrefed)]: true,
  1100.         [Symbol(asyncId)]: 26,
  1101.         [Symbol(triggerId)]: 11 },
  1102.      [Symbol(kBytesRead)]: 0,
  1103.      [Symbol(kBytesWritten)]: 0 },
  1104.   httpVersionMajor: 1,
  1105.   httpVersionMinor: 1,
  1106.   httpVersion: '1.1',
  1107.   complete: false,
  1108.   headers:
  1109.    { host: '127.0.0.1:1337',
  1110.      connection: 'keep-alive',
  1111.      pragma: 'no-cache',
  1112.      'cache-control': 'no-cache',
  1113.      'sec-fetch-mode': 'no-cors',
  1114.      'user-agent':
  1115.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  1116.      accept: 'image/webp,image/apng,image/*,*/*;q=0.8',
  1117.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  1118.      'sec-fetch-site': 'same-origin',
  1119.      referer: 'http://127.0.0.1:1337/',
  1120.      'accept-encoding': 'gzip, deflate, br',
  1121.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  1122.   rawHeaders:
  1123.    [ 'Host',
  1124.      '127.0.0.1:1337',
  1125.      'Connection',
  1126.      'keep-alive',
  1127.      'Pragma',
  1128.      'no-cache',
  1129.      'Cache-Control',
  1130.      'no-cache',
  1131.      'Sec-Fetch-Mode',
  1132.      'no-cors',
  1133.      'User-Agent',
  1134.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  1135.      'Accept',
  1136.      'image/webp,image/apng,image/*,*/*;q=0.8',
  1137.      'proxy-authorization',
  1138.      'Basic bnVsbCZudWxsOm51bGw=',
  1139.      'Sec-Fetch-Site',
  1140.      'same-origin',
  1141.      'Referer',
  1142.      'http://127.0.0.1:1337/',
  1143.      'Accept-Encoding',
  1144.      'gzip, deflate, br',
  1145.      'Accept-Language',
  1146.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  1147.   trailers: {},
  1148.   rawTrailers: [],
  1149.   aborted: false,
  1150.   upgrade: false,
  1151.   url: '/favicon.ico',
  1152.   method: 'GET',
  1153.   statusCode: null,
  1154.   statusMessage: null,
  1155.   client:
  1156.    Socket {
  1157.      connecting: false,
  1158.      _hadError: false,
  1159.      _handle:
  1160.       TCP {
  1161.         reading: true,
  1162.         onread: [Function: onStreamRead],
  1163.         onconnection: null,
  1164.         _consumed: true,
  1165.         [Symbol(owner)]: [Circular] },
  1166.      _parent: null,
  1167.      _host: null,
  1168.      _readableState:
  1169.       ReadableState {
  1170.         objectMode: false,
  1171.         highWaterMark: 16384,
  1172.         buffer: BufferList { head: null, tail: null, length: 0 },
  1173.         length: 0,
  1174.         pipes: null,
  1175.         pipesCount: 0,
  1176.         flowing: true,
  1177.         ended: false,
  1178.         endEmitted: false,
  1179.         reading: true,
  1180.         sync: false,
  1181.         needReadable: true,
  1182.         emittedReadable: false,
  1183.         readableListening: false,
  1184.         resumeScheduled: false,
  1185.         paused: false,
  1186.         emitClose: false,
  1187.         autoDestroy: false,
  1188.         destroyed: false,
  1189.         defaultEncoding: 'utf8',
  1190.         awaitDrain: 0,
  1191.         readingMore: false,
  1192.         decoder: null,
  1193.         encoding: null },
  1194.      readable: true,
  1195.      _events:
  1196.       [Object: null prototype] {
  1197.         end: [Array],
  1198.         drain: [Array],
  1199.         timeout: [Function: socketOnTimeout],
  1200.         data: [Function: bound socketOnData],
  1201.         error: [Function: socketOnError],
  1202.         close: [Array],
  1203.         resume: [Function: onSocketResume],
  1204.         pause: [Function: onSocketPause] },
  1205.      _eventsCount: 8,
  1206.      _maxListeners: undefined,
  1207.      _writableState:
  1208.       WritableState {
  1209.         objectMode: false,
  1210.         highWaterMark: 16384,
  1211.         finalCalled: false,
  1212.         needDrain: false,
  1213.         ending: false,
  1214.         ended: false,
  1215.         finished: false,
  1216.         destroyed: false,
  1217.         decodeStrings: false,
  1218.         defaultEncoding: 'utf8',
  1219.         length: 0,
  1220.         writing: false,
  1221.         corked: 0,
  1222.         sync: false,
  1223.         bufferProcessing: false,
  1224.         onwrite: [Function: bound onwrite],
  1225.         writecb: null,
  1226.         writelen: 0,
  1227.         bufferedRequest: null,
  1228.         lastBufferedRequest: null,
  1229.         pendingcb: 0,
  1230.         prefinished: false,
  1231.         errorEmitted: false,
  1232.         emitClose: false,
  1233.         autoDestroy: false,
  1234.         bufferedRequestCount: 0,
  1235.         corkedRequestsFree: [Object] },
  1236.      writable: true,
  1237.      allowHalfOpen: true,
  1238.      _sockname: null,
  1239.      _pendingData: null,
  1240.      _pendingEncoding: '',
  1241.      server:
  1242.       Server {
  1243.         _events: [Object],
  1244.         _eventsCount: 2,
  1245.         _maxListeners: undefined,
  1246.         _connections: 1,
  1247.         _handle: [TCP],
  1248.         _usingWorkers: false,
  1249.         _workers: [],
  1250.         _unref: false,
  1251.         allowHalfOpen: true,
  1252.         pauseOnConnect: false,
  1253.         httpAllowHalfOpen: false,
  1254.         timeout: 120000,
  1255.         keepAliveTimeout: 5000,
  1256.         maxHeadersCount: null,
  1257.         headersTimeout: 40000,
  1258.         _connectionKey: '4:127.0.0.1:1337',
  1259.         [Symbol(IncomingMessage)]: [Function],
  1260.         [Symbol(ServerResponse)]: [Function],
  1261.         [Symbol(asyncId)]: 6 },
  1262.      _server:
  1263.       Server {
  1264.         _events: [Object],
  1265.         _eventsCount: 2,
  1266.         _maxListeners: undefined,
  1267.         _connections: 1,
  1268.         _handle: [TCP],
  1269.         _usingWorkers: false,
  1270.         _workers: [],
  1271.         _unref: false,
  1272.         allowHalfOpen: true,
  1273.         pauseOnConnect: false,
  1274.         httpAllowHalfOpen: false,
  1275.         timeout: 120000,
  1276.         keepAliveTimeout: 5000,
  1277.         maxHeadersCount: null,
  1278.         headersTimeout: 40000,
  1279.         _connectionKey: '4:127.0.0.1:1337',
  1280.         [Symbol(IncomingMessage)]: [Function],
  1281.         [Symbol(ServerResponse)]: [Function],
  1282.         [Symbol(asyncId)]: 6 },
  1283.      timeout: 120000,
  1284.      parser:
  1285.       HTTPParser {
  1286.         '0': [Function: parserOnHeaders],
  1287.         '1': [Function: parserOnHeadersComplete],
  1288.         '2': [Function: parserOnBody],
  1289.         '3': [Function: parserOnMessageComplete],
  1290.         '4': [Function: bound onParserExecute],
  1291.         _headers: [],
  1292.         _url: '',
  1293.         socket: [Circular],
  1294.         incoming: [Circular],
  1295.         outgoing: null,
  1296.         maxHeaderPairs: 2000,
  1297.         _consumed: true,
  1298.         onIncoming: [Function: bound parserOnIncoming],
  1299.         parsingHeadersStart: 0,
  1300.         [Symbol(isReused)]: false },
  1301.      on: [Function: socketOnWrap],
  1302.      _paused: false,
  1303.      _httpMessage:
  1304.       ServerResponse {
  1305.         _events: [Object],
  1306.         _eventsCount: 1,
  1307.         _maxListeners: undefined,
  1308.         output: [],
  1309.         outputEncodings: [],
  1310.         outputCallbacks: [],
  1311.         outputSize: 0,
  1312.         writable: true,
  1313.         _last: false,
  1314.         chunkedEncoding: false,
  1315.         shouldKeepAlive: true,
  1316.         useChunkedEncodingByDefault: true,
  1317.         sendDate: true,
  1318.         _removedConnection: false,
  1319.         _removedContLen: false,
  1320.         _removedTE: false,
  1321.         _contentLength: null,
  1322.         _hasBody: true,
  1323.         _trailer: '',
  1324.         finished: false,
  1325.         _headerSent: false,
  1326.         socket: [Circular],
  1327.         connection: [Circular],
  1328.         _header: null,
  1329.         _onPendingData: [Function: bound updateOutgoingData],
  1330.         _sent100: false,
  1331.         _expect_continue: false,
  1332.         [Symbol(isCorked)]: false,
  1333.         [Symbol(outHeadersKey)]: null },
  1334.      [Symbol(asyncId)]: 8,
  1335.      [Symbol(lastWriteQueueSize)]: 0,
  1336.      [Symbol(timeout)]:
  1337.       Timeout {
  1338.         _called: false,
  1339.         _idleTimeout: 120000,
  1340.         _idlePrev: [TimersList],
  1341.         _idleNext: [TimersList],
  1342.         _idleStart: 7090,
  1343.         _onTimeout: [Function: bound ],
  1344.         _timerArgs: undefined,
  1345.         _repeat: null,
  1346.         _destroyed: false,
  1347.         [Symbol(unrefed)]: true,
  1348.         [Symbol(asyncId)]: 26,
  1349.         [Symbol(triggerId)]: 11 },
  1350.      [Symbol(kBytesRead)]: 0,
  1351.      [Symbol(kBytesWritten)]: 0 },
  1352.   _consuming: false,
  1353.   _dumped: false }
  1354. IncomingMessage {
  1355.   _readableState:
  1356.    ReadableState {
  1357.      objectMode: false,
  1358.      highWaterMark: 16384,
  1359.      buffer: BufferList { head: null, tail: null, length: 0 },
  1360.      length: 0,
  1361.      pipes: null,
  1362.      pipesCount: 0,
  1363.      flowing: null,
  1364.      ended: false,
  1365.      endEmitted: false,
  1366.      reading: false,
  1367.      sync: true,
  1368.      needReadable: false,
  1369.      emittedReadable: false,
  1370.      readableListening: false,
  1371.      resumeScheduled: false,
  1372.      paused: true,
  1373.      emitClose: true,
  1374.      autoDestroy: false,
  1375.      destroyed: false,
  1376.      defaultEncoding: 'utf8',
  1377.      awaitDrain: 0,
  1378.      readingMore: true,
  1379.      decoder: null,
  1380.      encoding: null },
  1381.   readable: true,
  1382.   _events:
  1383.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  1384.   _eventsCount: 1,
  1385.   _maxListeners: undefined,
  1386.   socket:
  1387.    Socket {
  1388.      connecting: false,
  1389.      _hadError: false,
  1390.      _handle:
  1391.       TCP {
  1392.         reading: true,
  1393.         onread: [Function: onStreamRead],
  1394.         onconnection: null,
  1395.         _consumed: true,
  1396.         [Symbol(owner)]: [Circular] },
  1397.      _parent: null,
  1398.      _host: null,
  1399.      _readableState:
  1400.       ReadableState {
  1401.         objectMode: false,
  1402.         highWaterMark: 16384,
  1403.         buffer: BufferList { head: null, tail: null, length: 0 },
  1404.         length: 0,
  1405.         pipes: null,
  1406.         pipesCount: 0,
  1407.         flowing: true,
  1408.         ended: false,
  1409.         endEmitted: false,
  1410.         reading: true,
  1411.         sync: false,
  1412.         needReadable: true,
  1413.         emittedReadable: false,
  1414.         readableListening: false,
  1415.         resumeScheduled: false,
  1416.         paused: false,
  1417.         emitClose: false,
  1418.         autoDestroy: false,
  1419.         destroyed: false,
  1420.         defaultEncoding: 'utf8',
  1421.         awaitDrain: 0,
  1422.         readingMore: false,
  1423.         decoder: null,
  1424.         encoding: null },
  1425.      readable: true,
  1426.      _events:
  1427.       [Object: null prototype] {
  1428.         end: [Array],
  1429.         drain: [Array],
  1430.         timeout: [Function: socketOnTimeout],
  1431.         data: [Function: bound socketOnData],
  1432.         error: [Function: socketOnError],
  1433.         close: [Array],
  1434.         resume: [Function: onSocketResume],
  1435.         pause: [Function: onSocketPause] },
  1436.      _eventsCount: 8,
  1437.      _maxListeners: undefined,
  1438.      _writableState:
  1439.       WritableState {
  1440.         objectMode: false,
  1441.         highWaterMark: 16384,
  1442.         finalCalled: false,
  1443.         needDrain: false,
  1444.         ending: false,
  1445.         ended: false,
  1446.         finished: false,
  1447.         destroyed: false,
  1448.         decodeStrings: false,
  1449.         defaultEncoding: 'utf8',
  1450.         length: 0,
  1451.         writing: false,
  1452.         corked: 0,
  1453.         sync: false,
  1454.         bufferProcessing: false,
  1455.         onwrite: [Function: bound onwrite],
  1456.         writecb: null,
  1457.         writelen: 0,
  1458.         bufferedRequest: null,
  1459.         lastBufferedRequest: null,
  1460.         pendingcb: 0,
  1461.         prefinished: false,
  1462.         errorEmitted: false,
  1463.         emitClose: false,
  1464.         autoDestroy: false,
  1465.         bufferedRequestCount: 0,
  1466.         corkedRequestsFree: [Object] },
  1467.      writable: true,
  1468.      allowHalfOpen: true,
  1469.      _sockname: null,
  1470.      _pendingData: null,
  1471.      _pendingEncoding: '',
  1472.      server:
  1473.       Server {
  1474.         _events: [Object],
  1475.         _eventsCount: 2,
  1476.         _maxListeners: undefined,
  1477.         _connections: 1,
  1478.         _handle: [TCP],
  1479.         _usingWorkers: false,
  1480.         _workers: [],
  1481.         _unref: false,
  1482.         allowHalfOpen: true,
  1483.         pauseOnConnect: false,
  1484.         httpAllowHalfOpen: false,
  1485.         timeout: 120000,
  1486.         keepAliveTimeout: 5000,
  1487.         maxHeadersCount: null,
  1488.         headersTimeout: 40000,
  1489.         _connectionKey: '4:127.0.0.1:1337',
  1490.         [Symbol(IncomingMessage)]: [Function],
  1491.         [Symbol(ServerResponse)]: [Function],
  1492.         [Symbol(asyncId)]: 6 },
  1493.      _server:
  1494.       Server {
  1495.         _events: [Object],
  1496.         _eventsCount: 2,
  1497.         _maxListeners: undefined,
  1498.         _connections: 1,
  1499.         _handle: [TCP],
  1500.         _usingWorkers: false,
  1501.         _workers: [],
  1502.         _unref: false,
  1503.         allowHalfOpen: true,
  1504.         pauseOnConnect: false,
  1505.         httpAllowHalfOpen: false,
  1506.         timeout: 120000,
  1507.         keepAliveTimeout: 5000,
  1508.         maxHeadersCount: null,
  1509.         headersTimeout: 40000,
  1510.         _connectionKey: '4:127.0.0.1:1337',
  1511.         [Symbol(IncomingMessage)]: [Function],
  1512.         [Symbol(ServerResponse)]: [Function],
  1513.         [Symbol(asyncId)]: 6 },
  1514.      timeout: 120000,
  1515.      parser:
  1516.       HTTPParser {
  1517.         '0': [Function: parserOnHeaders],
  1518.         '1': [Function: parserOnHeadersComplete],
  1519.         '2': [Function: parserOnBody],
  1520.         '3': [Function: parserOnMessageComplete],
  1521.         '4': [Function: bound onParserExecute],
  1522.         _headers: [],
  1523.         _url: '',
  1524.         socket: [Circular],
  1525.         incoming: [Circular],
  1526.         outgoing: null,
  1527.         maxHeaderPairs: 2000,
  1528.         _consumed: true,
  1529.         onIncoming: [Function: bound parserOnIncoming],
  1530.         parsingHeadersStart: 0,
  1531.         [Symbol(isReused)]: false },
  1532.      on: [Function: socketOnWrap],
  1533.      _paused: false,
  1534.      _httpMessage:
  1535.       ServerResponse {
  1536.         _events: [Object],
  1537.         _eventsCount: 1,
  1538.         _maxListeners: undefined,
  1539.         output: [],
  1540.         outputEncodings: [],
  1541.         outputCallbacks: [],
  1542.         outputSize: 0,
  1543.         writable: true,
  1544.         _last: false,
  1545.         chunkedEncoding: false,
  1546.         shouldKeepAlive: true,
  1547.         useChunkedEncodingByDefault: true,
  1548.         sendDate: true,
  1549.         _removedConnection: false,
  1550.         _removedContLen: false,
  1551.         _removedTE: false,
  1552.         _contentLength: null,
  1553.         _hasBody: true,
  1554.         _trailer: '',
  1555.         finished: false,
  1556.         _headerSent: false,
  1557.         socket: [Circular],
  1558.         connection: [Circular],
  1559.         _header: null,
  1560.         _onPendingData: [Function: bound updateOutgoingData],
  1561.         _sent100: false,
  1562.         _expect_continue: false,
  1563.         [Symbol(isCorked)]: false,
  1564.         [Symbol(outHeadersKey)]: null },
  1565.      [Symbol(asyncId)]: 8,
  1566.      [Symbol(lastWriteQueueSize)]: 0,
  1567.      [Symbol(timeout)]:
  1568.       Timeout {
  1569.         _called: false,
  1570.         _idleTimeout: 120000,
  1571.         _idlePrev: [TimersList],
  1572.         _idleNext: [TimersList],
  1573.         _idleStart: 8233,
  1574.         _onTimeout: [Function: bound ],
  1575.         _timerArgs: undefined,
  1576.         _repeat: null,
  1577.         _destroyed: false,
  1578.         [Symbol(unrefed)]: true,
  1579.         [Symbol(asyncId)]: 39,
  1580.         [Symbol(triggerId)]: 11 },
  1581.      [Symbol(kBytesRead)]: 0,
  1582.      [Symbol(kBytesWritten)]: 0 },
  1583.   connection:
  1584.    Socket {
  1585.      connecting: false,
  1586.      _hadError: false,
  1587.      _handle:
  1588.       TCP {
  1589.         reading: true,
  1590.         onread: [Function: onStreamRead],
  1591.         onconnection: null,
  1592.         _consumed: true,
  1593.         [Symbol(owner)]: [Circular] },
  1594.      _parent: null,
  1595.      _host: null,
  1596.      _readableState:
  1597.       ReadableState {
  1598.         objectMode: false,
  1599.         highWaterMark: 16384,
  1600.         buffer: BufferList { head: null, tail: null, length: 0 },
  1601.         length: 0,
  1602.         pipes: null,
  1603.         pipesCount: 0,
  1604.         flowing: true,
  1605.         ended: false,
  1606.         endEmitted: false,
  1607.         reading: true,
  1608.         sync: false,
  1609.         needReadable: true,
  1610.         emittedReadable: false,
  1611.         readableListening: false,
  1612.         resumeScheduled: false,
  1613.         paused: false,
  1614.         emitClose: false,
  1615.         autoDestroy: false,
  1616.         destroyed: false,
  1617.         defaultEncoding: 'utf8',
  1618.         awaitDrain: 0,
  1619.         readingMore: false,
  1620.         decoder: null,
  1621.         encoding: null },
  1622.      readable: true,
  1623.      _events:
  1624.       [Object: null prototype] {
  1625.         end: [Array],
  1626.         drain: [Array],
  1627.         timeout: [Function: socketOnTimeout],
  1628.         data: [Function: bound socketOnData],
  1629.         error: [Function: socketOnError],
  1630.         close: [Array],
  1631.         resume: [Function: onSocketResume],
  1632.         pause: [Function: onSocketPause] },
  1633.      _eventsCount: 8,
  1634.      _maxListeners: undefined,
  1635.      _writableState:
  1636.       WritableState {
  1637.         objectMode: false,
  1638.         highWaterMark: 16384,
  1639.         finalCalled: false,
  1640.         needDrain: false,
  1641.         ending: false,
  1642.         ended: false,
  1643.         finished: false,
  1644.         destroyed: false,
  1645.         decodeStrings: false,
  1646.         defaultEncoding: 'utf8',
  1647.         length: 0,
  1648.         writing: false,
  1649.         corked: 0,
  1650.         sync: false,
  1651.         bufferProcessing: false,
  1652.         onwrite: [Function: bound onwrite],
  1653.         writecb: null,
  1654.         writelen: 0,
  1655.         bufferedRequest: null,
  1656.         lastBufferedRequest: null,
  1657.         pendingcb: 0,
  1658.         prefinished: false,
  1659.         errorEmitted: false,
  1660.         emitClose: false,
  1661.         autoDestroy: false,
  1662.         bufferedRequestCount: 0,
  1663.         corkedRequestsFree: [Object] },
  1664.      writable: true,
  1665.      allowHalfOpen: true,
  1666.      _sockname: null,
  1667.      _pendingData: null,
  1668.      _pendingEncoding: '',
  1669.      server:
  1670.       Server {
  1671.         _events: [Object],
  1672.         _eventsCount: 2,
  1673.         _maxListeners: undefined,
  1674.         _connections: 1,
  1675.         _handle: [TCP],
  1676.         _usingWorkers: false,
  1677.         _workers: [],
  1678.         _unref: false,
  1679.         allowHalfOpen: true,
  1680.         pauseOnConnect: false,
  1681.         httpAllowHalfOpen: false,
  1682.         timeout: 120000,
  1683.         keepAliveTimeout: 5000,
  1684.         maxHeadersCount: null,
  1685.         headersTimeout: 40000,
  1686.         _connectionKey: '4:127.0.0.1:1337',
  1687.         [Symbol(IncomingMessage)]: [Function],
  1688.         [Symbol(ServerResponse)]: [Function],
  1689.         [Symbol(asyncId)]: 6 },
  1690.      _server:
  1691.       Server {
  1692.         _events: [Object],
  1693.         _eventsCount: 2,
  1694.         _maxListeners: undefined,
  1695.         _connections: 1,
  1696.         _handle: [TCP],
  1697.         _usingWorkers: false,
  1698.         _workers: [],
  1699.         _unref: false,
  1700.         allowHalfOpen: true,
  1701.         pauseOnConnect: false,
  1702.         httpAllowHalfOpen: false,
  1703.         timeout: 120000,
  1704.         keepAliveTimeout: 5000,
  1705.         maxHeadersCount: null,
  1706.         headersTimeout: 40000,
  1707.         _connectionKey: '4:127.0.0.1:1337',
  1708.         [Symbol(IncomingMessage)]: [Function],
  1709.         [Symbol(ServerResponse)]: [Function],
  1710.         [Symbol(asyncId)]: 6 },
  1711.      timeout: 120000,
  1712.      parser:
  1713.       HTTPParser {
  1714.         '0': [Function: parserOnHeaders],
  1715.         '1': [Function: parserOnHeadersComplete],
  1716.         '2': [Function: parserOnBody],
  1717.         '3': [Function: parserOnMessageComplete],
  1718.         '4': [Function: bound onParserExecute],
  1719.         _headers: [],
  1720.         _url: '',
  1721.         socket: [Circular],
  1722.         incoming: [Circular],
  1723.         outgoing: null,
  1724.         maxHeaderPairs: 2000,
  1725.         _consumed: true,
  1726.         onIncoming: [Function: bound parserOnIncoming],
  1727.         parsingHeadersStart: 0,
  1728.         [Symbol(isReused)]: false },
  1729.      on: [Function: socketOnWrap],
  1730.      _paused: false,
  1731.      _httpMessage:
  1732.       ServerResponse {
  1733.         _events: [Object],
  1734.         _eventsCount: 1,
  1735.         _maxListeners: undefined,
  1736.         output: [],
  1737.         outputEncodings: [],
  1738.         outputCallbacks: [],
  1739.         outputSize: 0,
  1740.         writable: true,
  1741.         _last: false,
  1742.         chunkedEncoding: false,
  1743.         shouldKeepAlive: true,
  1744.         useChunkedEncodingByDefault: true,
  1745.         sendDate: true,
  1746.         _removedConnection: false,
  1747.         _removedContLen: false,
  1748.         _removedTE: false,
  1749.         _contentLength: null,
  1750.         _hasBody: true,
  1751.         _trailer: '',
  1752.         finished: false,
  1753.         _headerSent: false,
  1754.         socket: [Circular],
  1755.         connection: [Circular],
  1756.         _header: null,
  1757.         _onPendingData: [Function: bound updateOutgoingData],
  1758.         _sent100: false,
  1759.         _expect_continue: false,
  1760.         [Symbol(isCorked)]: false,
  1761.         [Symbol(outHeadersKey)]: null },
  1762.      [Symbol(asyncId)]: 8,
  1763.      [Symbol(lastWriteQueueSize)]: 0,
  1764.      [Symbol(timeout)]:
  1765.       Timeout {
  1766.         _called: false,
  1767.         _idleTimeout: 120000,
  1768.         _idlePrev: [TimersList],
  1769.         _idleNext: [TimersList],
  1770.         _idleStart: 8233,
  1771.         _onTimeout: [Function: bound ],
  1772.         _timerArgs: undefined,
  1773.         _repeat: null,
  1774.         _destroyed: false,
  1775.         [Symbol(unrefed)]: true,
  1776.         [Symbol(asyncId)]: 39,
  1777.         [Symbol(triggerId)]: 11 },
  1778.      [Symbol(kBytesRead)]: 0,
  1779.      [Symbol(kBytesWritten)]: 0 },
  1780.   httpVersionMajor: 1,
  1781.   httpVersionMinor: 1,
  1782.   httpVersion: '1.1',
  1783.   complete: false,
  1784.   headers:
  1785.    { host: '127.0.0.1:1337',
  1786.      connection: 'keep-alive',
  1787.      'cache-control': 'max-age=0',
  1788.      'upgrade-insecure-requests': '1',
  1789.      'user-agent':
  1790.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  1791.      'sec-fetch-mode': 'navigate',
  1792.      'sec-fetch-user': '?1',
  1793.      accept:
  1794.       'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  1795.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  1796.      'sec-fetch-site': 'none',
  1797.      'accept-encoding': 'gzip, deflate, br',
  1798.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  1799.   rawHeaders:
  1800.    [ 'Host',
  1801.      '127.0.0.1:1337',
  1802.      'Connection',
  1803.      'keep-alive',
  1804.      'Cache-Control',
  1805.      'max-age=0',
  1806.      'Upgrade-Insecure-Requests',
  1807.      '1',
  1808.      'User-Agent',
  1809.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  1810.      'Sec-Fetch-Mode',
  1811.      'navigate',
  1812.      'Sec-Fetch-User',
  1813.      '?1',
  1814.      'Accept',
  1815.      'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  1816.      'proxy-authorization',
  1817.      'Basic bnVsbCZudWxsOm51bGw=',
  1818.      'Sec-Fetch-Site',
  1819.      'none',
  1820.      'Accept-Encoding',
  1821.      'gzip, deflate, br',
  1822.      'Accept-Language',
  1823.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  1824.   trailers: {},
  1825.   rawTrailers: [],
  1826.   aborted: false,
  1827.   upgrade: false,
  1828.   url: '/',
  1829.   method: 'GET',
  1830.   statusCode: null,
  1831.   statusMessage: null,
  1832.   client:
  1833.    Socket {
  1834.      connecting: false,
  1835.      _hadError: false,
  1836.      _handle:
  1837.       TCP {
  1838.         reading: true,
  1839.         onread: [Function: onStreamRead],
  1840.         onconnection: null,
  1841.         _consumed: true,
  1842.         [Symbol(owner)]: [Circular] },
  1843.      _parent: null,
  1844.      _host: null,
  1845.      _readableState:
  1846.       ReadableState {
  1847.         objectMode: false,
  1848.         highWaterMark: 16384,
  1849.         buffer: BufferList { head: null, tail: null, length: 0 },
  1850.         length: 0,
  1851.         pipes: null,
  1852.         pipesCount: 0,
  1853.         flowing: true,
  1854.         ended: false,
  1855.         endEmitted: false,
  1856.         reading: true,
  1857.         sync: false,
  1858.         needReadable: true,
  1859.         emittedReadable: false,
  1860.         readableListening: false,
  1861.         resumeScheduled: false,
  1862.         paused: false,
  1863.         emitClose: false,
  1864.         autoDestroy: false,
  1865.         destroyed: false,
  1866.         defaultEncoding: 'utf8',
  1867.         awaitDrain: 0,
  1868.         readingMore: false,
  1869.         decoder: null,
  1870.         encoding: null },
  1871.      readable: true,
  1872.      _events:
  1873.       [Object: null prototype] {
  1874.         end: [Array],
  1875.         drain: [Array],
  1876.         timeout: [Function: socketOnTimeout],
  1877.         data: [Function: bound socketOnData],
  1878.         error: [Function: socketOnError],
  1879.         close: [Array],
  1880.         resume: [Function: onSocketResume],
  1881.         pause: [Function: onSocketPause] },
  1882.      _eventsCount: 8,
  1883.      _maxListeners: undefined,
  1884.      _writableState:
  1885.       WritableState {
  1886.         objectMode: false,
  1887.         highWaterMark: 16384,
  1888.         finalCalled: false,
  1889.         needDrain: false,
  1890.         ending: false,
  1891.         ended: false,
  1892.         finished: false,
  1893.         destroyed: false,
  1894.         decodeStrings: false,
  1895.         defaultEncoding: 'utf8',
  1896.         length: 0,
  1897.         writing: false,
  1898.         corked: 0,
  1899.         sync: false,
  1900.         bufferProcessing: false,
  1901.         onwrite: [Function: bound onwrite],
  1902.         writecb: null,
  1903.         writelen: 0,
  1904.         bufferedRequest: null,
  1905.         lastBufferedRequest: null,
  1906.         pendingcb: 0,
  1907.         prefinished: false,
  1908.         errorEmitted: false,
  1909.         emitClose: false,
  1910.         autoDestroy: false,
  1911.         bufferedRequestCount: 0,
  1912.         corkedRequestsFree: [Object] },
  1913.      writable: true,
  1914.      allowHalfOpen: true,
  1915.      _sockname: null,
  1916.      _pendingData: null,
  1917.      _pendingEncoding: '',
  1918.      server:
  1919.       Server {
  1920.         _events: [Object],
  1921.         _eventsCount: 2,
  1922.         _maxListeners: undefined,
  1923.         _connections: 1,
  1924.         _handle: [TCP],
  1925.         _usingWorkers: false,
  1926.         _workers: [],
  1927.         _unref: false,
  1928.         allowHalfOpen: true,
  1929.         pauseOnConnect: false,
  1930.         httpAllowHalfOpen: false,
  1931.         timeout: 120000,
  1932.         keepAliveTimeout: 5000,
  1933.         maxHeadersCount: null,
  1934.         headersTimeout: 40000,
  1935.         _connectionKey: '4:127.0.0.1:1337',
  1936.         [Symbol(IncomingMessage)]: [Function],
  1937.         [Symbol(ServerResponse)]: [Function],
  1938.         [Symbol(asyncId)]: 6 },
  1939.      _server:
  1940.       Server {
  1941.         _events: [Object],
  1942.         _eventsCount: 2,
  1943.         _maxListeners: undefined,
  1944.         _connections: 1,
  1945.         _handle: [TCP],
  1946.         _usingWorkers: false,
  1947.         _workers: [],
  1948.         _unref: false,
  1949.         allowHalfOpen: true,
  1950.         pauseOnConnect: false,
  1951.         httpAllowHalfOpen: false,
  1952.         timeout: 120000,
  1953.         keepAliveTimeout: 5000,
  1954.         maxHeadersCount: null,
  1955.         headersTimeout: 40000,
  1956.         _connectionKey: '4:127.0.0.1:1337',
  1957.         [Symbol(IncomingMessage)]: [Function],
  1958.         [Symbol(ServerResponse)]: [Function],
  1959.         [Symbol(asyncId)]: 6 },
  1960.      timeout: 120000,
  1961.      parser:
  1962.       HTTPParser {
  1963.         '0': [Function: parserOnHeaders],
  1964.         '1': [Function: parserOnHeadersComplete],
  1965.         '2': [Function: parserOnBody],
  1966.         '3': [Function: parserOnMessageComplete],
  1967.         '4': [Function: bound onParserExecute],
  1968.         _headers: [],
  1969.         _url: '',
  1970.         socket: [Circular],
  1971.         incoming: [Circular],
  1972.         outgoing: null,
  1973.         maxHeaderPairs: 2000,
  1974.         _consumed: true,
  1975.         onIncoming: [Function: bound parserOnIncoming],
  1976.         parsingHeadersStart: 0,
  1977.         [Symbol(isReused)]: false },
  1978.      on: [Function: socketOnWrap],
  1979.      _paused: false,
  1980.      _httpMessage:
  1981.       ServerResponse {
  1982.         _events: [Object],
  1983.         _eventsCount: 1,
  1984.         _maxListeners: undefined,
  1985.         output: [],
  1986.         outputEncodings: [],
  1987.         outputCallbacks: [],
  1988.         outputSize: 0,
  1989.         writable: true,
  1990.         _last: false,
  1991.         chunkedEncoding: false,
  1992.         shouldKeepAlive: true,
  1993.         useChunkedEncodingByDefault: true,
  1994.         sendDate: true,
  1995.         _removedConnection: false,
  1996.         _removedContLen: false,
  1997.         _removedTE: false,
  1998.         _contentLength: null,
  1999.         _hasBody: true,
  2000.         _trailer: '',
  2001.         finished: false,
  2002.         _headerSent: false,
  2003.         socket: [Circular],
  2004.         connection: [Circular],
  2005.         _header: null,
  2006.         _onPendingData: [Function: bound updateOutgoingData],
  2007.         _sent100: false,
  2008.         _expect_continue: false,
  2009.         [Symbol(isCorked)]: false,
  2010.         [Symbol(outHeadersKey)]: null },
  2011.      [Symbol(asyncId)]: 8,
  2012.      [Symbol(lastWriteQueueSize)]: 0,
  2013.      [Symbol(timeout)]:
  2014.       Timeout {
  2015.         _called: false,
  2016.         _idleTimeout: 120000,
  2017.         _idlePrev: [TimersList],
  2018.         _idleNext: [TimersList],
  2019.         _idleStart: 8233,
  2020.         _onTimeout: [Function: bound ],
  2021.         _timerArgs: undefined,
  2022.         _repeat: null,
  2023.         _destroyed: false,
  2024.         [Symbol(unrefed)]: true,
  2025.         [Symbol(asyncId)]: 39,
  2026.         [Symbol(triggerId)]: 11 },
  2027.      [Symbol(kBytesRead)]: 0,
  2028.      [Symbol(kBytesWritten)]: 0 },
  2029.   _consuming: false,
  2030.   _dumped: false }
  2031. IncomingMessage {
  2032.   _readableState:
  2033.    ReadableState {
  2034.      objectMode: false,
  2035.      highWaterMark: 16384,
  2036.      buffer: BufferList { head: null, tail: null, length: 0 },
  2037.      length: 0,
  2038.      pipes: null,
  2039.      pipesCount: 0,
  2040.      flowing: null,
  2041.      ended: false,
  2042.      endEmitted: false,
  2043.      reading: false,
  2044.      sync: true,
  2045.      needReadable: false,
  2046.      emittedReadable: false,
  2047.      readableListening: false,
  2048.      resumeScheduled: false,
  2049.      paused: true,
  2050.      emitClose: true,
  2051.      autoDestroy: false,
  2052.      destroyed: false,
  2053.      defaultEncoding: 'utf8',
  2054.      awaitDrain: 0,
  2055.      readingMore: true,
  2056.      decoder: null,
  2057.      encoding: null },
  2058.   readable: true,
  2059.   _events:
  2060.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  2061.   _eventsCount: 1,
  2062.   _maxListeners: undefined,
  2063.   socket:
  2064.    Socket {
  2065.      connecting: false,
  2066.      _hadError: false,
  2067.      _handle:
  2068.       TCP {
  2069.         reading: true,
  2070.         onread: [Function: onStreamRead],
  2071.         onconnection: null,
  2072.         _consumed: true,
  2073.         [Symbol(owner)]: [Circular] },
  2074.      _parent: null,
  2075.      _host: null,
  2076.      _readableState:
  2077.       ReadableState {
  2078.         objectMode: false,
  2079.         highWaterMark: 16384,
  2080.         buffer: BufferList { head: null, tail: null, length: 0 },
  2081.         length: 0,
  2082.         pipes: null,
  2083.         pipesCount: 0,
  2084.         flowing: true,
  2085.         ended: false,
  2086.         endEmitted: false,
  2087.         reading: true,
  2088.         sync: false,
  2089.         needReadable: true,
  2090.         emittedReadable: false,
  2091.         readableListening: false,
  2092.         resumeScheduled: false,
  2093.         paused: false,
  2094.         emitClose: false,
  2095.         autoDestroy: false,
  2096.         destroyed: false,
  2097.         defaultEncoding: 'utf8',
  2098.         awaitDrain: 0,
  2099.         readingMore: false,
  2100.         decoder: null,
  2101.         encoding: null },
  2102.      readable: true,
  2103.      _events:
  2104.       [Object: null prototype] {
  2105.         end: [Array],
  2106.         drain: [Array],
  2107.         timeout: [Function: socketOnTimeout],
  2108.         data: [Function: bound socketOnData],
  2109.         error: [Function: socketOnError],
  2110.         close: [Array],
  2111.         resume: [Function: onSocketResume],
  2112.         pause: [Function: onSocketPause] },
  2113.      _eventsCount: 8,
  2114.      _maxListeners: undefined,
  2115.      _writableState:
  2116.       WritableState {
  2117.         objectMode: false,
  2118.         highWaterMark: 16384,
  2119.         finalCalled: false,
  2120.         needDrain: false,
  2121.         ending: false,
  2122.         ended: false,
  2123.         finished: false,
  2124.         destroyed: false,
  2125.         decodeStrings: false,
  2126.         defaultEncoding: 'utf8',
  2127.         length: 0,
  2128.         writing: false,
  2129.         corked: 0,
  2130.         sync: false,
  2131.         bufferProcessing: false,
  2132.         onwrite: [Function: bound onwrite],
  2133.         writecb: null,
  2134.         writelen: 0,
  2135.         bufferedRequest: null,
  2136.         lastBufferedRequest: null,
  2137.         pendingcb: 0,
  2138.         prefinished: false,
  2139.         errorEmitted: false,
  2140.         emitClose: false,
  2141.         autoDestroy: false,
  2142.         bufferedRequestCount: 0,
  2143.         corkedRequestsFree: [Object] },
  2144.      writable: true,
  2145.      allowHalfOpen: true,
  2146.      _sockname: null,
  2147.      _pendingData: null,
  2148.      _pendingEncoding: '',
  2149.      server:
  2150.       Server {
  2151.         _events: [Object],
  2152.         _eventsCount: 2,
  2153.         _maxListeners: undefined,
  2154.         _connections: 1,
  2155.         _handle: [TCP],
  2156.         _usingWorkers: false,
  2157.         _workers: [],
  2158.         _unref: false,
  2159.         allowHalfOpen: true,
  2160.         pauseOnConnect: false,
  2161.         httpAllowHalfOpen: false,
  2162.         timeout: 120000,
  2163.         keepAliveTimeout: 5000,
  2164.         maxHeadersCount: null,
  2165.         headersTimeout: 40000,
  2166.         _connectionKey: '4:127.0.0.1:1337',
  2167.         [Symbol(IncomingMessage)]: [Function],
  2168.         [Symbol(ServerResponse)]: [Function],
  2169.         [Symbol(asyncId)]: 6 },
  2170.      _server:
  2171.       Server {
  2172.         _events: [Object],
  2173.         _eventsCount: 2,
  2174.         _maxListeners: undefined,
  2175.         _connections: 1,
  2176.         _handle: [TCP],
  2177.         _usingWorkers: false,
  2178.         _workers: [],
  2179.         _unref: false,
  2180.         allowHalfOpen: true,
  2181.         pauseOnConnect: false,
  2182.         httpAllowHalfOpen: false,
  2183.         timeout: 120000,
  2184.         keepAliveTimeout: 5000,
  2185.         maxHeadersCount: null,
  2186.         headersTimeout: 40000,
  2187.         _connectionKey: '4:127.0.0.1:1337',
  2188.         [Symbol(IncomingMessage)]: [Function],
  2189.         [Symbol(ServerResponse)]: [Function],
  2190.         [Symbol(asyncId)]: 6 },
  2191.      timeout: 120000,
  2192.      parser:
  2193.       HTTPParser {
  2194.         '0': [Function: parserOnHeaders],
  2195.         '1': [Function: parserOnHeadersComplete],
  2196.         '2': [Function: parserOnBody],
  2197.         '3': [Function: parserOnMessageComplete],
  2198.         '4': [Function: bound onParserExecute],
  2199.         _headers: [],
  2200.         _url: '',
  2201.         socket: [Circular],
  2202.         incoming: [Circular],
  2203.         outgoing: null,
  2204.         maxHeaderPairs: 2000,
  2205.         _consumed: true,
  2206.         onIncoming: [Function: bound parserOnIncoming],
  2207.         parsingHeadersStart: 0,
  2208.         [Symbol(isReused)]: false },
  2209.      on: [Function: socketOnWrap],
  2210.      _paused: false,
  2211.      _httpMessage:
  2212.       ServerResponse {
  2213.         _events: [Object],
  2214.         _eventsCount: 1,
  2215.         _maxListeners: undefined,
  2216.         output: [],
  2217.         outputEncodings: [],
  2218.         outputCallbacks: [],
  2219.         outputSize: 0,
  2220.         writable: true,
  2221.         _last: false,
  2222.         chunkedEncoding: false,
  2223.         shouldKeepAlive: true,
  2224.         useChunkedEncodingByDefault: true,
  2225.         sendDate: true,
  2226.         _removedConnection: false,
  2227.         _removedContLen: false,
  2228.         _removedTE: false,
  2229.         _contentLength: null,
  2230.         _hasBody: true,
  2231.         _trailer: '',
  2232.         finished: false,
  2233.         _headerSent: false,
  2234.         socket: [Circular],
  2235.         connection: [Circular],
  2236.         _header: null,
  2237.         _onPendingData: [Function: bound updateOutgoingData],
  2238.         _sent100: false,
  2239.         _expect_continue: false,
  2240.         [Symbol(isCorked)]: false,
  2241.         [Symbol(outHeadersKey)]: null },
  2242.      [Symbol(asyncId)]: 8,
  2243.      [Symbol(lastWriteQueueSize)]: 0,
  2244.      [Symbol(timeout)]:
  2245.       Timeout {
  2246.         _called: false,
  2247.         _idleTimeout: 120000,
  2248.         _idlePrev: [TimersList],
  2249.         _idleNext: [TimersList],
  2250.         _idleStart: 8261,
  2251.         _onTimeout: [Function: bound ],
  2252.         _timerArgs: undefined,
  2253.         _repeat: null,
  2254.         _destroyed: false,
  2255.         [Symbol(unrefed)]: true,
  2256.         [Symbol(asyncId)]: 52,
  2257.         [Symbol(triggerId)]: 11 },
  2258.      [Symbol(kBytesRead)]: 0,
  2259.      [Symbol(kBytesWritten)]: 0 },
  2260.   connection:
  2261.    Socket {
  2262.      connecting: false,
  2263.      _hadError: false,
  2264.      _handle:
  2265.       TCP {
  2266.         reading: true,
  2267.         onread: [Function: onStreamRead],
  2268.         onconnection: null,
  2269.         _consumed: true,
  2270.         [Symbol(owner)]: [Circular] },
  2271.      _parent: null,
  2272.      _host: null,
  2273.      _readableState:
  2274.       ReadableState {
  2275.         objectMode: false,
  2276.         highWaterMark: 16384,
  2277.         buffer: BufferList { head: null, tail: null, length: 0 },
  2278.         length: 0,
  2279.         pipes: null,
  2280.         pipesCount: 0,
  2281.         flowing: true,
  2282.         ended: false,
  2283.         endEmitted: false,
  2284.         reading: true,
  2285.         sync: false,
  2286.         needReadable: true,
  2287.         emittedReadable: false,
  2288.         readableListening: false,
  2289.         resumeScheduled: false,
  2290.         paused: false,
  2291.         emitClose: false,
  2292.         autoDestroy: false,
  2293.         destroyed: false,
  2294.         defaultEncoding: 'utf8',
  2295.         awaitDrain: 0,
  2296.         readingMore: false,
  2297.         decoder: null,
  2298.         encoding: null },
  2299.      readable: true,
  2300.      _events:
  2301.       [Object: null prototype] {
  2302.         end: [Array],
  2303.         drain: [Array],
  2304.         timeout: [Function: socketOnTimeout],
  2305.         data: [Function: bound socketOnData],
  2306.         error: [Function: socketOnError],
  2307.         close: [Array],
  2308.         resume: [Function: onSocketResume],
  2309.         pause: [Function: onSocketPause] },
  2310.      _eventsCount: 8,
  2311.      _maxListeners: undefined,
  2312.      _writableState:
  2313.       WritableState {
  2314.         objectMode: false,
  2315.         highWaterMark: 16384,
  2316.         finalCalled: false,
  2317.         needDrain: false,
  2318.         ending: false,
  2319.         ended: false,
  2320.         finished: false,
  2321.         destroyed: false,
  2322.         decodeStrings: false,
  2323.         defaultEncoding: 'utf8',
  2324.         length: 0,
  2325.         writing: false,
  2326.         corked: 0,
  2327.         sync: false,
  2328.         bufferProcessing: false,
  2329.         onwrite: [Function: bound onwrite],
  2330.         writecb: null,
  2331.         writelen: 0,
  2332.         bufferedRequest: null,
  2333.         lastBufferedRequest: null,
  2334.         pendingcb: 0,
  2335.         prefinished: false,
  2336.         errorEmitted: false,
  2337.         emitClose: false,
  2338.         autoDestroy: false,
  2339.         bufferedRequestCount: 0,
  2340.         corkedRequestsFree: [Object] },
  2341.      writable: true,
  2342.      allowHalfOpen: true,
  2343.      _sockname: null,
  2344.      _pendingData: null,
  2345.      _pendingEncoding: '',
  2346.      server:
  2347.       Server {
  2348.         _events: [Object],
  2349.         _eventsCount: 2,
  2350.         _maxListeners: undefined,
  2351.         _connections: 1,
  2352.         _handle: [TCP],
  2353.         _usingWorkers: false,
  2354.         _workers: [],
  2355.         _unref: false,
  2356.         allowHalfOpen: true,
  2357.         pauseOnConnect: false,
  2358.         httpAllowHalfOpen: false,
  2359.         timeout: 120000,
  2360.         keepAliveTimeout: 5000,
  2361.         maxHeadersCount: null,
  2362.         headersTimeout: 40000,
  2363.         _connectionKey: '4:127.0.0.1:1337',
  2364.         [Symbol(IncomingMessage)]: [Function],
  2365.         [Symbol(ServerResponse)]: [Function],
  2366.         [Symbol(asyncId)]: 6 },
  2367.      _server:
  2368.       Server {
  2369.         _events: [Object],
  2370.         _eventsCount: 2,
  2371.         _maxListeners: undefined,
  2372.         _connections: 1,
  2373.         _handle: [TCP],
  2374.         _usingWorkers: false,
  2375.         _workers: [],
  2376.         _unref: false,
  2377.         allowHalfOpen: true,
  2378.         pauseOnConnect: false,
  2379.         httpAllowHalfOpen: false,
  2380.         timeout: 120000,
  2381.         keepAliveTimeout: 5000,
  2382.         maxHeadersCount: null,
  2383.         headersTimeout: 40000,
  2384.         _connectionKey: '4:127.0.0.1:1337',
  2385.         [Symbol(IncomingMessage)]: [Function],
  2386.         [Symbol(ServerResponse)]: [Function],
  2387.         [Symbol(asyncId)]: 6 },
  2388.      timeout: 120000,
  2389.      parser:
  2390.       HTTPParser {
  2391.         '0': [Function: parserOnHeaders],
  2392.         '1': [Function: parserOnHeadersComplete],
  2393.         '2': [Function: parserOnBody],
  2394.         '3': [Function: parserOnMessageComplete],
  2395.         '4': [Function: bound onParserExecute],
  2396.         _headers: [],
  2397.         _url: '',
  2398.         socket: [Circular],
  2399.         incoming: [Circular],
  2400.         outgoing: null,
  2401.         maxHeaderPairs: 2000,
  2402.         _consumed: true,
  2403.         onIncoming: [Function: bound parserOnIncoming],
  2404.         parsingHeadersStart: 0,
  2405.         [Symbol(isReused)]: false },
  2406.      on: [Function: socketOnWrap],
  2407.      _paused: false,
  2408.      _httpMessage:
  2409.       ServerResponse {
  2410.         _events: [Object],
  2411.         _eventsCount: 1,
  2412.         _maxListeners: undefined,
  2413.         output: [],
  2414.         outputEncodings: [],
  2415.         outputCallbacks: [],
  2416.         outputSize: 0,
  2417.         writable: true,
  2418.         _last: false,
  2419.         chunkedEncoding: false,
  2420.         shouldKeepAlive: true,
  2421.         useChunkedEncodingByDefault: true,
  2422.         sendDate: true,
  2423.         _removedConnection: false,
  2424.         _removedContLen: false,
  2425.         _removedTE: false,
  2426.         _contentLength: null,
  2427.         _hasBody: true,
  2428.         _trailer: '',
  2429.         finished: false,
  2430.         _headerSent: false,
  2431.         socket: [Circular],
  2432.         connection: [Circular],
  2433.         _header: null,
  2434.         _onPendingData: [Function: bound updateOutgoingData],
  2435.         _sent100: false,
  2436.         _expect_continue: false,
  2437.         [Symbol(isCorked)]: false,
  2438.         [Symbol(outHeadersKey)]: null },
  2439.      [Symbol(asyncId)]: 8,
  2440.      [Symbol(lastWriteQueueSize)]: 0,
  2441.      [Symbol(timeout)]:
  2442.       Timeout {
  2443.         _called: false,
  2444.         _idleTimeout: 120000,
  2445.         _idlePrev: [TimersList],
  2446.         _idleNext: [TimersList],
  2447.         _idleStart: 8261,
  2448.         _onTimeout: [Function: bound ],
  2449.         _timerArgs: undefined,
  2450.         _repeat: null,
  2451.         _destroyed: false,
  2452.         [Symbol(unrefed)]: true,
  2453.         [Symbol(asyncId)]: 52,
  2454.         [Symbol(triggerId)]: 11 },
  2455.      [Symbol(kBytesRead)]: 0,
  2456.      [Symbol(kBytesWritten)]: 0 },
  2457.   httpVersionMajor: 1,
  2458.   httpVersionMinor: 1,
  2459.   httpVersion: '1.1',
  2460.   complete: false,
  2461.   headers:
  2462.    { host: '127.0.0.1:1337',
  2463.      connection: 'keep-alive',
  2464.      pragma: 'no-cache',
  2465.      'cache-control': 'no-cache',
  2466.      'sec-fetch-mode': 'no-cors',
  2467.      'user-agent':
  2468.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  2469.      accept: 'image/webp,image/apng,image/*,*/*;q=0.8',
  2470.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  2471.      'sec-fetch-site': 'same-origin',
  2472.      referer: 'http://127.0.0.1:1337/',
  2473.      'accept-encoding': 'gzip, deflate, br',
  2474.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  2475.   rawHeaders:
  2476.    [ 'Host',
  2477.      '127.0.0.1:1337',
  2478.      'Connection',
  2479.      'keep-alive',
  2480.      'Pragma',
  2481.      'no-cache',
  2482.      'Cache-Control',
  2483.      'no-cache',
  2484.      'Sec-Fetch-Mode',
  2485.      'no-cors',
  2486.      'User-Agent',
  2487.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  2488.      'Accept',
  2489.      'image/webp,image/apng,image/*,*/*;q=0.8',
  2490.      'proxy-authorization',
  2491.      'Basic bnVsbCZudWxsOm51bGw=',
  2492.      'Sec-Fetch-Site',
  2493.      'same-origin',
  2494.      'Referer',
  2495.      'http://127.0.0.1:1337/',
  2496.      'Accept-Encoding',
  2497.      'gzip, deflate, br',
  2498.      'Accept-Language',
  2499.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  2500.   trailers: {},
  2501.   rawTrailers: [],
  2502.   aborted: false,
  2503.   upgrade: false,
  2504.   url: '/favicon.ico',
  2505.   method: 'GET',
  2506.   statusCode: null,
  2507.   statusMessage: null,
  2508.   client:
  2509.    Socket {
  2510.      connecting: false,
  2511.      _hadError: false,
  2512.      _handle:
  2513.       TCP {
  2514.         reading: true,
  2515.         onread: [Function: onStreamRead],
  2516.         onconnection: null,
  2517.         _consumed: true,
  2518.         [Symbol(owner)]: [Circular] },
  2519.      _parent: null,
  2520.      _host: null,
  2521.      _readableState:
  2522.       ReadableState {
  2523.         objectMode: false,
  2524.         highWaterMark: 16384,
  2525.         buffer: BufferList { head: null, tail: null, length: 0 },
  2526.         length: 0,
  2527.         pipes: null,
  2528.         pipesCount: 0,
  2529.         flowing: true,
  2530.         ended: false,
  2531.         endEmitted: false,
  2532.         reading: true,
  2533.         sync: false,
  2534.         needReadable: true,
  2535.         emittedReadable: false,
  2536.         readableListening: false,
  2537.         resumeScheduled: false,
  2538.         paused: false,
  2539.         emitClose: false,
  2540.         autoDestroy: false,
  2541.         destroyed: false,
  2542.         defaultEncoding: 'utf8',
  2543.         awaitDrain: 0,
  2544.         readingMore: false,
  2545.         decoder: null,
  2546.         encoding: null },
  2547.      readable: true,
  2548.      _events:
  2549.       [Object: null prototype] {
  2550.         end: [Array],
  2551.         drain: [Array],
  2552.         timeout: [Function: socketOnTimeout],
  2553.         data: [Function: bound socketOnData],
  2554.         error: [Function: socketOnError],
  2555.         close: [Array],
  2556.         resume: [Function: onSocketResume],
  2557.         pause: [Function: onSocketPause] },
  2558.      _eventsCount: 8,
  2559.      _maxListeners: undefined,
  2560.      _writableState:
  2561.       WritableState {
  2562.         objectMode: false,
  2563.         highWaterMark: 16384,
  2564.         finalCalled: false,
  2565.         needDrain: false,
  2566.         ending: false,
  2567.         ended: false,
  2568.         finished: false,
  2569.         destroyed: false,
  2570.         decodeStrings: false,
  2571.         defaultEncoding: 'utf8',
  2572.         length: 0,
  2573.         writing: false,
  2574.         corked: 0,
  2575.         sync: false,
  2576.         bufferProcessing: false,
  2577.         onwrite: [Function: bound onwrite],
  2578.         writecb: null,
  2579.         writelen: 0,
  2580.         bufferedRequest: null,
  2581.         lastBufferedRequest: null,
  2582.         pendingcb: 0,
  2583.         prefinished: false,
  2584.         errorEmitted: false,
  2585.         emitClose: false,
  2586.         autoDestroy: false,
  2587.         bufferedRequestCount: 0,
  2588.         corkedRequestsFree: [Object] },
  2589.      writable: true,
  2590.      allowHalfOpen: true,
  2591.      _sockname: null,
  2592.      _pendingData: null,
  2593.      _pendingEncoding: '',
  2594.      server:
  2595.       Server {
  2596.         _events: [Object],
  2597.         _eventsCount: 2,
  2598.         _maxListeners: undefined,
  2599.         _connections: 1,
  2600.         _handle: [TCP],
  2601.         _usingWorkers: false,
  2602.         _workers: [],
  2603.         _unref: false,
  2604.         allowHalfOpen: true,
  2605.         pauseOnConnect: false,
  2606.         httpAllowHalfOpen: false,
  2607.         timeout: 120000,
  2608.         keepAliveTimeout: 5000,
  2609.         maxHeadersCount: null,
  2610.         headersTimeout: 40000,
  2611.         _connectionKey: '4:127.0.0.1:1337',
  2612.         [Symbol(IncomingMessage)]: [Function],
  2613.         [Symbol(ServerResponse)]: [Function],
  2614.         [Symbol(asyncId)]: 6 },
  2615.      _server:
  2616.       Server {
  2617.         _events: [Object],
  2618.         _eventsCount: 2,
  2619.         _maxListeners: undefined,
  2620.         _connections: 1,
  2621.         _handle: [TCP],
  2622.         _usingWorkers: false,
  2623.         _workers: [],
  2624.         _unref: false,
  2625.         allowHalfOpen: true,
  2626.         pauseOnConnect: false,
  2627.         httpAllowHalfOpen: false,
  2628.         timeout: 120000,
  2629.         keepAliveTimeout: 5000,
  2630.         maxHeadersCount: null,
  2631.         headersTimeout: 40000,
  2632.         _connectionKey: '4:127.0.0.1:1337',
  2633.         [Symbol(IncomingMessage)]: [Function],
  2634.         [Symbol(ServerResponse)]: [Function],
  2635.         [Symbol(asyncId)]: 6 },
  2636.      timeout: 120000,
  2637.      parser:
  2638.       HTTPParser {
  2639.         '0': [Function: parserOnHeaders],
  2640.         '1': [Function: parserOnHeadersComplete],
  2641.         '2': [Function: parserOnBody],
  2642.         '3': [Function: parserOnMessageComplete],
  2643.         '4': [Function: bound onParserExecute],
  2644.         _headers: [],
  2645.         _url: '',
  2646.         socket: [Circular],
  2647.         incoming: [Circular],
  2648.         outgoing: null,
  2649.         maxHeaderPairs: 2000,
  2650.         _consumed: true,
  2651.         onIncoming: [Function: bound parserOnIncoming],
  2652.         parsingHeadersStart: 0,
  2653.         [Symbol(isReused)]: false },
  2654.      on: [Function: socketOnWrap],
  2655.      _paused: false,
  2656.      _httpMessage:
  2657.       ServerResponse {
  2658.         _events: [Object],
  2659.         _eventsCount: 1,
  2660.         _maxListeners: undefined,
  2661.         output: [],
  2662.         outputEncodings: [],
  2663.         outputCallbacks: [],
  2664.         outputSize: 0,
  2665.         writable: true,
  2666.         _last: false,
  2667.         chunkedEncoding: false,
  2668.         shouldKeepAlive: true,
  2669.         useChunkedEncodingByDefault: true,
  2670.         sendDate: true,
  2671.         _removedConnection: false,
  2672.         _removedContLen: false,
  2673.         _removedTE: false,
  2674.         _contentLength: null,
  2675.         _hasBody: true,
  2676.         _trailer: '',
  2677.         finished: false,
  2678.         _headerSent: false,
  2679.         socket: [Circular],
  2680.         connection: [Circular],
  2681.         _header: null,
  2682.         _onPendingData: [Function: bound updateOutgoingData],
  2683.         _sent100: false,
  2684.         _expect_continue: false,
  2685.         [Symbol(isCorked)]: false,
  2686.         [Symbol(outHeadersKey)]: null },
  2687.      [Symbol(asyncId)]: 8,
  2688.      [Symbol(lastWriteQueueSize)]: 0,
  2689.      [Symbol(timeout)]:
  2690.       Timeout {
  2691.         _called: false,
  2692.         _idleTimeout: 120000,
  2693.         _idlePrev: [TimersList],
  2694.         _idleNext: [TimersList],
  2695.         _idleStart: 8261,
  2696.         _onTimeout: [Function: bound ],
  2697.         _timerArgs: undefined,
  2698.         _repeat: null,
  2699.         _destroyed: false,
  2700.         [Symbol(unrefed)]: true,
  2701.         [Symbol(asyncId)]: 52,
  2702.         [Symbol(triggerId)]: 11 },
  2703.      [Symbol(kBytesRead)]: 0,
  2704.      [Symbol(kBytesWritten)]: 0 },
  2705.   _consuming: false,
  2706.   _dumped: false }
  2707. IncomingMessage {
  2708.   _readableState:
  2709.    ReadableState {
  2710.      objectMode: false,
  2711.      highWaterMark: 16384,
  2712.      buffer: BufferList { head: null, tail: null, length: 0 },
  2713.      length: 0,
  2714.      pipes: null,
  2715.      pipesCount: 0,
  2716.      flowing: null,
  2717.      ended: false,
  2718.      endEmitted: false,
  2719.      reading: false,
  2720.      sync: true,
  2721.      needReadable: false,
  2722.      emittedReadable: false,
  2723.      readableListening: false,
  2724.      resumeScheduled: false,
  2725.      paused: true,
  2726.      emitClose: true,
  2727.      autoDestroy: false,
  2728.      destroyed: false,
  2729.      defaultEncoding: 'utf8',
  2730.      awaitDrain: 0,
  2731.      readingMore: true,
  2732.      decoder: null,
  2733.      encoding: null },
  2734.   readable: true,
  2735.   _events:
  2736.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  2737.   _eventsCount: 1,
  2738.   _maxListeners: undefined,
  2739.   socket:
  2740.    Socket {
  2741.      connecting: false,
  2742.      _hadError: false,
  2743.      _handle:
  2744.       TCP {
  2745.         reading: true,
  2746.         onread: [Function: onStreamRead],
  2747.         onconnection: null,
  2748.         _consumed: true,
  2749.         [Symbol(owner)]: [Circular] },
  2750.      _parent: null,
  2751.      _host: null,
  2752.      _readableState:
  2753.       ReadableState {
  2754.         objectMode: false,
  2755.         highWaterMark: 16384,
  2756.         buffer: BufferList { head: null, tail: null, length: 0 },
  2757.         length: 0,
  2758.         pipes: null,
  2759.         pipesCount: 0,
  2760.         flowing: true,
  2761.         ended: false,
  2762.         endEmitted: false,
  2763.         reading: true,
  2764.         sync: false,
  2765.         needReadable: true,
  2766.         emittedReadable: false,
  2767.         readableListening: false,
  2768.         resumeScheduled: false,
  2769.         paused: false,
  2770.         emitClose: false,
  2771.         autoDestroy: false,
  2772.         destroyed: false,
  2773.         defaultEncoding: 'utf8',
  2774.         awaitDrain: 0,
  2775.         readingMore: false,
  2776.         decoder: null,
  2777.         encoding: null },
  2778.      readable: true,
  2779.      _events:
  2780.       [Object: null prototype] {
  2781.         end: [Array],
  2782.         drain: [Array],
  2783.         timeout: [Function: socketOnTimeout],
  2784.         data: [Function: bound socketOnData],
  2785.         error: [Function: socketOnError],
  2786.         close: [Array],
  2787.         resume: [Function: onSocketResume],
  2788.         pause: [Function: onSocketPause] },
  2789.      _eventsCount: 8,
  2790.      _maxListeners: undefined,
  2791.      _writableState:
  2792.       WritableState {
  2793.         objectMode: false,
  2794.         highWaterMark: 16384,
  2795.         finalCalled: false,
  2796.         needDrain: false,
  2797.         ending: false,
  2798.         ended: false,
  2799.         finished: false,
  2800.         destroyed: false,
  2801.         decodeStrings: false,
  2802.         defaultEncoding: 'utf8',
  2803.         length: 0,
  2804.         writing: false,
  2805.         corked: 0,
  2806.         sync: false,
  2807.         bufferProcessing: false,
  2808.         onwrite: [Function: bound onwrite],
  2809.         writecb: null,
  2810.         writelen: 0,
  2811.         bufferedRequest: null,
  2812.         lastBufferedRequest: null,
  2813.         pendingcb: 0,
  2814.         prefinished: false,
  2815.         errorEmitted: false,
  2816.         emitClose: false,
  2817.         autoDestroy: false,
  2818.         bufferedRequestCount: 0,
  2819.         corkedRequestsFree: [Object] },
  2820.      writable: true,
  2821.      allowHalfOpen: true,
  2822.      _sockname: null,
  2823.      _pendingData: null,
  2824.      _pendingEncoding: '',
  2825.      server:
  2826.       Server {
  2827.         _events: [Object],
  2828.         _eventsCount: 2,
  2829.         _maxListeners: undefined,
  2830.         _connections: 1,
  2831.         _handle: [TCP],
  2832.         _usingWorkers: false,
  2833.         _workers: [],
  2834.         _unref: false,
  2835.         allowHalfOpen: true,
  2836.         pauseOnConnect: false,
  2837.         httpAllowHalfOpen: false,
  2838.         timeout: 120000,
  2839.         keepAliveTimeout: 5000,
  2840.         maxHeadersCount: null,
  2841.         headersTimeout: 40000,
  2842.         _connectionKey: '4:127.0.0.1:1337',
  2843.         [Symbol(IncomingMessage)]: [Function],
  2844.         [Symbol(ServerResponse)]: [Function],
  2845.         [Symbol(asyncId)]: 6 },
  2846.      _server:
  2847.       Server {
  2848.         _events: [Object],
  2849.         _eventsCount: 2,
  2850.         _maxListeners: undefined,
  2851.         _connections: 1,
  2852.         _handle: [TCP],
  2853.         _usingWorkers: false,
  2854.         _workers: [],
  2855.         _unref: false,
  2856.         allowHalfOpen: true,
  2857.         pauseOnConnect: false,
  2858.         httpAllowHalfOpen: false,
  2859.         timeout: 120000,
  2860.         keepAliveTimeout: 5000,
  2861.         maxHeadersCount: null,
  2862.         headersTimeout: 40000,
  2863.         _connectionKey: '4:127.0.0.1:1337',
  2864.         [Symbol(IncomingMessage)]: [Function],
  2865.         [Symbol(ServerResponse)]: [Function],
  2866.         [Symbol(asyncId)]: 6 },
  2867.      timeout: 120000,
  2868.      parser:
  2869.       HTTPParser {
  2870.         '0': [Function: parserOnHeaders],
  2871.         '1': [Function: parserOnHeadersComplete],
  2872.         '2': [Function: parserOnBody],
  2873.         '3': [Function: parserOnMessageComplete],
  2874.         '4': [Function: bound onParserExecute],
  2875.         _headers: [],
  2876.         _url: '',
  2877.         socket: [Circular],
  2878.         incoming: [Circular],
  2879.         outgoing: null,
  2880.         maxHeaderPairs: 2000,
  2881.         _consumed: true,
  2882.         onIncoming: [Function: bound parserOnIncoming],
  2883.         parsingHeadersStart: 0,
  2884.         [Symbol(isReused)]: false },
  2885.      on: [Function: socketOnWrap],
  2886.      _paused: false,
  2887.      _httpMessage:
  2888.       ServerResponse {
  2889.         _events: [Object],
  2890.         _eventsCount: 1,
  2891.         _maxListeners: undefined,
  2892.         output: [],
  2893.         outputEncodings: [],
  2894.         outputCallbacks: [],
  2895.         outputSize: 0,
  2896.         writable: true,
  2897.         _last: false,
  2898.         chunkedEncoding: false,
  2899.         shouldKeepAlive: true,
  2900.         useChunkedEncodingByDefault: true,
  2901.         sendDate: true,
  2902.         _removedConnection: false,
  2903.         _removedContLen: false,
  2904.         _removedTE: false,
  2905.         _contentLength: null,
  2906.         _hasBody: true,
  2907.         _trailer: '',
  2908.         finished: false,
  2909.         _headerSent: false,
  2910.         socket: [Circular],
  2911.         connection: [Circular],
  2912.         _header: null,
  2913.         _onPendingData: [Function: bound updateOutgoingData],
  2914.         _sent100: false,
  2915.         _expect_continue: false,
  2916.         [Symbol(isCorked)]: false,
  2917.         [Symbol(outHeadersKey)]: null },
  2918.      [Symbol(asyncId)]: 8,
  2919.      [Symbol(lastWriteQueueSize)]: 0,
  2920.      [Symbol(timeout)]:
  2921.       Timeout {
  2922.         _called: false,
  2923.         _idleTimeout: 120000,
  2924.         _idlePrev: [TimersList],
  2925.         _idleNext: [TimersList],
  2926.         _idleStart: 8458,
  2927.         _onTimeout: [Function: bound ],
  2928.         _timerArgs: undefined,
  2929.         _repeat: null,
  2930.         _destroyed: false,
  2931.         [Symbol(unrefed)]: true,
  2932.         [Symbol(asyncId)]: 63,
  2933.         [Symbol(triggerId)]: 11 },
  2934.      [Symbol(kBytesRead)]: 0,
  2935.      [Symbol(kBytesWritten)]: 0 },
  2936.   connection:
  2937.    Socket {
  2938.      connecting: false,
  2939.      _hadError: false,
  2940.      _handle:
  2941.       TCP {
  2942.         reading: true,
  2943.         onread: [Function: onStreamRead],
  2944.         onconnection: null,
  2945.         _consumed: true,
  2946.         [Symbol(owner)]: [Circular] },
  2947.      _parent: null,
  2948.      _host: null,
  2949.      _readableState:
  2950.       ReadableState {
  2951.         objectMode: false,
  2952.         highWaterMark: 16384,
  2953.         buffer: BufferList { head: null, tail: null, length: 0 },
  2954.         length: 0,
  2955.         pipes: null,
  2956.         pipesCount: 0,
  2957.         flowing: true,
  2958.         ended: false,
  2959.         endEmitted: false,
  2960.         reading: true,
  2961.         sync: false,
  2962.         needReadable: true,
  2963.         emittedReadable: false,
  2964.         readableListening: false,
  2965.         resumeScheduled: false,
  2966.         paused: false,
  2967.         emitClose: false,
  2968.         autoDestroy: false,
  2969.         destroyed: false,
  2970.         defaultEncoding: 'utf8',
  2971.         awaitDrain: 0,
  2972.         readingMore: false,
  2973.         decoder: null,
  2974.         encoding: null },
  2975.      readable: true,
  2976.      _events:
  2977.       [Object: null prototype] {
  2978.         end: [Array],
  2979.         drain: [Array],
  2980.         timeout: [Function: socketOnTimeout],
  2981.         data: [Function: bound socketOnData],
  2982.         error: [Function: socketOnError],
  2983.         close: [Array],
  2984.         resume: [Function: onSocketResume],
  2985.         pause: [Function: onSocketPause] },
  2986.      _eventsCount: 8,
  2987.      _maxListeners: undefined,
  2988.      _writableState:
  2989.       WritableState {
  2990.         objectMode: false,
  2991.         highWaterMark: 16384,
  2992.         finalCalled: false,
  2993.         needDrain: false,
  2994.         ending: false,
  2995.         ended: false,
  2996.         finished: false,
  2997.         destroyed: false,
  2998.         decodeStrings: false,
  2999.         defaultEncoding: 'utf8',
  3000.         length: 0,
  3001.         writing: false,
  3002.         corked: 0,
  3003.         sync: false,
  3004.         bufferProcessing: false,
  3005.         onwrite: [Function: bound onwrite],
  3006.         writecb: null,
  3007.         writelen: 0,
  3008.         bufferedRequest: null,
  3009.         lastBufferedRequest: null,
  3010.         pendingcb: 0,
  3011.         prefinished: false,
  3012.         errorEmitted: false,
  3013.         emitClose: false,
  3014.         autoDestroy: false,
  3015.         bufferedRequestCount: 0,
  3016.         corkedRequestsFree: [Object] },
  3017.      writable: true,
  3018.      allowHalfOpen: true,
  3019.      _sockname: null,
  3020.      _pendingData: null,
  3021.      _pendingEncoding: '',
  3022.      server:
  3023.       Server {
  3024.         _events: [Object],
  3025.         _eventsCount: 2,
  3026.         _maxListeners: undefined,
  3027.         _connections: 1,
  3028.         _handle: [TCP],
  3029.         _usingWorkers: false,
  3030.         _workers: [],
  3031.         _unref: false,
  3032.         allowHalfOpen: true,
  3033.         pauseOnConnect: false,
  3034.         httpAllowHalfOpen: false,
  3035.         timeout: 120000,
  3036.         keepAliveTimeout: 5000,
  3037.         maxHeadersCount: null,
  3038.         headersTimeout: 40000,
  3039.         _connectionKey: '4:127.0.0.1:1337',
  3040.         [Symbol(IncomingMessage)]: [Function],
  3041.         [Symbol(ServerResponse)]: [Function],
  3042.         [Symbol(asyncId)]: 6 },
  3043.      _server:
  3044.       Server {
  3045.         _events: [Object],
  3046.         _eventsCount: 2,
  3047.         _maxListeners: undefined,
  3048.         _connections: 1,
  3049.         _handle: [TCP],
  3050.         _usingWorkers: false,
  3051.         _workers: [],
  3052.         _unref: false,
  3053.         allowHalfOpen: true,
  3054.         pauseOnConnect: false,
  3055.         httpAllowHalfOpen: false,
  3056.         timeout: 120000,
  3057.         keepAliveTimeout: 5000,
  3058.         maxHeadersCount: null,
  3059.         headersTimeout: 40000,
  3060.         _connectionKey: '4:127.0.0.1:1337',
  3061.         [Symbol(IncomingMessage)]: [Function],
  3062.         [Symbol(ServerResponse)]: [Function],
  3063.         [Symbol(asyncId)]: 6 },
  3064.      timeout: 120000,
  3065.      parser:
  3066.       HTTPParser {
  3067.         '0': [Function: parserOnHeaders],
  3068.         '1': [Function: parserOnHeadersComplete],
  3069.         '2': [Function: parserOnBody],
  3070.         '3': [Function: parserOnMessageComplete],
  3071.         '4': [Function: bound onParserExecute],
  3072.         _headers: [],
  3073.         _url: '',
  3074.         socket: [Circular],
  3075.         incoming: [Circular],
  3076.         outgoing: null,
  3077.         maxHeaderPairs: 2000,
  3078.         _consumed: true,
  3079.         onIncoming: [Function: bound parserOnIncoming],
  3080.         parsingHeadersStart: 0,
  3081.         [Symbol(isReused)]: false },
  3082.      on: [Function: socketOnWrap],
  3083.      _paused: false,
  3084.      _httpMessage:
  3085.       ServerResponse {
  3086.         _events: [Object],
  3087.         _eventsCount: 1,
  3088.         _maxListeners: undefined,
  3089.         output: [],
  3090.         outputEncodings: [],
  3091.         outputCallbacks: [],
  3092.         outputSize: 0,
  3093.         writable: true,
  3094.         _last: false,
  3095.         chunkedEncoding: false,
  3096.         shouldKeepAlive: true,
  3097.         useChunkedEncodingByDefault: true,
  3098.         sendDate: true,
  3099.         _removedConnection: false,
  3100.         _removedContLen: false,
  3101.         _removedTE: false,
  3102.         _contentLength: null,
  3103.         _hasBody: true,
  3104.         _trailer: '',
  3105.         finished: false,
  3106.         _headerSent: false,
  3107.         socket: [Circular],
  3108.         connection: [Circular],
  3109.         _header: null,
  3110.         _onPendingData: [Function: bound updateOutgoingData],
  3111.         _sent100: false,
  3112.         _expect_continue: false,
  3113.         [Symbol(isCorked)]: false,
  3114.         [Symbol(outHeadersKey)]: null },
  3115.      [Symbol(asyncId)]: 8,
  3116.      [Symbol(lastWriteQueueSize)]: 0,
  3117.      [Symbol(timeout)]:
  3118.       Timeout {
  3119.         _called: false,
  3120.         _idleTimeout: 120000,
  3121.         _idlePrev: [TimersList],
  3122.         _idleNext: [TimersList],
  3123.         _idleStart: 8458,
  3124.         _onTimeout: [Function: bound ],
  3125.         _timerArgs: undefined,
  3126.         _repeat: null,
  3127.         _destroyed: false,
  3128.         [Symbol(unrefed)]: true,
  3129.         [Symbol(asyncId)]: 63,
  3130.         [Symbol(triggerId)]: 11 },
  3131.      [Symbol(kBytesRead)]: 0,
  3132.      [Symbol(kBytesWritten)]: 0 },
  3133.   httpVersionMajor: 1,
  3134.   httpVersionMinor: 1,
  3135.   httpVersion: '1.1',
  3136.   complete: false,
  3137.   headers:
  3138.    { host: '127.0.0.1:1337',
  3139.      connection: 'keep-alive',
  3140.      'cache-control': 'max-age=0',
  3141.      'upgrade-insecure-requests': '1',
  3142.      'user-agent':
  3143.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  3144.      'sec-fetch-mode': 'navigate',
  3145.      'sec-fetch-user': '?1',
  3146.      accept:
  3147.       'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  3148.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  3149.      'sec-fetch-site': 'none',
  3150.      'accept-encoding': 'gzip, deflate, br',
  3151.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  3152.   rawHeaders:
  3153.    [ 'Host',
  3154.      '127.0.0.1:1337',
  3155.      'Connection',
  3156.      'keep-alive',
  3157.      'Cache-Control',
  3158.      'max-age=0',
  3159.      'Upgrade-Insecure-Requests',
  3160.      '1',
  3161.      'User-Agent',
  3162.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  3163.      'Sec-Fetch-Mode',
  3164.      'navigate',
  3165.      'Sec-Fetch-User',
  3166.      '?1',
  3167.      'Accept',
  3168.      'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  3169.      'proxy-authorization',
  3170.      'Basic bnVsbCZudWxsOm51bGw=',
  3171.      'Sec-Fetch-Site',
  3172.      'none',
  3173.      'Accept-Encoding',
  3174.      'gzip, deflate, br',
  3175.      'Accept-Language',
  3176.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  3177.   trailers: {},
  3178.   rawTrailers: [],
  3179.   aborted: false,
  3180.   upgrade: false,
  3181.   url: '/',
  3182.   method: 'GET',
  3183.   statusCode: null,
  3184.   statusMessage: null,
  3185.   client:
  3186.    Socket {
  3187.      connecting: false,
  3188.      _hadError: false,
  3189.      _handle:
  3190.       TCP {
  3191.         reading: true,
  3192.         onread: [Function: onStreamRead],
  3193.         onconnection: null,
  3194.         _consumed: true,
  3195.         [Symbol(owner)]: [Circular] },
  3196.      _parent: null,
  3197.      _host: null,
  3198.      _readableState:
  3199.       ReadableState {
  3200.         objectMode: false,
  3201.         highWaterMark: 16384,
  3202.         buffer: BufferList { head: null, tail: null, length: 0 },
  3203.         length: 0,
  3204.         pipes: null,
  3205.         pipesCount: 0,
  3206.         flowing: true,
  3207.         ended: false,
  3208.         endEmitted: false,
  3209.         reading: true,
  3210.         sync: false,
  3211.         needReadable: true,
  3212.         emittedReadable: false,
  3213.         readableListening: false,
  3214.         resumeScheduled: false,
  3215.         paused: false,
  3216.         emitClose: false,
  3217.         autoDestroy: false,
  3218.         destroyed: false,
  3219.         defaultEncoding: 'utf8',
  3220.         awaitDrain: 0,
  3221.         readingMore: false,
  3222.         decoder: null,
  3223.         encoding: null },
  3224.      readable: true,
  3225.      _events:
  3226.       [Object: null prototype] {
  3227.         end: [Array],
  3228.         drain: [Array],
  3229.         timeout: [Function: socketOnTimeout],
  3230.         data: [Function: bound socketOnData],
  3231.         error: [Function: socketOnError],
  3232.         close: [Array],
  3233.         resume: [Function: onSocketResume],
  3234.         pause: [Function: onSocketPause] },
  3235.      _eventsCount: 8,
  3236.      _maxListeners: undefined,
  3237.      _writableState:
  3238.       WritableState {
  3239.         objectMode: false,
  3240.         highWaterMark: 16384,
  3241.         finalCalled: false,
  3242.         needDrain: false,
  3243.         ending: false,
  3244.         ended: false,
  3245.         finished: false,
  3246.         destroyed: false,
  3247.         decodeStrings: false,
  3248.         defaultEncoding: 'utf8',
  3249.         length: 0,
  3250.         writing: false,
  3251.         corked: 0,
  3252.         sync: false,
  3253.         bufferProcessing: false,
  3254.         onwrite: [Function: bound onwrite],
  3255.         writecb: null,
  3256.         writelen: 0,
  3257.         bufferedRequest: null,
  3258.         lastBufferedRequest: null,
  3259.         pendingcb: 0,
  3260.         prefinished: false,
  3261.         errorEmitted: false,
  3262.         emitClose: false,
  3263.         autoDestroy: false,
  3264.         bufferedRequestCount: 0,
  3265.         corkedRequestsFree: [Object] },
  3266.      writable: true,
  3267.      allowHalfOpen: true,
  3268.      _sockname: null,
  3269.      _pendingData: null,
  3270.      _pendingEncoding: '',
  3271.      server:
  3272.       Server {
  3273.         _events: [Object],
  3274.         _eventsCount: 2,
  3275.         _maxListeners: undefined,
  3276.         _connections: 1,
  3277.         _handle: [TCP],
  3278.         _usingWorkers: false,
  3279.         _workers: [],
  3280.         _unref: false,
  3281.         allowHalfOpen: true,
  3282.         pauseOnConnect: false,
  3283.         httpAllowHalfOpen: false,
  3284.         timeout: 120000,
  3285.         keepAliveTimeout: 5000,
  3286.         maxHeadersCount: null,
  3287.         headersTimeout: 40000,
  3288.         _connectionKey: '4:127.0.0.1:1337',
  3289.         [Symbol(IncomingMessage)]: [Function],
  3290.         [Symbol(ServerResponse)]: [Function],
  3291.         [Symbol(asyncId)]: 6 },
  3292.      _server:
  3293.       Server {
  3294.         _events: [Object],
  3295.         _eventsCount: 2,
  3296.         _maxListeners: undefined,
  3297.         _connections: 1,
  3298.         _handle: [TCP],
  3299.         _usingWorkers: false,
  3300.         _workers: [],
  3301.         _unref: false,
  3302.         allowHalfOpen: true,
  3303.         pauseOnConnect: false,
  3304.         httpAllowHalfOpen: false,
  3305.         timeout: 120000,
  3306.         keepAliveTimeout: 5000,
  3307.         maxHeadersCount: null,
  3308.         headersTimeout: 40000,
  3309.         _connectionKey: '4:127.0.0.1:1337',
  3310.         [Symbol(IncomingMessage)]: [Function],
  3311.         [Symbol(ServerResponse)]: [Function],
  3312.         [Symbol(asyncId)]: 6 },
  3313.      timeout: 120000,
  3314.      parser:
  3315.       HTTPParser {
  3316.         '0': [Function: parserOnHeaders],
  3317.         '1': [Function: parserOnHeadersComplete],
  3318.         '2': [Function: parserOnBody],
  3319.         '3': [Function: parserOnMessageComplete],
  3320.         '4': [Function: bound onParserExecute],
  3321.         _headers: [],
  3322.         _url: '',
  3323.         socket: [Circular],
  3324.         incoming: [Circular],
  3325.         outgoing: null,
  3326.         maxHeaderPairs: 2000,
  3327.         _consumed: true,
  3328.         onIncoming: [Function: bound parserOnIncoming],
  3329.         parsingHeadersStart: 0,
  3330.         [Symbol(isReused)]: false },
  3331.      on: [Function: socketOnWrap],
  3332.      _paused: false,
  3333.      _httpMessage:
  3334.       ServerResponse {
  3335.         _events: [Object],
  3336.         _eventsCount: 1,
  3337.         _maxListeners: undefined,
  3338.         output: [],
  3339.         outputEncodings: [],
  3340.         outputCallbacks: [],
  3341.         outputSize: 0,
  3342.         writable: true,
  3343.         _last: false,
  3344.         chunkedEncoding: false,
  3345.         shouldKeepAlive: true,
  3346.         useChunkedEncodingByDefault: true,
  3347.         sendDate: true,
  3348.         _removedConnection: false,
  3349.         _removedContLen: false,
  3350.         _removedTE: false,
  3351.         _contentLength: null,
  3352.         _hasBody: true,
  3353.         _trailer: '',
  3354.         finished: false,
  3355.         _headerSent: false,
  3356.         socket: [Circular],
  3357.         connection: [Circular],
  3358.         _header: null,
  3359.         _onPendingData: [Function: bound updateOutgoingData],
  3360.         _sent100: false,
  3361.         _expect_continue: false,
  3362.         [Symbol(isCorked)]: false,
  3363.         [Symbol(outHeadersKey)]: null },
  3364.      [Symbol(asyncId)]: 8,
  3365.      [Symbol(lastWriteQueueSize)]: 0,
  3366.      [Symbol(timeout)]:
  3367.       Timeout {
  3368.         _called: false,
  3369.         _idleTimeout: 120000,
  3370.         _idlePrev: [TimersList],
  3371.         _idleNext: [TimersList],
  3372.         _idleStart: 8458,
  3373.         _onTimeout: [Function: bound ],
  3374.         _timerArgs: undefined,
  3375.         _repeat: null,
  3376.         _destroyed: false,
  3377.         [Symbol(unrefed)]: true,
  3378.         [Symbol(asyncId)]: 63,
  3379.         [Symbol(triggerId)]: 11 },
  3380.      [Symbol(kBytesRead)]: 0,
  3381.      [Symbol(kBytesWritten)]: 0 },
  3382.   _consuming: false,
  3383.   _dumped: false }
  3384. IncomingMessage {
  3385.   _readableState:
  3386.    ReadableState {
  3387.      objectMode: false,
  3388.      highWaterMark: 16384,
  3389.      buffer: BufferList { head: null, tail: null, length: 0 },
  3390.      length: 0,
  3391.      pipes: null,
  3392.      pipesCount: 0,
  3393.      flowing: null,
  3394.      ended: false,
  3395.      endEmitted: false,
  3396.      reading: false,
  3397.      sync: true,
  3398.      needReadable: false,
  3399.      emittedReadable: false,
  3400.      readableListening: false,
  3401.      resumeScheduled: false,
  3402.      paused: true,
  3403.      emitClose: true,
  3404.      autoDestroy: false,
  3405.      destroyed: false,
  3406.      defaultEncoding: 'utf8',
  3407.      awaitDrain: 0,
  3408.      readingMore: true,
  3409.      decoder: null,
  3410.      encoding: null },
  3411.   readable: true,
  3412.   _events:
  3413.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  3414.   _eventsCount: 1,
  3415.   _maxListeners: undefined,
  3416.   socket:
  3417.    Socket {
  3418.      connecting: false,
  3419.      _hadError: false,
  3420.      _handle:
  3421.       TCP {
  3422.         reading: true,
  3423.         onread: [Function: onStreamRead],
  3424.         onconnection: null,
  3425.         _consumed: true,
  3426.         [Symbol(owner)]: [Circular] },
  3427.      _parent: null,
  3428.      _host: null,
  3429.      _readableState:
  3430.       ReadableState {
  3431.         objectMode: false,
  3432.         highWaterMark: 16384,
  3433.         buffer: BufferList { head: null, tail: null, length: 0 },
  3434.         length: 0,
  3435.         pipes: null,
  3436.         pipesCount: 0,
  3437.         flowing: true,
  3438.         ended: false,
  3439.         endEmitted: false,
  3440.         reading: true,
  3441.         sync: false,
  3442.         needReadable: true,
  3443.         emittedReadable: false,
  3444.         readableListening: false,
  3445.         resumeScheduled: false,
  3446.         paused: false,
  3447.         emitClose: false,
  3448.         autoDestroy: false,
  3449.         destroyed: false,
  3450.         defaultEncoding: 'utf8',
  3451.         awaitDrain: 0,
  3452.         readingMore: false,
  3453.         decoder: null,
  3454.         encoding: null },
  3455.      readable: true,
  3456.      _events:
  3457.       [Object: null prototype] {
  3458.         end: [Array],
  3459.         drain: [Array],
  3460.         timeout: [Function: socketOnTimeout],
  3461.         data: [Function: bound socketOnData],
  3462.         error: [Function: socketOnError],
  3463.         close: [Array],
  3464.         resume: [Function: onSocketResume],
  3465.         pause: [Function: onSocketPause] },
  3466.      _eventsCount: 8,
  3467.      _maxListeners: undefined,
  3468.      _writableState:
  3469.       WritableState {
  3470.         objectMode: false,
  3471.         highWaterMark: 16384,
  3472.         finalCalled: false,
  3473.         needDrain: false,
  3474.         ending: false,
  3475.         ended: false,
  3476.         finished: false,
  3477.         destroyed: false,
  3478.         decodeStrings: false,
  3479.         defaultEncoding: 'utf8',
  3480.         length: 0,
  3481.         writing: false,
  3482.         corked: 0,
  3483.         sync: false,
  3484.         bufferProcessing: false,
  3485.         onwrite: [Function: bound onwrite],
  3486.         writecb: null,
  3487.         writelen: 0,
  3488.         bufferedRequest: null,
  3489.         lastBufferedRequest: null,
  3490.         pendingcb: 0,
  3491.         prefinished: false,
  3492.         errorEmitted: false,
  3493.         emitClose: false,
  3494.         autoDestroy: false,
  3495.         bufferedRequestCount: 0,
  3496.         corkedRequestsFree: [Object] },
  3497.      writable: true,
  3498.      allowHalfOpen: true,
  3499.      _sockname: null,
  3500.      _pendingData: null,
  3501.      _pendingEncoding: '',
  3502.      server:
  3503.       Server {
  3504.         _events: [Object],
  3505.         _eventsCount: 2,
  3506.         _maxListeners: undefined,
  3507.         _connections: 1,
  3508.         _handle: [TCP],
  3509.         _usingWorkers: false,
  3510.         _workers: [],
  3511.         _unref: false,
  3512.         allowHalfOpen: true,
  3513.         pauseOnConnect: false,
  3514.         httpAllowHalfOpen: false,
  3515.         timeout: 120000,
  3516.         keepAliveTimeout: 5000,
  3517.         maxHeadersCount: null,
  3518.         headersTimeout: 40000,
  3519.         _connectionKey: '4:127.0.0.1:1337',
  3520.         [Symbol(IncomingMessage)]: [Function],
  3521.         [Symbol(ServerResponse)]: [Function],
  3522.         [Symbol(asyncId)]: 6 },
  3523.      _server:
  3524.       Server {
  3525.         _events: [Object],
  3526.         _eventsCount: 2,
  3527.         _maxListeners: undefined,
  3528.         _connections: 1,
  3529.         _handle: [TCP],
  3530.         _usingWorkers: false,
  3531.         _workers: [],
  3532.         _unref: false,
  3533.         allowHalfOpen: true,
  3534.         pauseOnConnect: false,
  3535.         httpAllowHalfOpen: false,
  3536.         timeout: 120000,
  3537.         keepAliveTimeout: 5000,
  3538.         maxHeadersCount: null,
  3539.         headersTimeout: 40000,
  3540.         _connectionKey: '4:127.0.0.1:1337',
  3541.         [Symbol(IncomingMessage)]: [Function],
  3542.         [Symbol(ServerResponse)]: [Function],
  3543.         [Symbol(asyncId)]: 6 },
  3544.      timeout: 120000,
  3545.      parser:
  3546.       HTTPParser {
  3547.         '0': [Function: parserOnHeaders],
  3548.         '1': [Function: parserOnHeadersComplete],
  3549.         '2': [Function: parserOnBody],
  3550.         '3': [Function: parserOnMessageComplete],
  3551.         '4': [Function: bound onParserExecute],
  3552.         _headers: [],
  3553.         _url: '',
  3554.         socket: [Circular],
  3555.         incoming: [Circular],
  3556.         outgoing: null,
  3557.         maxHeaderPairs: 2000,
  3558.         _consumed: true,
  3559.         onIncoming: [Function: bound parserOnIncoming],
  3560.         parsingHeadersStart: 0,
  3561.         [Symbol(isReused)]: false },
  3562.      on: [Function: socketOnWrap],
  3563.      _paused: false,
  3564.      _httpMessage:
  3565.       ServerResponse {
  3566.         _events: [Object],
  3567.         _eventsCount: 1,
  3568.         _maxListeners: undefined,
  3569.         output: [],
  3570.         outputEncodings: [],
  3571.         outputCallbacks: [],
  3572.         outputSize: 0,
  3573.         writable: true,
  3574.         _last: false,
  3575.         chunkedEncoding: false,
  3576.         shouldKeepAlive: true,
  3577.         useChunkedEncodingByDefault: true,
  3578.         sendDate: true,
  3579.         _removedConnection: false,
  3580.         _removedContLen: false,
  3581.         _removedTE: false,
  3582.         _contentLength: null,
  3583.         _hasBody: true,
  3584.         _trailer: '',
  3585.         finished: false,
  3586.         _headerSent: false,
  3587.         socket: [Circular],
  3588.         connection: [Circular],
  3589.         _header: null,
  3590.         _onPendingData: [Function: bound updateOutgoingData],
  3591.         _sent100: false,
  3592.         _expect_continue: false,
  3593.         [Symbol(isCorked)]: false,
  3594.         [Symbol(outHeadersKey)]: null },
  3595.      [Symbol(asyncId)]: 8,
  3596.      [Symbol(lastWriteQueueSize)]: 0,
  3597.      [Symbol(timeout)]:
  3598.       Timeout {
  3599.         _called: false,
  3600.         _idleTimeout: 120000,
  3601.         _idlePrev: [TimersList],
  3602.         _idleNext: [TimersList],
  3603.         _idleStart: 8489,
  3604.         _onTimeout: [Function: bound ],
  3605.         _timerArgs: undefined,
  3606.         _repeat: null,
  3607.         _destroyed: false,
  3608.         [Symbol(unrefed)]: true,
  3609.         [Symbol(asyncId)]: 74,
  3610.         [Symbol(triggerId)]: 11 },
  3611.      [Symbol(kBytesRead)]: 0,
  3612.      [Symbol(kBytesWritten)]: 0 },
  3613.   connection:
  3614.    Socket {
  3615.      connecting: false,
  3616.      _hadError: false,
  3617.      _handle:
  3618.       TCP {
  3619.         reading: true,
  3620.         onread: [Function: onStreamRead],
  3621.         onconnection: null,
  3622.         _consumed: true,
  3623.         [Symbol(owner)]: [Circular] },
  3624.      _parent: null,
  3625.      _host: null,
  3626.      _readableState:
  3627.       ReadableState {
  3628.         objectMode: false,
  3629.         highWaterMark: 16384,
  3630.         buffer: BufferList { head: null, tail: null, length: 0 },
  3631.         length: 0,
  3632.         pipes: null,
  3633.         pipesCount: 0,
  3634.         flowing: true,
  3635.         ended: false,
  3636.         endEmitted: false,
  3637.         reading: true,
  3638.         sync: false,
  3639.         needReadable: true,
  3640.         emittedReadable: false,
  3641.         readableListening: false,
  3642.         resumeScheduled: false,
  3643.         paused: false,
  3644.         emitClose: false,
  3645.         autoDestroy: false,
  3646.         destroyed: false,
  3647.         defaultEncoding: 'utf8',
  3648.         awaitDrain: 0,
  3649.         readingMore: false,
  3650.         decoder: null,
  3651.         encoding: null },
  3652.      readable: true,
  3653.      _events:
  3654.       [Object: null prototype] {
  3655.         end: [Array],
  3656.         drain: [Array],
  3657.         timeout: [Function: socketOnTimeout],
  3658.         data: [Function: bound socketOnData],
  3659.         error: [Function: socketOnError],
  3660.         close: [Array],
  3661.         resume: [Function: onSocketResume],
  3662.         pause: [Function: onSocketPause] },
  3663.      _eventsCount: 8,
  3664.      _maxListeners: undefined,
  3665.      _writableState:
  3666.       WritableState {
  3667.         objectMode: false,
  3668.         highWaterMark: 16384,
  3669.         finalCalled: false,
  3670.         needDrain: false,
  3671.         ending: false,
  3672.         ended: false,
  3673.         finished: false,
  3674.         destroyed: false,
  3675.         decodeStrings: false,
  3676.         defaultEncoding: 'utf8',
  3677.         length: 0,
  3678.         writing: false,
  3679.         corked: 0,
  3680.         sync: false,
  3681.         bufferProcessing: false,
  3682.         onwrite: [Function: bound onwrite],
  3683.         writecb: null,
  3684.         writelen: 0,
  3685.         bufferedRequest: null,
  3686.         lastBufferedRequest: null,
  3687.         pendingcb: 0,
  3688.         prefinished: false,
  3689.         errorEmitted: false,
  3690.         emitClose: false,
  3691.         autoDestroy: false,
  3692.         bufferedRequestCount: 0,
  3693.         corkedRequestsFree: [Object] },
  3694.      writable: true,
  3695.      allowHalfOpen: true,
  3696.      _sockname: null,
  3697.      _pendingData: null,
  3698.      _pendingEncoding: '',
  3699.      server:
  3700.       Server {
  3701.         _events: [Object],
  3702.         _eventsCount: 2,
  3703.         _maxListeners: undefined,
  3704.         _connections: 1,
  3705.         _handle: [TCP],
  3706.         _usingWorkers: false,
  3707.         _workers: [],
  3708.         _unref: false,
  3709.         allowHalfOpen: true,
  3710.         pauseOnConnect: false,
  3711.         httpAllowHalfOpen: false,
  3712.         timeout: 120000,
  3713.         keepAliveTimeout: 5000,
  3714.         maxHeadersCount: null,
  3715.         headersTimeout: 40000,
  3716.         _connectionKey: '4:127.0.0.1:1337',
  3717.         [Symbol(IncomingMessage)]: [Function],
  3718.         [Symbol(ServerResponse)]: [Function],
  3719.         [Symbol(asyncId)]: 6 },
  3720.      _server:
  3721.       Server {
  3722.         _events: [Object],
  3723.         _eventsCount: 2,
  3724.         _maxListeners: undefined,
  3725.         _connections: 1,
  3726.         _handle: [TCP],
  3727.         _usingWorkers: false,
  3728.         _workers: [],
  3729.         _unref: false,
  3730.         allowHalfOpen: true,
  3731.         pauseOnConnect: false,
  3732.         httpAllowHalfOpen: false,
  3733.         timeout: 120000,
  3734.         keepAliveTimeout: 5000,
  3735.         maxHeadersCount: null,
  3736.         headersTimeout: 40000,
  3737.         _connectionKey: '4:127.0.0.1:1337',
  3738.         [Symbol(IncomingMessage)]: [Function],
  3739.         [Symbol(ServerResponse)]: [Function],
  3740.         [Symbol(asyncId)]: 6 },
  3741.      timeout: 120000,
  3742.      parser:
  3743.       HTTPParser {
  3744.         '0': [Function: parserOnHeaders],
  3745.         '1': [Function: parserOnHeadersComplete],
  3746.         '2': [Function: parserOnBody],
  3747.         '3': [Function: parserOnMessageComplete],
  3748.         '4': [Function: bound onParserExecute],
  3749.         _headers: [],
  3750.         _url: '',
  3751.         socket: [Circular],
  3752.         incoming: [Circular],
  3753.         outgoing: null,
  3754.         maxHeaderPairs: 2000,
  3755.         _consumed: true,
  3756.         onIncoming: [Function: bound parserOnIncoming],
  3757.         parsingHeadersStart: 0,
  3758.         [Symbol(isReused)]: false },
  3759.      on: [Function: socketOnWrap],
  3760.      _paused: false,
  3761.      _httpMessage:
  3762.       ServerResponse {
  3763.         _events: [Object],
  3764.         _eventsCount: 1,
  3765.         _maxListeners: undefined,
  3766.         output: [],
  3767.         outputEncodings: [],
  3768.         outputCallbacks: [],
  3769.         outputSize: 0,
  3770.         writable: true,
  3771.         _last: false,
  3772.         chunkedEncoding: false,
  3773.         shouldKeepAlive: true,
  3774.         useChunkedEncodingByDefault: true,
  3775.         sendDate: true,
  3776.         _removedConnection: false,
  3777.         _removedContLen: false,
  3778.         _removedTE: false,
  3779.         _contentLength: null,
  3780.         _hasBody: true,
  3781.         _trailer: '',
  3782.         finished: false,
  3783.         _headerSent: false,
  3784.         socket: [Circular],
  3785.         connection: [Circular],
  3786.         _header: null,
  3787.         _onPendingData: [Function: bound updateOutgoingData],
  3788.         _sent100: false,
  3789.         _expect_continue: false,
  3790.         [Symbol(isCorked)]: false,
  3791.         [Symbol(outHeadersKey)]: null },
  3792.      [Symbol(asyncId)]: 8,
  3793.      [Symbol(lastWriteQueueSize)]: 0,
  3794.      [Symbol(timeout)]:
  3795.       Timeout {
  3796.         _called: false,
  3797.         _idleTimeout: 120000,
  3798.         _idlePrev: [TimersList],
  3799.         _idleNext: [TimersList],
  3800.         _idleStart: 8489,
  3801.         _onTimeout: [Function: bound ],
  3802.         _timerArgs: undefined,
  3803.         _repeat: null,
  3804.         _destroyed: false,
  3805.         [Symbol(unrefed)]: true,
  3806.         [Symbol(asyncId)]: 74,
  3807.         [Symbol(triggerId)]: 11 },
  3808.      [Symbol(kBytesRead)]: 0,
  3809.      [Symbol(kBytesWritten)]: 0 },
  3810.   httpVersionMajor: 1,
  3811.   httpVersionMinor: 1,
  3812.   httpVersion: '1.1',
  3813.   complete: false,
  3814.   headers:
  3815.    { host: '127.0.0.1:1337',
  3816.      connection: 'keep-alive',
  3817.      pragma: 'no-cache',
  3818.      'cache-control': 'no-cache',
  3819.      'sec-fetch-mode': 'no-cors',
  3820.      'user-agent':
  3821.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  3822.      accept: 'image/webp,image/apng,image/*,*/*;q=0.8',
  3823.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  3824.      'sec-fetch-site': 'same-origin',
  3825.      referer: 'http://127.0.0.1:1337/',
  3826.      'accept-encoding': 'gzip, deflate, br',
  3827.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  3828.   rawHeaders:
  3829.    [ 'Host',
  3830.      '127.0.0.1:1337',
  3831.      'Connection',
  3832.      'keep-alive',
  3833.      'Pragma',
  3834.      'no-cache',
  3835.      'Cache-Control',
  3836.      'no-cache',
  3837.      'Sec-Fetch-Mode',
  3838.      'no-cors',
  3839.      'User-Agent',
  3840.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  3841.      'Accept',
  3842.      'image/webp,image/apng,image/*,*/*;q=0.8',
  3843.      'proxy-authorization',
  3844.      'Basic bnVsbCZudWxsOm51bGw=',
  3845.      'Sec-Fetch-Site',
  3846.      'same-origin',
  3847.      'Referer',
  3848.      'http://127.0.0.1:1337/',
  3849.      'Accept-Encoding',
  3850.      'gzip, deflate, br',
  3851.      'Accept-Language',
  3852.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  3853.   trailers: {},
  3854.   rawTrailers: [],
  3855.   aborted: false,
  3856.   upgrade: false,
  3857.   url: '/favicon.ico',
  3858.   method: 'GET',
  3859.   statusCode: null,
  3860.   statusMessage: null,
  3861.   client:
  3862.    Socket {
  3863.      connecting: false,
  3864.      _hadError: false,
  3865.      _handle:
  3866.       TCP {
  3867.         reading: true,
  3868.         onread: [Function: onStreamRead],
  3869.         onconnection: null,
  3870.         _consumed: true,
  3871.         [Symbol(owner)]: [Circular] },
  3872.      _parent: null,
  3873.      _host: null,
  3874.      _readableState:
  3875.       ReadableState {
  3876.         objectMode: false,
  3877.         highWaterMark: 16384,
  3878.         buffer: BufferList { head: null, tail: null, length: 0 },
  3879.         length: 0,
  3880.         pipes: null,
  3881.         pipesCount: 0,
  3882.         flowing: true,
  3883.         ended: false,
  3884.         endEmitted: false,
  3885.         reading: true,
  3886.         sync: false,
  3887.         needReadable: true,
  3888.         emittedReadable: false,
  3889.         readableListening: false,
  3890.         resumeScheduled: false,
  3891.         paused: false,
  3892.         emitClose: false,
  3893.         autoDestroy: false,
  3894.         destroyed: false,
  3895.         defaultEncoding: 'utf8',
  3896.         awaitDrain: 0,
  3897.         readingMore: false,
  3898.         decoder: null,
  3899.         encoding: null },
  3900.      readable: true,
  3901.      _events:
  3902.       [Object: null prototype] {
  3903.         end: [Array],
  3904.         drain: [Array],
  3905.         timeout: [Function: socketOnTimeout],
  3906.         data: [Function: bound socketOnData],
  3907.         error: [Function: socketOnError],
  3908.         close: [Array],
  3909.         resume: [Function: onSocketResume],
  3910.         pause: [Function: onSocketPause] },
  3911.      _eventsCount: 8,
  3912.      _maxListeners: undefined,
  3913.      _writableState:
  3914.       WritableState {
  3915.         objectMode: false,
  3916.         highWaterMark: 16384,
  3917.         finalCalled: false,
  3918.         needDrain: false,
  3919.         ending: false,
  3920.         ended: false,
  3921.         finished: false,
  3922.         destroyed: false,
  3923.         decodeStrings: false,
  3924.         defaultEncoding: 'utf8',
  3925.         length: 0,
  3926.         writing: false,
  3927.         corked: 0,
  3928.         sync: false,
  3929.         bufferProcessing: false,
  3930.         onwrite: [Function: bound onwrite],
  3931.         writecb: null,
  3932.         writelen: 0,
  3933.         bufferedRequest: null,
  3934.         lastBufferedRequest: null,
  3935.         pendingcb: 0,
  3936.         prefinished: false,
  3937.         errorEmitted: false,
  3938.         emitClose: false,
  3939.         autoDestroy: false,
  3940.         bufferedRequestCount: 0,
  3941.         corkedRequestsFree: [Object] },
  3942.      writable: true,
  3943.      allowHalfOpen: true,
  3944.      _sockname: null,
  3945.      _pendingData: null,
  3946.      _pendingEncoding: '',
  3947.      server:
  3948.       Server {
  3949.         _events: [Object],
  3950.         _eventsCount: 2,
  3951.         _maxListeners: undefined,
  3952.         _connections: 1,
  3953.         _handle: [TCP],
  3954.         _usingWorkers: false,
  3955.         _workers: [],
  3956.         _unref: false,
  3957.         allowHalfOpen: true,
  3958.         pauseOnConnect: false,
  3959.         httpAllowHalfOpen: false,
  3960.         timeout: 120000,
  3961.         keepAliveTimeout: 5000,
  3962.         maxHeadersCount: null,
  3963.         headersTimeout: 40000,
  3964.         _connectionKey: '4:127.0.0.1:1337',
  3965.         [Symbol(IncomingMessage)]: [Function],
  3966.         [Symbol(ServerResponse)]: [Function],
  3967.         [Symbol(asyncId)]: 6 },
  3968.      _server:
  3969.       Server {
  3970.         _events: [Object],
  3971.         _eventsCount: 2,
  3972.         _maxListeners: undefined,
  3973.         _connections: 1,
  3974.         _handle: [TCP],
  3975.         _usingWorkers: false,
  3976.         _workers: [],
  3977.         _unref: false,
  3978.         allowHalfOpen: true,
  3979.         pauseOnConnect: false,
  3980.         httpAllowHalfOpen: false,
  3981.         timeout: 120000,
  3982.         keepAliveTimeout: 5000,
  3983.         maxHeadersCount: null,
  3984.         headersTimeout: 40000,
  3985.         _connectionKey: '4:127.0.0.1:1337',
  3986.         [Symbol(IncomingMessage)]: [Function],
  3987.         [Symbol(ServerResponse)]: [Function],
  3988.         [Symbol(asyncId)]: 6 },
  3989.      timeout: 120000,
  3990.      parser:
  3991.       HTTPParser {
  3992.         '0': [Function: parserOnHeaders],
  3993.         '1': [Function: parserOnHeadersComplete],
  3994.         '2': [Function: parserOnBody],
  3995.         '3': [Function: parserOnMessageComplete],
  3996.         '4': [Function: bound onParserExecute],
  3997.         _headers: [],
  3998.         _url: '',
  3999.         socket: [Circular],
  4000.         incoming: [Circular],
  4001.         outgoing: null,
  4002.         maxHeaderPairs: 2000,
  4003.         _consumed: true,
  4004.         onIncoming: [Function: bound parserOnIncoming],
  4005.         parsingHeadersStart: 0,
  4006.         [Symbol(isReused)]: false },
  4007.      on: [Function: socketOnWrap],
  4008.      _paused: false,
  4009.      _httpMessage:
  4010.       ServerResponse {
  4011.         _events: [Object],
  4012.         _eventsCount: 1,
  4013.         _maxListeners: undefined,
  4014.         output: [],
  4015.         outputEncodings: [],
  4016.         outputCallbacks: [],
  4017.         outputSize: 0,
  4018.         writable: true,
  4019.         _last: false,
  4020.         chunkedEncoding: false,
  4021.         shouldKeepAlive: true,
  4022.         useChunkedEncodingByDefault: true,
  4023.         sendDate: true,
  4024.         _removedConnection: false,
  4025.         _removedContLen: false,
  4026.         _removedTE: false,
  4027.         _contentLength: null,
  4028.         _hasBody: true,
  4029.         _trailer: '',
  4030.         finished: false,
  4031.         _headerSent: false,
  4032.         socket: [Circular],
  4033.         connection: [Circular],
  4034.         _header: null,
  4035.         _onPendingData: [Function: bound updateOutgoingData],
  4036.         _sent100: false,
  4037.         _expect_continue: false,
  4038.         [Symbol(isCorked)]: false,
  4039.         [Symbol(outHeadersKey)]: null },
  4040.      [Symbol(asyncId)]: 8,
  4041.      [Symbol(lastWriteQueueSize)]: 0,
  4042.      [Symbol(timeout)]:
  4043.       Timeout {
  4044.         _called: false,
  4045.         _idleTimeout: 120000,
  4046.         _idlePrev: [TimersList],
  4047.         _idleNext: [TimersList],
  4048.         _idleStart: 8489,
  4049.         _onTimeout: [Function: bound ],
  4050.         _timerArgs: undefined,
  4051.         _repeat: null,
  4052.         _destroyed: false,
  4053.         [Symbol(unrefed)]: true,
  4054.         [Symbol(asyncId)]: 74,
  4055.         [Symbol(triggerId)]: 11 },
  4056.      [Symbol(kBytesRead)]: 0,
  4057.      [Symbol(kBytesWritten)]: 0 },
  4058.   _consuming: false,
  4059.   _dumped: false }
  4060. IncomingMessage {
  4061.   _readableState:
  4062.    ReadableState {
  4063.      objectMode: false,
  4064.      highWaterMark: 16384,
  4065.      buffer: BufferList { head: null, tail: null, length: 0 },
  4066.      length: 0,
  4067.      pipes: null,
  4068.      pipesCount: 0,
  4069.      flowing: null,
  4070.      ended: false,
  4071.      endEmitted: false,
  4072.      reading: false,
  4073.      sync: true,
  4074.      needReadable: false,
  4075.      emittedReadable: false,
  4076.      readableListening: false,
  4077.      resumeScheduled: false,
  4078.      paused: true,
  4079.      emitClose: true,
  4080.      autoDestroy: false,
  4081.      destroyed: false,
  4082.      defaultEncoding: 'utf8',
  4083.      awaitDrain: 0,
  4084.      readingMore: true,
  4085.      decoder: null,
  4086.      encoding: null },
  4087.   readable: true,
  4088.   _events:
  4089.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  4090.   _eventsCount: 1,
  4091.   _maxListeners: undefined,
  4092.   socket:
  4093.    Socket {
  4094.      connecting: false,
  4095.      _hadError: false,
  4096.      _handle:
  4097.       TCP {
  4098.         reading: true,
  4099.         onread: [Function: onStreamRead],
  4100.         onconnection: null,
  4101.         _consumed: true,
  4102.         [Symbol(owner)]: [Circular] },
  4103.      _parent: null,
  4104.      _host: null,
  4105.      _readableState:
  4106.       ReadableState {
  4107.         objectMode: false,
  4108.         highWaterMark: 16384,
  4109.         buffer: BufferList { head: null, tail: null, length: 0 },
  4110.         length: 0,
  4111.         pipes: null,
  4112.         pipesCount: 0,
  4113.         flowing: true,
  4114.         ended: false,
  4115.         endEmitted: false,
  4116.         reading: true,
  4117.         sync: false,
  4118.         needReadable: true,
  4119.         emittedReadable: false,
  4120.         readableListening: false,
  4121.         resumeScheduled: false,
  4122.         paused: false,
  4123.         emitClose: false,
  4124.         autoDestroy: false,
  4125.         destroyed: false,
  4126.         defaultEncoding: 'utf8',
  4127.         awaitDrain: 0,
  4128.         readingMore: false,
  4129.         decoder: null,
  4130.         encoding: null },
  4131.      readable: true,
  4132.      _events:
  4133.       [Object: null prototype] {
  4134.         end: [Array],
  4135.         drain: [Array],
  4136.         timeout: [Function: socketOnTimeout],
  4137.         data: [Function: bound socketOnData],
  4138.         error: [Function: socketOnError],
  4139.         close: [Array],
  4140.         resume: [Function: onSocketResume],
  4141.         pause: [Function: onSocketPause] },
  4142.      _eventsCount: 8,
  4143.      _maxListeners: undefined,
  4144.      _writableState:
  4145.       WritableState {
  4146.         objectMode: false,
  4147.         highWaterMark: 16384,
  4148.         finalCalled: false,
  4149.         needDrain: false,
  4150.         ending: false,
  4151.         ended: false,
  4152.         finished: false,
  4153.         destroyed: false,
  4154.         decodeStrings: false,
  4155.         defaultEncoding: 'utf8',
  4156.         length: 0,
  4157.         writing: false,
  4158.         corked: 0,
  4159.         sync: false,
  4160.         bufferProcessing: false,
  4161.         onwrite: [Function: bound onwrite],
  4162.         writecb: null,
  4163.         writelen: 0,
  4164.         bufferedRequest: null,
  4165.         lastBufferedRequest: null,
  4166.         pendingcb: 0,
  4167.         prefinished: false,
  4168.         errorEmitted: false,
  4169.         emitClose: false,
  4170.         autoDestroy: false,
  4171.         bufferedRequestCount: 0,
  4172.         corkedRequestsFree: [Object] },
  4173.      writable: true,
  4174.      allowHalfOpen: true,
  4175.      _sockname: null,
  4176.      _pendingData: null,
  4177.      _pendingEncoding: '',
  4178.      server:
  4179.       Server {
  4180.         _events: [Object],
  4181.         _eventsCount: 2,
  4182.         _maxListeners: undefined,
  4183.         _connections: 1,
  4184.         _handle: [TCP],
  4185.         _usingWorkers: false,
  4186.         _workers: [],
  4187.         _unref: false,
  4188.         allowHalfOpen: true,
  4189.         pauseOnConnect: false,
  4190.         httpAllowHalfOpen: false,
  4191.         timeout: 120000,
  4192.         keepAliveTimeout: 5000,
  4193.         maxHeadersCount: null,
  4194.         headersTimeout: 40000,
  4195.         _connectionKey: '4:127.0.0.1:1337',
  4196.         [Symbol(IncomingMessage)]: [Function],
  4197.         [Symbol(ServerResponse)]: [Function],
  4198.         [Symbol(asyncId)]: 6 },
  4199.      _server:
  4200.       Server {
  4201.         _events: [Object],
  4202.         _eventsCount: 2,
  4203.         _maxListeners: undefined,
  4204.         _connections: 1,
  4205.         _handle: [TCP],
  4206.         _usingWorkers: false,
  4207.         _workers: [],
  4208.         _unref: false,
  4209.         allowHalfOpen: true,
  4210.         pauseOnConnect: false,
  4211.         httpAllowHalfOpen: false,
  4212.         timeout: 120000,
  4213.         keepAliveTimeout: 5000,
  4214.         maxHeadersCount: null,
  4215.         headersTimeout: 40000,
  4216.         _connectionKey: '4:127.0.0.1:1337',
  4217.         [Symbol(IncomingMessage)]: [Function],
  4218.         [Symbol(ServerResponse)]: [Function],
  4219.         [Symbol(asyncId)]: 6 },
  4220.      timeout: 120000,
  4221.      parser:
  4222.       HTTPParser {
  4223.         '0': [Function: parserOnHeaders],
  4224.         '1': [Function: parserOnHeadersComplete],
  4225.         '2': [Function: parserOnBody],
  4226.         '3': [Function: parserOnMessageComplete],
  4227.         '4': [Function: bound onParserExecute],
  4228.         _headers: [],
  4229.         _url: '',
  4230.         socket: [Circular],
  4231.         incoming: [Circular],
  4232.         outgoing: null,
  4233.         maxHeaderPairs: 2000,
  4234.         _consumed: true,
  4235.         onIncoming: [Function: bound parserOnIncoming],
  4236.         parsingHeadersStart: 0,
  4237.         [Symbol(isReused)]: false },
  4238.      on: [Function: socketOnWrap],
  4239.      _paused: false,
  4240.      _httpMessage:
  4241.       ServerResponse {
  4242.         _events: [Object],
  4243.         _eventsCount: 1,
  4244.         _maxListeners: undefined,
  4245.         output: [],
  4246.         outputEncodings: [],
  4247.         outputCallbacks: [],
  4248.         outputSize: 0,
  4249.         writable: true,
  4250.         _last: false,
  4251.         chunkedEncoding: false,
  4252.         shouldKeepAlive: true,
  4253.         useChunkedEncodingByDefault: true,
  4254.         sendDate: true,
  4255.         _removedConnection: false,
  4256.         _removedContLen: false,
  4257.         _removedTE: false,
  4258.         _contentLength: null,
  4259.         _hasBody: true,
  4260.         _trailer: '',
  4261.         finished: false,
  4262.         _headerSent: false,
  4263.         socket: [Circular],
  4264.         connection: [Circular],
  4265.         _header: null,
  4266.         _onPendingData: [Function: bound updateOutgoingData],
  4267.         _sent100: false,
  4268.         _expect_continue: false,
  4269.         [Symbol(isCorked)]: false,
  4270.         [Symbol(outHeadersKey)]: null },
  4271.      [Symbol(asyncId)]: 8,
  4272.      [Symbol(lastWriteQueueSize)]: 0,
  4273.      [Symbol(timeout)]:
  4274.       Timeout {
  4275.         _called: false,
  4276.         _idleTimeout: 120000,
  4277.         _idlePrev: [TimersList],
  4278.         _idleNext: [TimersList],
  4279.         _idleStart: 8644,
  4280.         _onTimeout: [Function: bound ],
  4281.         _timerArgs: undefined,
  4282.         _repeat: null,
  4283.         _destroyed: false,
  4284.         [Symbol(unrefed)]: true,
  4285.         [Symbol(asyncId)]: 85,
  4286.         [Symbol(triggerId)]: 11 },
  4287.      [Symbol(kBytesRead)]: 0,
  4288.      [Symbol(kBytesWritten)]: 0 },
  4289.   connection:
  4290.    Socket {
  4291.      connecting: false,
  4292.      _hadError: false,
  4293.      _handle:
  4294.       TCP {
  4295.         reading: true,
  4296.         onread: [Function: onStreamRead],
  4297.         onconnection: null,
  4298.         _consumed: true,
  4299.         [Symbol(owner)]: [Circular] },
  4300.      _parent: null,
  4301.      _host: null,
  4302.      _readableState:
  4303.       ReadableState {
  4304.         objectMode: false,
  4305.         highWaterMark: 16384,
  4306.         buffer: BufferList { head: null, tail: null, length: 0 },
  4307.         length: 0,
  4308.         pipes: null,
  4309.         pipesCount: 0,
  4310.         flowing: true,
  4311.         ended: false,
  4312.         endEmitted: false,
  4313.         reading: true,
  4314.         sync: false,
  4315.         needReadable: true,
  4316.         emittedReadable: false,
  4317.         readableListening: false,
  4318.         resumeScheduled: false,
  4319.         paused: false,
  4320.         emitClose: false,
  4321.         autoDestroy: false,
  4322.         destroyed: false,
  4323.         defaultEncoding: 'utf8',
  4324.         awaitDrain: 0,
  4325.         readingMore: false,
  4326.         decoder: null,
  4327.         encoding: null },
  4328.      readable: true,
  4329.      _events:
  4330.       [Object: null prototype] {
  4331.         end: [Array],
  4332.         drain: [Array],
  4333.         timeout: [Function: socketOnTimeout],
  4334.         data: [Function: bound socketOnData],
  4335.         error: [Function: socketOnError],
  4336.         close: [Array],
  4337.         resume: [Function: onSocketResume],
  4338.         pause: [Function: onSocketPause] },
  4339.      _eventsCount: 8,
  4340.      _maxListeners: undefined,
  4341.      _writableState:
  4342.       WritableState {
  4343.         objectMode: false,
  4344.         highWaterMark: 16384,
  4345.         finalCalled: false,
  4346.         needDrain: false,
  4347.         ending: false,
  4348.         ended: false,
  4349.         finished: false,
  4350.         destroyed: false,
  4351.         decodeStrings: false,
  4352.         defaultEncoding: 'utf8',
  4353.         length: 0,
  4354.         writing: false,
  4355.         corked: 0,
  4356.         sync: false,
  4357.         bufferProcessing: false,
  4358.         onwrite: [Function: bound onwrite],
  4359.         writecb: null,
  4360.         writelen: 0,
  4361.         bufferedRequest: null,
  4362.         lastBufferedRequest: null,
  4363.         pendingcb: 0,
  4364.         prefinished: false,
  4365.         errorEmitted: false,
  4366.         emitClose: false,
  4367.         autoDestroy: false,
  4368.         bufferedRequestCount: 0,
  4369.         corkedRequestsFree: [Object] },
  4370.      writable: true,
  4371.      allowHalfOpen: true,
  4372.      _sockname: null,
  4373.      _pendingData: null,
  4374.      _pendingEncoding: '',
  4375.      server:
  4376.       Server {
  4377.         _events: [Object],
  4378.         _eventsCount: 2,
  4379.         _maxListeners: undefined,
  4380.         _connections: 1,
  4381.         _handle: [TCP],
  4382.         _usingWorkers: false,
  4383.         _workers: [],
  4384.         _unref: false,
  4385.         allowHalfOpen: true,
  4386.         pauseOnConnect: false,
  4387.         httpAllowHalfOpen: false,
  4388.         timeout: 120000,
  4389.         keepAliveTimeout: 5000,
  4390.         maxHeadersCount: null,
  4391.         headersTimeout: 40000,
  4392.         _connectionKey: '4:127.0.0.1:1337',
  4393.         [Symbol(IncomingMessage)]: [Function],
  4394.         [Symbol(ServerResponse)]: [Function],
  4395.         [Symbol(asyncId)]: 6 },
  4396.      _server:
  4397.       Server {
  4398.         _events: [Object],
  4399.         _eventsCount: 2,
  4400.         _maxListeners: undefined,
  4401.         _connections: 1,
  4402.         _handle: [TCP],
  4403.         _usingWorkers: false,
  4404.         _workers: [],
  4405.         _unref: false,
  4406.         allowHalfOpen: true,
  4407.         pauseOnConnect: false,
  4408.         httpAllowHalfOpen: false,
  4409.         timeout: 120000,
  4410.         keepAliveTimeout: 5000,
  4411.         maxHeadersCount: null,
  4412.         headersTimeout: 40000,
  4413.         _connectionKey: '4:127.0.0.1:1337',
  4414.         [Symbol(IncomingMessage)]: [Function],
  4415.         [Symbol(ServerResponse)]: [Function],
  4416.         [Symbol(asyncId)]: 6 },
  4417.      timeout: 120000,
  4418.      parser:
  4419.       HTTPParser {
  4420.         '0': [Function: parserOnHeaders],
  4421.         '1': [Function: parserOnHeadersComplete],
  4422.         '2': [Function: parserOnBody],
  4423.         '3': [Function: parserOnMessageComplete],
  4424.         '4': [Function: bound onParserExecute],
  4425.         _headers: [],
  4426.         _url: '',
  4427.         socket: [Circular],
  4428.         incoming: [Circular],
  4429.         outgoing: null,
  4430.         maxHeaderPairs: 2000,
  4431.         _consumed: true,
  4432.         onIncoming: [Function: bound parserOnIncoming],
  4433.         parsingHeadersStart: 0,
  4434.         [Symbol(isReused)]: false },
  4435.      on: [Function: socketOnWrap],
  4436.      _paused: false,
  4437.      _httpMessage:
  4438.       ServerResponse {
  4439.         _events: [Object],
  4440.         _eventsCount: 1,
  4441.         _maxListeners: undefined,
  4442.         output: [],
  4443.         outputEncodings: [],
  4444.         outputCallbacks: [],
  4445.         outputSize: 0,
  4446.         writable: true,
  4447.         _last: false,
  4448.         chunkedEncoding: false,
  4449.         shouldKeepAlive: true,
  4450.         useChunkedEncodingByDefault: true,
  4451.         sendDate: true,
  4452.         _removedConnection: false,
  4453.         _removedContLen: false,
  4454.         _removedTE: false,
  4455.         _contentLength: null,
  4456.         _hasBody: true,
  4457.         _trailer: '',
  4458.         finished: false,
  4459.         _headerSent: false,
  4460.         socket: [Circular],
  4461.         connection: [Circular],
  4462.         _header: null,
  4463.         _onPendingData: [Function: bound updateOutgoingData],
  4464.         _sent100: false,
  4465.         _expect_continue: false,
  4466.         [Symbol(isCorked)]: false,
  4467.         [Symbol(outHeadersKey)]: null },
  4468.      [Symbol(asyncId)]: 8,
  4469.      [Symbol(lastWriteQueueSize)]: 0,
  4470.      [Symbol(timeout)]:
  4471.       Timeout {
  4472.         _called: false,
  4473.         _idleTimeout: 120000,
  4474.         _idlePrev: [TimersList],
  4475.         _idleNext: [TimersList],
  4476.         _idleStart: 8644,
  4477.         _onTimeout: [Function: bound ],
  4478.         _timerArgs: undefined,
  4479.         _repeat: null,
  4480.         _destroyed: false,
  4481.         [Symbol(unrefed)]: true,
  4482.         [Symbol(asyncId)]: 85,
  4483.         [Symbol(triggerId)]: 11 },
  4484.      [Symbol(kBytesRead)]: 0,
  4485.      [Symbol(kBytesWritten)]: 0 },
  4486.   httpVersionMajor: 1,
  4487.   httpVersionMinor: 1,
  4488.   httpVersion: '1.1',
  4489.   complete: false,
  4490.   headers:
  4491.    { host: '127.0.0.1:1337',
  4492.      connection: 'keep-alive',
  4493.      'cache-control': 'max-age=0',
  4494.      'upgrade-insecure-requests': '1',
  4495.      'user-agent':
  4496.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  4497.      'sec-fetch-mode': 'navigate',
  4498.      'sec-fetch-user': '?1',
  4499.      accept:
  4500.       'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  4501.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  4502.      'sec-fetch-site': 'none',
  4503.      'accept-encoding': 'gzip, deflate, br',
  4504.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  4505.   rawHeaders:
  4506.    [ 'Host',
  4507.      '127.0.0.1:1337',
  4508.      'Connection',
  4509.      'keep-alive',
  4510.      'Cache-Control',
  4511.      'max-age=0',
  4512.      'Upgrade-Insecure-Requests',
  4513.      '1',
  4514.      'User-Agent',
  4515.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  4516.      'Sec-Fetch-Mode',
  4517.      'navigate',
  4518.      'Sec-Fetch-User',
  4519.      '?1',
  4520.      'Accept',
  4521.      'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  4522.      'proxy-authorization',
  4523.      'Basic bnVsbCZudWxsOm51bGw=',
  4524.      'Sec-Fetch-Site',
  4525.      'none',
  4526.      'Accept-Encoding',
  4527.      'gzip, deflate, br',
  4528.      'Accept-Language',
  4529.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  4530.   trailers: {},
  4531.   rawTrailers: [],
  4532.   aborted: false,
  4533.   upgrade: false,
  4534.   url: '/',
  4535.   method: 'GET',
  4536.   statusCode: null,
  4537.   statusMessage: null,
  4538.   client:
  4539.    Socket {
  4540.      connecting: false,
  4541.      _hadError: false,
  4542.      _handle:
  4543.       TCP {
  4544.         reading: true,
  4545.         onread: [Function: onStreamRead],
  4546.         onconnection: null,
  4547.         _consumed: true,
  4548.         [Symbol(owner)]: [Circular] },
  4549.      _parent: null,
  4550.      _host: null,
  4551.      _readableState:
  4552.       ReadableState {
  4553.         objectMode: false,
  4554.         highWaterMark: 16384,
  4555.         buffer: BufferList { head: null, tail: null, length: 0 },
  4556.         length: 0,
  4557.         pipes: null,
  4558.         pipesCount: 0,
  4559.         flowing: true,
  4560.         ended: false,
  4561.         endEmitted: false,
  4562.         reading: true,
  4563.         sync: false,
  4564.         needReadable: true,
  4565.         emittedReadable: false,
  4566.         readableListening: false,
  4567.         resumeScheduled: false,
  4568.         paused: false,
  4569.         emitClose: false,
  4570.         autoDestroy: false,
  4571.         destroyed: false,
  4572.         defaultEncoding: 'utf8',
  4573.         awaitDrain: 0,
  4574.         readingMore: false,
  4575.         decoder: null,
  4576.         encoding: null },
  4577.      readable: true,
  4578.      _events:
  4579.       [Object: null prototype] {
  4580.         end: [Array],
  4581.         drain: [Array],
  4582.         timeout: [Function: socketOnTimeout],
  4583.         data: [Function: bound socketOnData],
  4584.         error: [Function: socketOnError],
  4585.         close: [Array],
  4586.         resume: [Function: onSocketResume],
  4587.         pause: [Function: onSocketPause] },
  4588.      _eventsCount: 8,
  4589.      _maxListeners: undefined,
  4590.      _writableState:
  4591.       WritableState {
  4592.         objectMode: false,
  4593.         highWaterMark: 16384,
  4594.         finalCalled: false,
  4595.         needDrain: false,
  4596.         ending: false,
  4597.         ended: false,
  4598.         finished: false,
  4599.         destroyed: false,
  4600.         decodeStrings: false,
  4601.         defaultEncoding: 'utf8',
  4602.         length: 0,
  4603.         writing: false,
  4604.         corked: 0,
  4605.         sync: false,
  4606.         bufferProcessing: false,
  4607.         onwrite: [Function: bound onwrite],
  4608.         writecb: null,
  4609.         writelen: 0,
  4610.         bufferedRequest: null,
  4611.         lastBufferedRequest: null,
  4612.         pendingcb: 0,
  4613.         prefinished: false,
  4614.         errorEmitted: false,
  4615.         emitClose: false,
  4616.         autoDestroy: false,
  4617.         bufferedRequestCount: 0,
  4618.         corkedRequestsFree: [Object] },
  4619.      writable: true,
  4620.      allowHalfOpen: true,
  4621.      _sockname: null,
  4622.      _pendingData: null,
  4623.      _pendingEncoding: '',
  4624.      server:
  4625.       Server {
  4626.         _events: [Object],
  4627.         _eventsCount: 2,
  4628.         _maxListeners: undefined,
  4629.         _connections: 1,
  4630.         _handle: [TCP],
  4631.         _usingWorkers: false,
  4632.         _workers: [],
  4633.         _unref: false,
  4634.         allowHalfOpen: true,
  4635.         pauseOnConnect: false,
  4636.         httpAllowHalfOpen: false,
  4637.         timeout: 120000,
  4638.         keepAliveTimeout: 5000,
  4639.         maxHeadersCount: null,
  4640.         headersTimeout: 40000,
  4641.         _connectionKey: '4:127.0.0.1:1337',
  4642.         [Symbol(IncomingMessage)]: [Function],
  4643.         [Symbol(ServerResponse)]: [Function],
  4644.         [Symbol(asyncId)]: 6 },
  4645.      _server:
  4646.       Server {
  4647.         _events: [Object],
  4648.         _eventsCount: 2,
  4649.         _maxListeners: undefined,
  4650.         _connections: 1,
  4651.         _handle: [TCP],
  4652.         _usingWorkers: false,
  4653.         _workers: [],
  4654.         _unref: false,
  4655.         allowHalfOpen: true,
  4656.         pauseOnConnect: false,
  4657.         httpAllowHalfOpen: false,
  4658.         timeout: 120000,
  4659.         keepAliveTimeout: 5000,
  4660.         maxHeadersCount: null,
  4661.         headersTimeout: 40000,
  4662.         _connectionKey: '4:127.0.0.1:1337',
  4663.         [Symbol(IncomingMessage)]: [Function],
  4664.         [Symbol(ServerResponse)]: [Function],
  4665.         [Symbol(asyncId)]: 6 },
  4666.      timeout: 120000,
  4667.      parser:
  4668.       HTTPParser {
  4669.         '0': [Function: parserOnHeaders],
  4670.         '1': [Function: parserOnHeadersComplete],
  4671.         '2': [Function: parserOnBody],
  4672.         '3': [Function: parserOnMessageComplete],
  4673.         '4': [Function: bound onParserExecute],
  4674.         _headers: [],
  4675.         _url: '',
  4676.         socket: [Circular],
  4677.         incoming: [Circular],
  4678.         outgoing: null,
  4679.         maxHeaderPairs: 2000,
  4680.         _consumed: true,
  4681.         onIncoming: [Function: bound parserOnIncoming],
  4682.         parsingHeadersStart: 0,
  4683.         [Symbol(isReused)]: false },
  4684.      on: [Function: socketOnWrap],
  4685.      _paused: false,
  4686.      _httpMessage:
  4687.       ServerResponse {
  4688.         _events: [Object],
  4689.         _eventsCount: 1,
  4690.         _maxListeners: undefined,
  4691.         output: [],
  4692.         outputEncodings: [],
  4693.         outputCallbacks: [],
  4694.         outputSize: 0,
  4695.         writable: true,
  4696.         _last: false,
  4697.         chunkedEncoding: false,
  4698.         shouldKeepAlive: true,
  4699.         useChunkedEncodingByDefault: true,
  4700.         sendDate: true,
  4701.         _removedConnection: false,
  4702.         _removedContLen: false,
  4703.         _removedTE: false,
  4704.         _contentLength: null,
  4705.         _hasBody: true,
  4706.         _trailer: '',
  4707.         finished: false,
  4708.         _headerSent: false,
  4709.         socket: [Circular],
  4710.         connection: [Circular],
  4711.         _header: null,
  4712.         _onPendingData: [Function: bound updateOutgoingData],
  4713.         _sent100: false,
  4714.         _expect_continue: false,
  4715.         [Symbol(isCorked)]: false,
  4716.         [Symbol(outHeadersKey)]: null },
  4717.      [Symbol(asyncId)]: 8,
  4718.      [Symbol(lastWriteQueueSize)]: 0,
  4719.      [Symbol(timeout)]:
  4720.       Timeout {
  4721.         _called: false,
  4722.         _idleTimeout: 120000,
  4723.         _idlePrev: [TimersList],
  4724.         _idleNext: [TimersList],
  4725.         _idleStart: 8644,
  4726.         _onTimeout: [Function: bound ],
  4727.         _timerArgs: undefined,
  4728.         _repeat: null,
  4729.         _destroyed: false,
  4730.         [Symbol(unrefed)]: true,
  4731.         [Symbol(asyncId)]: 85,
  4732.         [Symbol(triggerId)]: 11 },
  4733.      [Symbol(kBytesRead)]: 0,
  4734.      [Symbol(kBytesWritten)]: 0 },
  4735.   _consuming: false,
  4736.   _dumped: false }
  4737. IncomingMessage {
  4738.   _readableState:
  4739.    ReadableState {
  4740.      objectMode: false,
  4741.      highWaterMark: 16384,
  4742.      buffer: BufferList { head: null, tail: null, length: 0 },
  4743.      length: 0,
  4744.      pipes: null,
  4745.      pipesCount: 0,
  4746.      flowing: null,
  4747.      ended: false,
  4748.      endEmitted: false,
  4749.      reading: false,
  4750.      sync: true,
  4751.      needReadable: false,
  4752.      emittedReadable: false,
  4753.      readableListening: false,
  4754.      resumeScheduled: false,
  4755.      paused: true,
  4756.      emitClose: true,
  4757.      autoDestroy: false,
  4758.      destroyed: false,
  4759.      defaultEncoding: 'utf8',
  4760.      awaitDrain: 0,
  4761.      readingMore: true,
  4762.      decoder: null,
  4763.      encoding: null },
  4764.   readable: true,
  4765.   _events:
  4766.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  4767.   _eventsCount: 1,
  4768.   _maxListeners: undefined,
  4769.   socket:
  4770.    Socket {
  4771.      connecting: false,
  4772.      _hadError: false,
  4773.      _handle:
  4774.       TCP {
  4775.         reading: true,
  4776.         onread: [Function: onStreamRead],
  4777.         onconnection: null,
  4778.         _consumed: true,
  4779.         [Symbol(owner)]: [Circular] },
  4780.      _parent: null,
  4781.      _host: null,
  4782.      _readableState:
  4783.       ReadableState {
  4784.         objectMode: false,
  4785.         highWaterMark: 16384,
  4786.         buffer: BufferList { head: null, tail: null, length: 0 },
  4787.         length: 0,
  4788.         pipes: null,
  4789.         pipesCount: 0,
  4790.         flowing: true,
  4791.         ended: false,
  4792.         endEmitted: false,
  4793.         reading: true,
  4794.         sync: false,
  4795.         needReadable: true,
  4796.         emittedReadable: false,
  4797.         readableListening: false,
  4798.         resumeScheduled: false,
  4799.         paused: false,
  4800.         emitClose: false,
  4801.         autoDestroy: false,
  4802.         destroyed: false,
  4803.         defaultEncoding: 'utf8',
  4804.         awaitDrain: 0,
  4805.         readingMore: false,
  4806.         decoder: null,
  4807.         encoding: null },
  4808.      readable: true,
  4809.      _events:
  4810.       [Object: null prototype] {
  4811.         end: [Array],
  4812.         drain: [Array],
  4813.         timeout: [Function: socketOnTimeout],
  4814.         data: [Function: bound socketOnData],
  4815.         error: [Function: socketOnError],
  4816.         close: [Array],
  4817.         resume: [Function: onSocketResume],
  4818.         pause: [Function: onSocketPause] },
  4819.      _eventsCount: 8,
  4820.      _maxListeners: undefined,
  4821.      _writableState:
  4822.       WritableState {
  4823.         objectMode: false,
  4824.         highWaterMark: 16384,
  4825.         finalCalled: false,
  4826.         needDrain: false,
  4827.         ending: false,
  4828.         ended: false,
  4829.         finished: false,
  4830.         destroyed: false,
  4831.         decodeStrings: false,
  4832.         defaultEncoding: 'utf8',
  4833.         length: 0,
  4834.         writing: false,
  4835.         corked: 0,
  4836.         sync: false,
  4837.         bufferProcessing: false,
  4838.         onwrite: [Function: bound onwrite],
  4839.         writecb: null,
  4840.         writelen: 0,
  4841.         bufferedRequest: null,
  4842.         lastBufferedRequest: null,
  4843.         pendingcb: 0,
  4844.         prefinished: false,
  4845.         errorEmitted: false,
  4846.         emitClose: false,
  4847.         autoDestroy: false,
  4848.         bufferedRequestCount: 0,
  4849.         corkedRequestsFree: [Object] },
  4850.      writable: true,
  4851.      allowHalfOpen: true,
  4852.      _sockname: null,
  4853.      _pendingData: null,
  4854.      _pendingEncoding: '',
  4855.      server:
  4856.       Server {
  4857.         _events: [Object],
  4858.         _eventsCount: 2,
  4859.         _maxListeners: undefined,
  4860.         _connections: 1,
  4861.         _handle: [TCP],
  4862.         _usingWorkers: false,
  4863.         _workers: [],
  4864.         _unref: false,
  4865.         allowHalfOpen: true,
  4866.         pauseOnConnect: false,
  4867.         httpAllowHalfOpen: false,
  4868.         timeout: 120000,
  4869.         keepAliveTimeout: 5000,
  4870.         maxHeadersCount: null,
  4871.         headersTimeout: 40000,
  4872.         _connectionKey: '4:127.0.0.1:1337',
  4873.         [Symbol(IncomingMessage)]: [Function],
  4874.         [Symbol(ServerResponse)]: [Function],
  4875.         [Symbol(asyncId)]: 6 },
  4876.      _server:
  4877.       Server {
  4878.         _events: [Object],
  4879.         _eventsCount: 2,
  4880.         _maxListeners: undefined,
  4881.         _connections: 1,
  4882.         _handle: [TCP],
  4883.         _usingWorkers: false,
  4884.         _workers: [],
  4885.         _unref: false,
  4886.         allowHalfOpen: true,
  4887.         pauseOnConnect: false,
  4888.         httpAllowHalfOpen: false,
  4889.         timeout: 120000,
  4890.         keepAliveTimeout: 5000,
  4891.         maxHeadersCount: null,
  4892.         headersTimeout: 40000,
  4893.         _connectionKey: '4:127.0.0.1:1337',
  4894.         [Symbol(IncomingMessage)]: [Function],
  4895.         [Symbol(ServerResponse)]: [Function],
  4896.         [Symbol(asyncId)]: 6 },
  4897.      timeout: 120000,
  4898.      parser:
  4899.       HTTPParser {
  4900.         '0': [Function: parserOnHeaders],
  4901.         '1': [Function: parserOnHeadersComplete],
  4902.         '2': [Function: parserOnBody],
  4903.         '3': [Function: parserOnMessageComplete],
  4904.         '4': [Function: bound onParserExecute],
  4905.         _headers: [],
  4906.         _url: '',
  4907.         socket: [Circular],
  4908.         incoming: [Circular],
  4909.         outgoing: null,
  4910.         maxHeaderPairs: 2000,
  4911.         _consumed: true,
  4912.         onIncoming: [Function: bound parserOnIncoming],
  4913.         parsingHeadersStart: 0,
  4914.         [Symbol(isReused)]: false },
  4915.      on: [Function: socketOnWrap],
  4916.      _paused: false,
  4917.      _httpMessage:
  4918.       ServerResponse {
  4919.         _events: [Object],
  4920.         _eventsCount: 1,
  4921.         _maxListeners: undefined,
  4922.         output: [],
  4923.         outputEncodings: [],
  4924.         outputCallbacks: [],
  4925.         outputSize: 0,
  4926.         writable: true,
  4927.         _last: false,
  4928.         chunkedEncoding: false,
  4929.         shouldKeepAlive: true,
  4930.         useChunkedEncodingByDefault: true,
  4931.         sendDate: true,
  4932.         _removedConnection: false,
  4933.         _removedContLen: false,
  4934.         _removedTE: false,
  4935.         _contentLength: null,
  4936.         _hasBody: true,
  4937.         _trailer: '',
  4938.         finished: false,
  4939.         _headerSent: false,
  4940.         socket: [Circular],
  4941.         connection: [Circular],
  4942.         _header: null,
  4943.         _onPendingData: [Function: bound updateOutgoingData],
  4944.         _sent100: false,
  4945.         _expect_continue: false,
  4946.         [Symbol(isCorked)]: false,
  4947.         [Symbol(outHeadersKey)]: null },
  4948.      [Symbol(asyncId)]: 8,
  4949.      [Symbol(lastWriteQueueSize)]: 0,
  4950.      [Symbol(timeout)]:
  4951.       Timeout {
  4952.         _called: false,
  4953.         _idleTimeout: 120000,
  4954.         _idlePrev: [TimersList],
  4955.         _idleNext: [TimersList],
  4956.         _idleStart: 8680,
  4957.         _onTimeout: [Function: bound ],
  4958.         _timerArgs: undefined,
  4959.         _repeat: null,
  4960.         _destroyed: false,
  4961.         [Symbol(unrefed)]: true,
  4962.         [Symbol(asyncId)]: 96,
  4963.         [Symbol(triggerId)]: 11 },
  4964.      [Symbol(kBytesRead)]: 0,
  4965.      [Symbol(kBytesWritten)]: 0 },
  4966.   connection:
  4967.    Socket {
  4968.      connecting: false,
  4969.      _hadError: false,
  4970.      _handle:
  4971.       TCP {
  4972.         reading: true,
  4973.         onread: [Function: onStreamRead],
  4974.         onconnection: null,
  4975.         _consumed: true,
  4976.         [Symbol(owner)]: [Circular] },
  4977.      _parent: null,
  4978.      _host: null,
  4979.      _readableState:
  4980.       ReadableState {
  4981.         objectMode: false,
  4982.         highWaterMark: 16384,
  4983.         buffer: BufferList { head: null, tail: null, length: 0 },
  4984.         length: 0,
  4985.         pipes: null,
  4986.         pipesCount: 0,
  4987.         flowing: true,
  4988.         ended: false,
  4989.         endEmitted: false,
  4990.         reading: true,
  4991.         sync: false,
  4992.         needReadable: true,
  4993.         emittedReadable: false,
  4994.         readableListening: false,
  4995.         resumeScheduled: false,
  4996.         paused: false,
  4997.         emitClose: false,
  4998.         autoDestroy: false,
  4999.         destroyed: false,
  5000.         defaultEncoding: 'utf8',
  5001.         awaitDrain: 0,
  5002.         readingMore: false,
  5003.         decoder: null,
  5004.         encoding: null },
  5005.      readable: true,
  5006.      _events:
  5007.       [Object: null prototype] {
  5008.         end: [Array],
  5009.         drain: [Array],
  5010.         timeout: [Function: socketOnTimeout],
  5011.         data: [Function: bound socketOnData],
  5012.         error: [Function: socketOnError],
  5013.         close: [Array],
  5014.         resume: [Function: onSocketResume],
  5015.         pause: [Function: onSocketPause] },
  5016.      _eventsCount: 8,
  5017.      _maxListeners: undefined,
  5018.      _writableState:
  5019.       WritableState {
  5020.         objectMode: false,
  5021.         highWaterMark: 16384,
  5022.         finalCalled: false,
  5023.         needDrain: false,
  5024.         ending: false,
  5025.         ended: false,
  5026.         finished: false,
  5027.         destroyed: false,
  5028.         decodeStrings: false,
  5029.         defaultEncoding: 'utf8',
  5030.         length: 0,
  5031.         writing: false,
  5032.         corked: 0,
  5033.         sync: false,
  5034.         bufferProcessing: false,
  5035.         onwrite: [Function: bound onwrite],
  5036.         writecb: null,
  5037.         writelen: 0,
  5038.         bufferedRequest: null,
  5039.         lastBufferedRequest: null,
  5040.         pendingcb: 0,
  5041.         prefinished: false,
  5042.         errorEmitted: false,
  5043.         emitClose: false,
  5044.         autoDestroy: false,
  5045.         bufferedRequestCount: 0,
  5046.         corkedRequestsFree: [Object] },
  5047.      writable: true,
  5048.      allowHalfOpen: true,
  5049.      _sockname: null,
  5050.      _pendingData: null,
  5051.      _pendingEncoding: '',
  5052.      server:
  5053.       Server {
  5054.         _events: [Object],
  5055.         _eventsCount: 2,
  5056.         _maxListeners: undefined,
  5057.         _connections: 1,
  5058.         _handle: [TCP],
  5059.         _usingWorkers: false,
  5060.         _workers: [],
  5061.         _unref: false,
  5062.         allowHalfOpen: true,
  5063.         pauseOnConnect: false,
  5064.         httpAllowHalfOpen: false,
  5065.         timeout: 120000,
  5066.         keepAliveTimeout: 5000,
  5067.         maxHeadersCount: null,
  5068.         headersTimeout: 40000,
  5069.         _connectionKey: '4:127.0.0.1:1337',
  5070.         [Symbol(IncomingMessage)]: [Function],
  5071.         [Symbol(ServerResponse)]: [Function],
  5072.         [Symbol(asyncId)]: 6 },
  5073.      _server:
  5074.       Server {
  5075.         _events: [Object],
  5076.         _eventsCount: 2,
  5077.         _maxListeners: undefined,
  5078.         _connections: 1,
  5079.         _handle: [TCP],
  5080.         _usingWorkers: false,
  5081.         _workers: [],
  5082.         _unref: false,
  5083.         allowHalfOpen: true,
  5084.         pauseOnConnect: false,
  5085.         httpAllowHalfOpen: false,
  5086.         timeout: 120000,
  5087.         keepAliveTimeout: 5000,
  5088.         maxHeadersCount: null,
  5089.         headersTimeout: 40000,
  5090.         _connectionKey: '4:127.0.0.1:1337',
  5091.         [Symbol(IncomingMessage)]: [Function],
  5092.         [Symbol(ServerResponse)]: [Function],
  5093.         [Symbol(asyncId)]: 6 },
  5094.      timeout: 120000,
  5095.      parser:
  5096.       HTTPParser {
  5097.         '0': [Function: parserOnHeaders],
  5098.         '1': [Function: parserOnHeadersComplete],
  5099.         '2': [Function: parserOnBody],
  5100.         '3': [Function: parserOnMessageComplete],
  5101.         '4': [Function: bound onParserExecute],
  5102.         _headers: [],
  5103.         _url: '',
  5104.         socket: [Circular],
  5105.         incoming: [Circular],
  5106.         outgoing: null,
  5107.         maxHeaderPairs: 2000,
  5108.         _consumed: true,
  5109.         onIncoming: [Function: bound parserOnIncoming],
  5110.         parsingHeadersStart: 0,
  5111.         [Symbol(isReused)]: false },
  5112.      on: [Function: socketOnWrap],
  5113.      _paused: false,
  5114.      _httpMessage:
  5115.       ServerResponse {
  5116.         _events: [Object],
  5117.         _eventsCount: 1,
  5118.         _maxListeners: undefined,
  5119.         output: [],
  5120.         outputEncodings: [],
  5121.         outputCallbacks: [],
  5122.         outputSize: 0,
  5123.         writable: true,
  5124.         _last: false,
  5125.         chunkedEncoding: false,
  5126.         shouldKeepAlive: true,
  5127.         useChunkedEncodingByDefault: true,
  5128.         sendDate: true,
  5129.         _removedConnection: false,
  5130.         _removedContLen: false,
  5131.         _removedTE: false,
  5132.         _contentLength: null,
  5133.         _hasBody: true,
  5134.         _trailer: '',
  5135.         finished: false,
  5136.         _headerSent: false,
  5137.         socket: [Circular],
  5138.         connection: [Circular],
  5139.         _header: null,
  5140.         _onPendingData: [Function: bound updateOutgoingData],
  5141.         _sent100: false,
  5142.         _expect_continue: false,
  5143.         [Symbol(isCorked)]: false,
  5144.         [Symbol(outHeadersKey)]: null },
  5145.      [Symbol(asyncId)]: 8,
  5146.      [Symbol(lastWriteQueueSize)]: 0,
  5147.      [Symbol(timeout)]:
  5148.       Timeout {
  5149.         _called: false,
  5150.         _idleTimeout: 120000,
  5151.         _idlePrev: [TimersList],
  5152.         _idleNext: [TimersList],
  5153.         _idleStart: 8680,
  5154.         _onTimeout: [Function: bound ],
  5155.         _timerArgs: undefined,
  5156.         _repeat: null,
  5157.         _destroyed: false,
  5158.         [Symbol(unrefed)]: true,
  5159.         [Symbol(asyncId)]: 96,
  5160.         [Symbol(triggerId)]: 11 },
  5161.      [Symbol(kBytesRead)]: 0,
  5162.      [Symbol(kBytesWritten)]: 0 },
  5163.   httpVersionMajor: 1,
  5164.   httpVersionMinor: 1,
  5165.   httpVersion: '1.1',
  5166.   complete: false,
  5167.   headers:
  5168.    { host: '127.0.0.1:1337',
  5169.      connection: 'keep-alive',
  5170.      pragma: 'no-cache',
  5171.      'cache-control': 'no-cache',
  5172.      'sec-fetch-mode': 'no-cors',
  5173.      'user-agent':
  5174.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  5175.      accept: 'image/webp,image/apng,image/*,*/*;q=0.8',
  5176.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  5177.      'sec-fetch-site': 'same-origin',
  5178.      referer: 'http://127.0.0.1:1337/',
  5179.      'accept-encoding': 'gzip, deflate, br',
  5180.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  5181.   rawHeaders:
  5182.    [ 'Host',
  5183.      '127.0.0.1:1337',
  5184.      'Connection',
  5185.      'keep-alive',
  5186.      'Pragma',
  5187.      'no-cache',
  5188.      'Cache-Control',
  5189.      'no-cache',
  5190.      'Sec-Fetch-Mode',
  5191.      'no-cors',
  5192.      'User-Agent',
  5193.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  5194.      'Accept',
  5195.      'image/webp,image/apng,image/*,*/*;q=0.8',
  5196.      'proxy-authorization',
  5197.      'Basic bnVsbCZudWxsOm51bGw=',
  5198.      'Sec-Fetch-Site',
  5199.      'same-origin',
  5200.      'Referer',
  5201.      'http://127.0.0.1:1337/',
  5202.      'Accept-Encoding',
  5203.      'gzip, deflate, br',
  5204.      'Accept-Language',
  5205.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  5206.   trailers: {},
  5207.   rawTrailers: [],
  5208.   aborted: false,
  5209.   upgrade: false,
  5210.   url: '/favicon.ico',
  5211.   method: 'GET',
  5212.   statusCode: null,
  5213.   statusMessage: null,
  5214.   client:
  5215.    Socket {
  5216.      connecting: false,
  5217.      _hadError: false,
  5218.      _handle:
  5219.       TCP {
  5220.         reading: true,
  5221.         onread: [Function: onStreamRead],
  5222.         onconnection: null,
  5223.         _consumed: true,
  5224.         [Symbol(owner)]: [Circular] },
  5225.      _parent: null,
  5226.      _host: null,
  5227.      _readableState:
  5228.       ReadableState {
  5229.         objectMode: false,
  5230.         highWaterMark: 16384,
  5231.         buffer: BufferList { head: null, tail: null, length: 0 },
  5232.         length: 0,
  5233.         pipes: null,
  5234.         pipesCount: 0,
  5235.         flowing: true,
  5236.         ended: false,
  5237.         endEmitted: false,
  5238.         reading: true,
  5239.         sync: false,
  5240.         needReadable: true,
  5241.         emittedReadable: false,
  5242.         readableListening: false,
  5243.         resumeScheduled: false,
  5244.         paused: false,
  5245.         emitClose: false,
  5246.         autoDestroy: false,
  5247.         destroyed: false,
  5248.         defaultEncoding: 'utf8',
  5249.         awaitDrain: 0,
  5250.         readingMore: false,
  5251.         decoder: null,
  5252.         encoding: null },
  5253.      readable: true,
  5254.      _events:
  5255.       [Object: null prototype] {
  5256.         end: [Array],
  5257.         drain: [Array],
  5258.         timeout: [Function: socketOnTimeout],
  5259.         data: [Function: bound socketOnData],
  5260.         error: [Function: socketOnError],
  5261.         close: [Array],
  5262.         resume: [Function: onSocketResume],
  5263.         pause: [Function: onSocketPause] },
  5264.      _eventsCount: 8,
  5265.      _maxListeners: undefined,
  5266.      _writableState:
  5267.       WritableState {
  5268.         objectMode: false,
  5269.         highWaterMark: 16384,
  5270.         finalCalled: false,
  5271.         needDrain: false,
  5272.         ending: false,
  5273.         ended: false,
  5274.         finished: false,
  5275.         destroyed: false,
  5276.         decodeStrings: false,
  5277.         defaultEncoding: 'utf8',
  5278.         length: 0,
  5279.         writing: false,
  5280.         corked: 0,
  5281.         sync: false,
  5282.         bufferProcessing: false,
  5283.         onwrite: [Function: bound onwrite],
  5284.         writecb: null,
  5285.         writelen: 0,
  5286.         bufferedRequest: null,
  5287.         lastBufferedRequest: null,
  5288.         pendingcb: 0,
  5289.         prefinished: false,
  5290.         errorEmitted: false,
  5291.         emitClose: false,
  5292.         autoDestroy: false,
  5293.         bufferedRequestCount: 0,
  5294.         corkedRequestsFree: [Object] },
  5295.      writable: true,
  5296.      allowHalfOpen: true,
  5297.      _sockname: null,
  5298.      _pendingData: null,
  5299.      _pendingEncoding: '',
  5300.      server:
  5301.       Server {
  5302.         _events: [Object],
  5303.         _eventsCount: 2,
  5304.         _maxListeners: undefined,
  5305.         _connections: 1,
  5306.         _handle: [TCP],
  5307.         _usingWorkers: false,
  5308.         _workers: [],
  5309.         _unref: false,
  5310.         allowHalfOpen: true,
  5311.         pauseOnConnect: false,
  5312.         httpAllowHalfOpen: false,
  5313.         timeout: 120000,
  5314.         keepAliveTimeout: 5000,
  5315.         maxHeadersCount: null,
  5316.         headersTimeout: 40000,
  5317.         _connectionKey: '4:127.0.0.1:1337',
  5318.         [Symbol(IncomingMessage)]: [Function],
  5319.         [Symbol(ServerResponse)]: [Function],
  5320.         [Symbol(asyncId)]: 6 },
  5321.      _server:
  5322.       Server {
  5323.         _events: [Object],
  5324.         _eventsCount: 2,
  5325.         _maxListeners: undefined,
  5326.         _connections: 1,
  5327.         _handle: [TCP],
  5328.         _usingWorkers: false,
  5329.         _workers: [],
  5330.         _unref: false,
  5331.         allowHalfOpen: true,
  5332.         pauseOnConnect: false,
  5333.         httpAllowHalfOpen: false,
  5334.         timeout: 120000,
  5335.         keepAliveTimeout: 5000,
  5336.         maxHeadersCount: null,
  5337.         headersTimeout: 40000,
  5338.         _connectionKey: '4:127.0.0.1:1337',
  5339.         [Symbol(IncomingMessage)]: [Function],
  5340.         [Symbol(ServerResponse)]: [Function],
  5341.         [Symbol(asyncId)]: 6 },
  5342.      timeout: 120000,
  5343.      parser:
  5344.       HTTPParser {
  5345.         '0': [Function: parserOnHeaders],
  5346.         '1': [Function: parserOnHeadersComplete],
  5347.         '2': [Function: parserOnBody],
  5348.         '3': [Function: parserOnMessageComplete],
  5349.         '4': [Function: bound onParserExecute],
  5350.         _headers: [],
  5351.         _url: '',
  5352.         socket: [Circular],
  5353.         incoming: [Circular],
  5354.         outgoing: null,
  5355.         maxHeaderPairs: 2000,
  5356.         _consumed: true,
  5357.         onIncoming: [Function: bound parserOnIncoming],
  5358.         parsingHeadersStart: 0,
  5359.         [Symbol(isReused)]: false },
  5360.      on: [Function: socketOnWrap],
  5361.      _paused: false,
  5362.      _httpMessage:
  5363.       ServerResponse {
  5364.         _events: [Object],
  5365.         _eventsCount: 1,
  5366.         _maxListeners: undefined,
  5367.         output: [],
  5368.         outputEncodings: [],
  5369.         outputCallbacks: [],
  5370.         outputSize: 0,
  5371.         writable: true,
  5372.         _last: false,
  5373.         chunkedEncoding: false,
  5374.         shouldKeepAlive: true,
  5375.         useChunkedEncodingByDefault: true,
  5376.         sendDate: true,
  5377.         _removedConnection: false,
  5378.         _removedContLen: false,
  5379.         _removedTE: false,
  5380.         _contentLength: null,
  5381.         _hasBody: true,
  5382.         _trailer: '',
  5383.         finished: false,
  5384.         _headerSent: false,
  5385.         socket: [Circular],
  5386.         connection: [Circular],
  5387.         _header: null,
  5388.         _onPendingData: [Function: bound updateOutgoingData],
  5389.         _sent100: false,
  5390.         _expect_continue: false,
  5391.         [Symbol(isCorked)]: false,
  5392.         [Symbol(outHeadersKey)]: null },
  5393.      [Symbol(asyncId)]: 8,
  5394.      [Symbol(lastWriteQueueSize)]: 0,
  5395.      [Symbol(timeout)]:
  5396.       Timeout {
  5397.         _called: false,
  5398.         _idleTimeout: 120000,
  5399.         _idlePrev: [TimersList],
  5400.         _idleNext: [TimersList],
  5401.         _idleStart: 8680,
  5402.         _onTimeout: [Function: bound ],
  5403.         _timerArgs: undefined,
  5404.         _repeat: null,
  5405.         _destroyed: false,
  5406.         [Symbol(unrefed)]: true,
  5407.         [Symbol(asyncId)]: 96,
  5408.         [Symbol(triggerId)]: 11 },
  5409.      [Symbol(kBytesRead)]: 0,
  5410.      [Symbol(kBytesWritten)]: 0 },
  5411.   _consuming: false,
  5412.   _dumped: false }
  5413. IncomingMessage {
  5414.   _readableState:
  5415.    ReadableState {
  5416.      objectMode: false,
  5417.      highWaterMark: 16384,
  5418.      buffer: BufferList { head: null, tail: null, length: 0 },
  5419.      length: 0,
  5420.      pipes: null,
  5421.      pipesCount: 0,
  5422.      flowing: null,
  5423.      ended: false,
  5424.      endEmitted: false,
  5425.      reading: false,
  5426.      sync: true,
  5427.      needReadable: false,
  5428.      emittedReadable: false,
  5429.      readableListening: false,
  5430.      resumeScheduled: false,
  5431.      paused: true,
  5432.      emitClose: true,
  5433.      autoDestroy: false,
  5434.      destroyed: false,
  5435.      defaultEncoding: 'utf8',
  5436.      awaitDrain: 0,
  5437.      readingMore: true,
  5438.      decoder: null,
  5439.      encoding: null },
  5440.   readable: true,
  5441.   _events:
  5442.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  5443.   _eventsCount: 1,
  5444.   _maxListeners: undefined,
  5445.   socket:
  5446.    Socket {
  5447.      connecting: false,
  5448.      _hadError: false,
  5449.      _handle:
  5450.       TCP {
  5451.         reading: true,
  5452.         onread: [Function: onStreamRead],
  5453.         onconnection: null,
  5454.         _consumed: true,
  5455.         [Symbol(owner)]: [Circular] },
  5456.      _parent: null,
  5457.      _host: null,
  5458.      _readableState:
  5459.       ReadableState {
  5460.         objectMode: false,
  5461.         highWaterMark: 16384,
  5462.         buffer: BufferList { head: null, tail: null, length: 0 },
  5463.         length: 0,
  5464.         pipes: null,
  5465.         pipesCount: 0,
  5466.         flowing: true,
  5467.         ended: false,
  5468.         endEmitted: false,
  5469.         reading: true,
  5470.         sync: false,
  5471.         needReadable: true,
  5472.         emittedReadable: false,
  5473.         readableListening: false,
  5474.         resumeScheduled: false,
  5475.         paused: false,
  5476.         emitClose: false,
  5477.         autoDestroy: false,
  5478.         destroyed: false,
  5479.         defaultEncoding: 'utf8',
  5480.         awaitDrain: 0,
  5481.         readingMore: false,
  5482.         decoder: null,
  5483.         encoding: null },
  5484.      readable: true,
  5485.      _events:
  5486.       [Object: null prototype] {
  5487.         end: [Array],
  5488.         drain: [Array],
  5489.         timeout: [Function: socketOnTimeout],
  5490.         data: [Function: bound socketOnData],
  5491.         error: [Function: socketOnError],
  5492.         close: [Array],
  5493.         resume: [Function: onSocketResume],
  5494.         pause: [Function: onSocketPause] },
  5495.      _eventsCount: 8,
  5496.      _maxListeners: undefined,
  5497.      _writableState:
  5498.       WritableState {
  5499.         objectMode: false,
  5500.         highWaterMark: 16384,
  5501.         finalCalled: false,
  5502.         needDrain: false,
  5503.         ending: false,
  5504.         ended: false,
  5505.         finished: false,
  5506.         destroyed: false,
  5507.         decodeStrings: false,
  5508.         defaultEncoding: 'utf8',
  5509.         length: 0,
  5510.         writing: false,
  5511.         corked: 0,
  5512.         sync: false,
  5513.         bufferProcessing: false,
  5514.         onwrite: [Function: bound onwrite],
  5515.         writecb: null,
  5516.         writelen: 0,
  5517.         bufferedRequest: null,
  5518.         lastBufferedRequest: null,
  5519.         pendingcb: 0,
  5520.         prefinished: false,
  5521.         errorEmitted: false,
  5522.         emitClose: false,
  5523.         autoDestroy: false,
  5524.         bufferedRequestCount: 0,
  5525.         corkedRequestsFree: [Object] },
  5526.      writable: true,
  5527.      allowHalfOpen: true,
  5528.      _sockname: null,
  5529.      _pendingData: null,
  5530.      _pendingEncoding: '',
  5531.      server:
  5532.       Server {
  5533.         _events: [Object],
  5534.         _eventsCount: 2,
  5535.         _maxListeners: undefined,
  5536.         _connections: 1,
  5537.         _handle: [TCP],
  5538.         _usingWorkers: false,
  5539.         _workers: [],
  5540.         _unref: false,
  5541.         allowHalfOpen: true,
  5542.         pauseOnConnect: false,
  5543.         httpAllowHalfOpen: false,
  5544.         timeout: 120000,
  5545.         keepAliveTimeout: 5000,
  5546.         maxHeadersCount: null,
  5547.         headersTimeout: 40000,
  5548.         _connectionKey: '4:127.0.0.1:1337',
  5549.         [Symbol(IncomingMessage)]: [Function],
  5550.         [Symbol(ServerResponse)]: [Function],
  5551.         [Symbol(asyncId)]: 6 },
  5552.      _server:
  5553.       Server {
  5554.         _events: [Object],
  5555.         _eventsCount: 2,
  5556.         _maxListeners: undefined,
  5557.         _connections: 1,
  5558.         _handle: [TCP],
  5559.         _usingWorkers: false,
  5560.         _workers: [],
  5561.         _unref: false,
  5562.         allowHalfOpen: true,
  5563.         pauseOnConnect: false,
  5564.         httpAllowHalfOpen: false,
  5565.         timeout: 120000,
  5566.         keepAliveTimeout: 5000,
  5567.         maxHeadersCount: null,
  5568.         headersTimeout: 40000,
  5569.         _connectionKey: '4:127.0.0.1:1337',
  5570.         [Symbol(IncomingMessage)]: [Function],
  5571.         [Symbol(ServerResponse)]: [Function],
  5572.         [Symbol(asyncId)]: 6 },
  5573.      timeout: 120000,
  5574.      parser:
  5575.       HTTPParser {
  5576.         '0': [Function: parserOnHeaders],
  5577.         '1': [Function: parserOnHeadersComplete],
  5578.         '2': [Function: parserOnBody],
  5579.         '3': [Function: parserOnMessageComplete],
  5580.         '4': [Function: bound onParserExecute],
  5581.         _headers: [],
  5582.         _url: '',
  5583.         socket: [Circular],
  5584.         incoming: [Circular],
  5585.         outgoing: null,
  5586.         maxHeaderPairs: 2000,
  5587.         _consumed: true,
  5588.         onIncoming: [Function: bound parserOnIncoming],
  5589.         parsingHeadersStart: 0,
  5590.         [Symbol(isReused)]: false },
  5591.      on: [Function: socketOnWrap],
  5592.      _paused: false,
  5593.      _httpMessage:
  5594.       ServerResponse {
  5595.         _events: [Object],
  5596.         _eventsCount: 1,
  5597.         _maxListeners: undefined,
  5598.         output: [],
  5599.         outputEncodings: [],
  5600.         outputCallbacks: [],
  5601.         outputSize: 0,
  5602.         writable: true,
  5603.         _last: false,
  5604.         chunkedEncoding: false,
  5605.         shouldKeepAlive: true,
  5606.         useChunkedEncodingByDefault: true,
  5607.         sendDate: true,
  5608.         _removedConnection: false,
  5609.         _removedContLen: false,
  5610.         _removedTE: false,
  5611.         _contentLength: null,
  5612.         _hasBody: true,
  5613.         _trailer: '',
  5614.         finished: false,
  5615.         _headerSent: false,
  5616.         socket: [Circular],
  5617.         connection: [Circular],
  5618.         _header: null,
  5619.         _onPendingData: [Function: bound updateOutgoingData],
  5620.         _sent100: false,
  5621.         _expect_continue: false,
  5622.         [Symbol(isCorked)]: false,
  5623.         [Symbol(outHeadersKey)]: null },
  5624.      [Symbol(asyncId)]: 8,
  5625.      [Symbol(lastWriteQueueSize)]: 0,
  5626.      [Symbol(timeout)]:
  5627.       Timeout {
  5628.         _called: false,
  5629.         _idleTimeout: 120000,
  5630.         _idlePrev: [TimersList],
  5631.         _idleNext: [TimersList],
  5632.         _idleStart: 8833,
  5633.         _onTimeout: [Function: bound ],
  5634.         _timerArgs: undefined,
  5635.         _repeat: null,
  5636.         _destroyed: false,
  5637.         [Symbol(unrefed)]: true,
  5638.         [Symbol(asyncId)]: 107,
  5639.         [Symbol(triggerId)]: 11 },
  5640.      [Symbol(kBytesRead)]: 0,
  5641.      [Symbol(kBytesWritten)]: 0 },
  5642.   connection:
  5643.    Socket {
  5644.      connecting: false,
  5645.      _hadError: false,
  5646.      _handle:
  5647.       TCP {
  5648.         reading: true,
  5649.         onread: [Function: onStreamRead],
  5650.         onconnection: null,
  5651.         _consumed: true,
  5652.         [Symbol(owner)]: [Circular] },
  5653.      _parent: null,
  5654.      _host: null,
  5655.      _readableState:
  5656.       ReadableState {
  5657.         objectMode: false,
  5658.         highWaterMark: 16384,
  5659.         buffer: BufferList { head: null, tail: null, length: 0 },
  5660.         length: 0,
  5661.         pipes: null,
  5662.         pipesCount: 0,
  5663.         flowing: true,
  5664.         ended: false,
  5665.         endEmitted: false,
  5666.         reading: true,
  5667.         sync: false,
  5668.         needReadable: true,
  5669.         emittedReadable: false,
  5670.         readableListening: false,
  5671.         resumeScheduled: false,
  5672.         paused: false,
  5673.         emitClose: false,
  5674.         autoDestroy: false,
  5675.         destroyed: false,
  5676.         defaultEncoding: 'utf8',
  5677.         awaitDrain: 0,
  5678.         readingMore: false,
  5679.         decoder: null,
  5680.         encoding: null },
  5681.      readable: true,
  5682.      _events:
  5683.       [Object: null prototype] {
  5684.         end: [Array],
  5685.         drain: [Array],
  5686.         timeout: [Function: socketOnTimeout],
  5687.         data: [Function: bound socketOnData],
  5688.         error: [Function: socketOnError],
  5689.         close: [Array],
  5690.         resume: [Function: onSocketResume],
  5691.         pause: [Function: onSocketPause] },
  5692.      _eventsCount: 8,
  5693.      _maxListeners: undefined,
  5694.      _writableState:
  5695.       WritableState {
  5696.         objectMode: false,
  5697.         highWaterMark: 16384,
  5698.         finalCalled: false,
  5699.         needDrain: false,
  5700.         ending: false,
  5701.         ended: false,
  5702.         finished: false,
  5703.         destroyed: false,
  5704.         decodeStrings: false,
  5705.         defaultEncoding: 'utf8',
  5706.         length: 0,
  5707.         writing: false,
  5708.         corked: 0,
  5709.         sync: false,
  5710.         bufferProcessing: false,
  5711.         onwrite: [Function: bound onwrite],
  5712.         writecb: null,
  5713.         writelen: 0,
  5714.         bufferedRequest: null,
  5715.         lastBufferedRequest: null,
  5716.         pendingcb: 0,
  5717.         prefinished: false,
  5718.         errorEmitted: false,
  5719.         emitClose: false,
  5720.         autoDestroy: false,
  5721.         bufferedRequestCount: 0,
  5722.         corkedRequestsFree: [Object] },
  5723.      writable: true,
  5724.      allowHalfOpen: true,
  5725.      _sockname: null,
  5726.      _pendingData: null,
  5727.      _pendingEncoding: '',
  5728.      server:
  5729.       Server {
  5730.         _events: [Object],
  5731.         _eventsCount: 2,
  5732.         _maxListeners: undefined,
  5733.         _connections: 1,
  5734.         _handle: [TCP],
  5735.         _usingWorkers: false,
  5736.         _workers: [],
  5737.         _unref: false,
  5738.         allowHalfOpen: true,
  5739.         pauseOnConnect: false,
  5740.         httpAllowHalfOpen: false,
  5741.         timeout: 120000,
  5742.         keepAliveTimeout: 5000,
  5743.         maxHeadersCount: null,
  5744.         headersTimeout: 40000,
  5745.         _connectionKey: '4:127.0.0.1:1337',
  5746.         [Symbol(IncomingMessage)]: [Function],
  5747.         [Symbol(ServerResponse)]: [Function],
  5748.         [Symbol(asyncId)]: 6 },
  5749.      _server:
  5750.       Server {
  5751.         _events: [Object],
  5752.         _eventsCount: 2,
  5753.         _maxListeners: undefined,
  5754.         _connections: 1,
  5755.         _handle: [TCP],
  5756.         _usingWorkers: false,
  5757.         _workers: [],
  5758.         _unref: false,
  5759.         allowHalfOpen: true,
  5760.         pauseOnConnect: false,
  5761.         httpAllowHalfOpen: false,
  5762.         timeout: 120000,
  5763.         keepAliveTimeout: 5000,
  5764.         maxHeadersCount: null,
  5765.         headersTimeout: 40000,
  5766.         _connectionKey: '4:127.0.0.1:1337',
  5767.         [Symbol(IncomingMessage)]: [Function],
  5768.         [Symbol(ServerResponse)]: [Function],
  5769.         [Symbol(asyncId)]: 6 },
  5770.      timeout: 120000,
  5771.      parser:
  5772.       HTTPParser {
  5773.         '0': [Function: parserOnHeaders],
  5774.         '1': [Function: parserOnHeadersComplete],
  5775.         '2': [Function: parserOnBody],
  5776.         '3': [Function: parserOnMessageComplete],
  5777.         '4': [Function: bound onParserExecute],
  5778.         _headers: [],
  5779.         _url: '',
  5780.         socket: [Circular],
  5781.         incoming: [Circular],
  5782.         outgoing: null,
  5783.         maxHeaderPairs: 2000,
  5784.         _consumed: true,
  5785.         onIncoming: [Function: bound parserOnIncoming],
  5786.         parsingHeadersStart: 0,
  5787.         [Symbol(isReused)]: false },
  5788.      on: [Function: socketOnWrap],
  5789.      _paused: false,
  5790.      _httpMessage:
  5791.       ServerResponse {
  5792.         _events: [Object],
  5793.         _eventsCount: 1,
  5794.         _maxListeners: undefined,
  5795.         output: [],
  5796.         outputEncodings: [],
  5797.         outputCallbacks: [],
  5798.         outputSize: 0,
  5799.         writable: true,
  5800.         _last: false,
  5801.         chunkedEncoding: false,
  5802.         shouldKeepAlive: true,
  5803.         useChunkedEncodingByDefault: true,
  5804.         sendDate: true,
  5805.         _removedConnection: false,
  5806.         _removedContLen: false,
  5807.         _removedTE: false,
  5808.         _contentLength: null,
  5809.         _hasBody: true,
  5810.         _trailer: '',
  5811.         finished: false,
  5812.         _headerSent: false,
  5813.         socket: [Circular],
  5814.         connection: [Circular],
  5815.         _header: null,
  5816.         _onPendingData: [Function: bound updateOutgoingData],
  5817.         _sent100: false,
  5818.         _expect_continue: false,
  5819.         [Symbol(isCorked)]: false,
  5820.         [Symbol(outHeadersKey)]: null },
  5821.      [Symbol(asyncId)]: 8,
  5822.      [Symbol(lastWriteQueueSize)]: 0,
  5823.      [Symbol(timeout)]:
  5824.       Timeout {
  5825.         _called: false,
  5826.         _idleTimeout: 120000,
  5827.         _idlePrev: [TimersList],
  5828.         _idleNext: [TimersList],
  5829.         _idleStart: 8833,
  5830.         _onTimeout: [Function: bound ],
  5831.         _timerArgs: undefined,
  5832.         _repeat: null,
  5833.         _destroyed: false,
  5834.         [Symbol(unrefed)]: true,
  5835.         [Symbol(asyncId)]: 107,
  5836.         [Symbol(triggerId)]: 11 },
  5837.      [Symbol(kBytesRead)]: 0,
  5838.      [Symbol(kBytesWritten)]: 0 },
  5839.   httpVersionMajor: 1,
  5840.   httpVersionMinor: 1,
  5841.   httpVersion: '1.1',
  5842.   complete: false,
  5843.   headers:
  5844.    { host: '127.0.0.1:1337',
  5845.      connection: 'keep-alive',
  5846.      'cache-control': 'max-age=0',
  5847.      'upgrade-insecure-requests': '1',
  5848.      'user-agent':
  5849.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  5850.      'sec-fetch-mode': 'navigate',
  5851.      'sec-fetch-user': '?1',
  5852.      accept:
  5853.       'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  5854.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  5855.      'sec-fetch-site': 'none',
  5856.      'accept-encoding': 'gzip, deflate, br',
  5857.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  5858.   rawHeaders:
  5859.    [ 'Host',
  5860.      '127.0.0.1:1337',
  5861.      'Connection',
  5862.      'keep-alive',
  5863.      'Cache-Control',
  5864.      'max-age=0',
  5865.      'Upgrade-Insecure-Requests',
  5866.      '1',
  5867.      'User-Agent',
  5868.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  5869.      'Sec-Fetch-Mode',
  5870.      'navigate',
  5871.      'Sec-Fetch-User',
  5872.      '?1',
  5873.      'Accept',
  5874.      'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  5875.      'proxy-authorization',
  5876.      'Basic bnVsbCZudWxsOm51bGw=',
  5877.      'Sec-Fetch-Site',
  5878.      'none',
  5879.      'Accept-Encoding',
  5880.      'gzip, deflate, br',
  5881.      'Accept-Language',
  5882.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  5883.   trailers: {},
  5884.   rawTrailers: [],
  5885.   aborted: false,
  5886.   upgrade: false,
  5887.   url: '/',
  5888.   method: 'GET',
  5889.   statusCode: null,
  5890.   statusMessage: null,
  5891.   client:
  5892.    Socket {
  5893.      connecting: false,
  5894.      _hadError: false,
  5895.      _handle:
  5896.       TCP {
  5897.         reading: true,
  5898.         onread: [Function: onStreamRead],
  5899.         onconnection: null,
  5900.         _consumed: true,
  5901.         [Symbol(owner)]: [Circular] },
  5902.      _parent: null,
  5903.      _host: null,
  5904.      _readableState:
  5905.       ReadableState {
  5906.         objectMode: false,
  5907.         highWaterMark: 16384,
  5908.         buffer: BufferList { head: null, tail: null, length: 0 },
  5909.         length: 0,
  5910.         pipes: null,
  5911.         pipesCount: 0,
  5912.         flowing: true,
  5913.         ended: false,
  5914.         endEmitted: false,
  5915.         reading: true,
  5916.         sync: false,
  5917.         needReadable: true,
  5918.         emittedReadable: false,
  5919.         readableListening: false,
  5920.         resumeScheduled: false,
  5921.         paused: false,
  5922.         emitClose: false,
  5923.         autoDestroy: false,
  5924.         destroyed: false,
  5925.         defaultEncoding: 'utf8',
  5926.         awaitDrain: 0,
  5927.         readingMore: false,
  5928.         decoder: null,
  5929.         encoding: null },
  5930.      readable: true,
  5931.      _events:
  5932.       [Object: null prototype] {
  5933.         end: [Array],
  5934.         drain: [Array],
  5935.         timeout: [Function: socketOnTimeout],
  5936.         data: [Function: bound socketOnData],
  5937.         error: [Function: socketOnError],
  5938.         close: [Array],
  5939.         resume: [Function: onSocketResume],
  5940.         pause: [Function: onSocketPause] },
  5941.      _eventsCount: 8,
  5942.      _maxListeners: undefined,
  5943.      _writableState:
  5944.       WritableState {
  5945.         objectMode: false,
  5946.         highWaterMark: 16384,
  5947.         finalCalled: false,
  5948.         needDrain: false,
  5949.         ending: false,
  5950.         ended: false,
  5951.         finished: false,
  5952.         destroyed: false,
  5953.         decodeStrings: false,
  5954.         defaultEncoding: 'utf8',
  5955.         length: 0,
  5956.         writing: false,
  5957.         corked: 0,
  5958.         sync: false,
  5959.         bufferProcessing: false,
  5960.         onwrite: [Function: bound onwrite],
  5961.         writecb: null,
  5962.         writelen: 0,
  5963.         bufferedRequest: null,
  5964.         lastBufferedRequest: null,
  5965.         pendingcb: 0,
  5966.         prefinished: false,
  5967.         errorEmitted: false,
  5968.         emitClose: false,
  5969.         autoDestroy: false,
  5970.         bufferedRequestCount: 0,
  5971.         corkedRequestsFree: [Object] },
  5972.      writable: true,
  5973.      allowHalfOpen: true,
  5974.      _sockname: null,
  5975.      _pendingData: null,
  5976.      _pendingEncoding: '',
  5977.      server:
  5978.       Server {
  5979.         _events: [Object],
  5980.         _eventsCount: 2,
  5981.         _maxListeners: undefined,
  5982.         _connections: 1,
  5983.         _handle: [TCP],
  5984.         _usingWorkers: false,
  5985.         _workers: [],
  5986.         _unref: false,
  5987.         allowHalfOpen: true,
  5988.         pauseOnConnect: false,
  5989.         httpAllowHalfOpen: false,
  5990.         timeout: 120000,
  5991.         keepAliveTimeout: 5000,
  5992.         maxHeadersCount: null,
  5993.         headersTimeout: 40000,
  5994.         _connectionKey: '4:127.0.0.1:1337',
  5995.         [Symbol(IncomingMessage)]: [Function],
  5996.         [Symbol(ServerResponse)]: [Function],
  5997.         [Symbol(asyncId)]: 6 },
  5998.      _server:
  5999.       Server {
  6000.         _events: [Object],
  6001.         _eventsCount: 2,
  6002.         _maxListeners: undefined,
  6003.         _connections: 1,
  6004.         _handle: [TCP],
  6005.         _usingWorkers: false,
  6006.         _workers: [],
  6007.         _unref: false,
  6008.         allowHalfOpen: true,
  6009.         pauseOnConnect: false,
  6010.         httpAllowHalfOpen: false,
  6011.         timeout: 120000,
  6012.         keepAliveTimeout: 5000,
  6013.         maxHeadersCount: null,
  6014.         headersTimeout: 40000,
  6015.         _connectionKey: '4:127.0.0.1:1337',
  6016.         [Symbol(IncomingMessage)]: [Function],
  6017.         [Symbol(ServerResponse)]: [Function],
  6018.         [Symbol(asyncId)]: 6 },
  6019.      timeout: 120000,
  6020.      parser:
  6021.       HTTPParser {
  6022.         '0': [Function: parserOnHeaders],
  6023.         '1': [Function: parserOnHeadersComplete],
  6024.         '2': [Function: parserOnBody],
  6025.         '3': [Function: parserOnMessageComplete],
  6026.         '4': [Function: bound onParserExecute],
  6027.         _headers: [],
  6028.         _url: '',
  6029.         socket: [Circular],
  6030.         incoming: [Circular],
  6031.         outgoing: null,
  6032.         maxHeaderPairs: 2000,
  6033.         _consumed: true,
  6034.         onIncoming: [Function: bound parserOnIncoming],
  6035.         parsingHeadersStart: 0,
  6036.         [Symbol(isReused)]: false },
  6037.      on: [Function: socketOnWrap],
  6038.      _paused: false,
  6039.      _httpMessage:
  6040.       ServerResponse {
  6041.         _events: [Object],
  6042.         _eventsCount: 1,
  6043.         _maxListeners: undefined,
  6044.         output: [],
  6045.         outputEncodings: [],
  6046.         outputCallbacks: [],
  6047.         outputSize: 0,
  6048.         writable: true,
  6049.         _last: false,
  6050.         chunkedEncoding: false,
  6051.         shouldKeepAlive: true,
  6052.         useChunkedEncodingByDefault: true,
  6053.         sendDate: true,
  6054.         _removedConnection: false,
  6055.         _removedContLen: false,
  6056.         _removedTE: false,
  6057.         _contentLength: null,
  6058.         _hasBody: true,
  6059.         _trailer: '',
  6060.         finished: false,
  6061.         _headerSent: false,
  6062.         socket: [Circular],
  6063.         connection: [Circular],
  6064.         _header: null,
  6065.         _onPendingData: [Function: bound updateOutgoingData],
  6066.         _sent100: false,
  6067.         _expect_continue: false,
  6068.         [Symbol(isCorked)]: false,
  6069.         [Symbol(outHeadersKey)]: null },
  6070.      [Symbol(asyncId)]: 8,
  6071.      [Symbol(lastWriteQueueSize)]: 0,
  6072.      [Symbol(timeout)]:
  6073.       Timeout {
  6074.         _called: false,
  6075.         _idleTimeout: 120000,
  6076.         _idlePrev: [TimersList],
  6077.         _idleNext: [TimersList],
  6078.         _idleStart: 8833,
  6079.         _onTimeout: [Function: bound ],
  6080.         _timerArgs: undefined,
  6081.         _repeat: null,
  6082.         _destroyed: false,
  6083.         [Symbol(unrefed)]: true,
  6084.         [Symbol(asyncId)]: 107,
  6085.         [Symbol(triggerId)]: 11 },
  6086.      [Symbol(kBytesRead)]: 0,
  6087.      [Symbol(kBytesWritten)]: 0 },
  6088.   _consuming: false,
  6089.   _dumped: false }
  6090. IncomingMessage {
  6091.   _readableState:
  6092.    ReadableState {
  6093.      objectMode: false,
  6094.      highWaterMark: 16384,
  6095.      buffer: BufferList { head: null, tail: null, length: 0 },
  6096.      length: 0,
  6097.      pipes: null,
  6098.      pipesCount: 0,
  6099.      flowing: null,
  6100.      ended: false,
  6101.      endEmitted: false,
  6102.      reading: false,
  6103.      sync: true,
  6104.      needReadable: false,
  6105.      emittedReadable: false,
  6106.      readableListening: false,
  6107.      resumeScheduled: false,
  6108.      paused: true,
  6109.      emitClose: true,
  6110.      autoDestroy: false,
  6111.      destroyed: false,
  6112.      defaultEncoding: 'utf8',
  6113.      awaitDrain: 0,
  6114.      readingMore: true,
  6115.      decoder: null,
  6116.      encoding: null },
  6117.   readable: true,
  6118.   _events:
  6119.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  6120.   _eventsCount: 1,
  6121.   _maxListeners: undefined,
  6122.   socket:
  6123.    Socket {
  6124.      connecting: false,
  6125.      _hadError: false,
  6126.      _handle:
  6127.       TCP {
  6128.         reading: true,
  6129.         onread: [Function: onStreamRead],
  6130.         onconnection: null,
  6131.         _consumed: true,
  6132.         [Symbol(owner)]: [Circular] },
  6133.      _parent: null,
  6134.      _host: null,
  6135.      _readableState:
  6136.       ReadableState {
  6137.         objectMode: false,
  6138.         highWaterMark: 16384,
  6139.         buffer: BufferList { head: null, tail: null, length: 0 },
  6140.         length: 0,
  6141.         pipes: null,
  6142.         pipesCount: 0,
  6143.         flowing: true,
  6144.         ended: false,
  6145.         endEmitted: false,
  6146.         reading: true,
  6147.         sync: false,
  6148.         needReadable: true,
  6149.         emittedReadable: false,
  6150.         readableListening: false,
  6151.         resumeScheduled: false,
  6152.         paused: false,
  6153.         emitClose: false,
  6154.         autoDestroy: false,
  6155.         destroyed: false,
  6156.         defaultEncoding: 'utf8',
  6157.         awaitDrain: 0,
  6158.         readingMore: false,
  6159.         decoder: null,
  6160.         encoding: null },
  6161.      readable: true,
  6162.      _events:
  6163.       [Object: null prototype] {
  6164.         end: [Array],
  6165.         drain: [Array],
  6166.         timeout: [Function: socketOnTimeout],
  6167.         data: [Function: bound socketOnData],
  6168.         error: [Function: socketOnError],
  6169.         close: [Array],
  6170.         resume: [Function: onSocketResume],
  6171.         pause: [Function: onSocketPause] },
  6172.      _eventsCount: 8,
  6173.      _maxListeners: undefined,
  6174.      _writableState:
  6175.       WritableState {
  6176.         objectMode: false,
  6177.         highWaterMark: 16384,
  6178.         finalCalled: false,
  6179.         needDrain: false,
  6180.         ending: false,
  6181.         ended: false,
  6182.         finished: false,
  6183.         destroyed: false,
  6184.         decodeStrings: false,
  6185.         defaultEncoding: 'utf8',
  6186.         length: 0,
  6187.         writing: false,
  6188.         corked: 0,
  6189.         sync: false,
  6190.         bufferProcessing: false,
  6191.         onwrite: [Function: bound onwrite],
  6192.         writecb: null,
  6193.         writelen: 0,
  6194.         bufferedRequest: null,
  6195.         lastBufferedRequest: null,
  6196.         pendingcb: 0,
  6197.         prefinished: false,
  6198.         errorEmitted: false,
  6199.         emitClose: false,
  6200.         autoDestroy: false,
  6201.         bufferedRequestCount: 0,
  6202.         corkedRequestsFree: [Object] },
  6203.      writable: true,
  6204.      allowHalfOpen: true,
  6205.      _sockname: null,
  6206.      _pendingData: null,
  6207.      _pendingEncoding: '',
  6208.      server:
  6209.       Server {
  6210.         _events: [Object],
  6211.         _eventsCount: 2,
  6212.         _maxListeners: undefined,
  6213.         _connections: 1,
  6214.         _handle: [TCP],
  6215.         _usingWorkers: false,
  6216.         _workers: [],
  6217.         _unref: false,
  6218.         allowHalfOpen: true,
  6219.         pauseOnConnect: false,
  6220.         httpAllowHalfOpen: false,
  6221.         timeout: 120000,
  6222.         keepAliveTimeout: 5000,
  6223.         maxHeadersCount: null,
  6224.         headersTimeout: 40000,
  6225.         _connectionKey: '4:127.0.0.1:1337',
  6226.         [Symbol(IncomingMessage)]: [Function],
  6227.         [Symbol(ServerResponse)]: [Function],
  6228.         [Symbol(asyncId)]: 6 },
  6229.      _server:
  6230.       Server {
  6231.         _events: [Object],
  6232.         _eventsCount: 2,
  6233.         _maxListeners: undefined,
  6234.         _connections: 1,
  6235.         _handle: [TCP],
  6236.         _usingWorkers: false,
  6237.         _workers: [],
  6238.         _unref: false,
  6239.         allowHalfOpen: true,
  6240.         pauseOnConnect: false,
  6241.         httpAllowHalfOpen: false,
  6242.         timeout: 120000,
  6243.         keepAliveTimeout: 5000,
  6244.         maxHeadersCount: null,
  6245.         headersTimeout: 40000,
  6246.         _connectionKey: '4:127.0.0.1:1337',
  6247.         [Symbol(IncomingMessage)]: [Function],
  6248.         [Symbol(ServerResponse)]: [Function],
  6249.         [Symbol(asyncId)]: 6 },
  6250.      timeout: 120000,
  6251.      parser:
  6252.       HTTPParser {
  6253.         '0': [Function: parserOnHeaders],
  6254.         '1': [Function: parserOnHeadersComplete],
  6255.         '2': [Function: parserOnBody],
  6256.         '3': [Function: parserOnMessageComplete],
  6257.         '4': [Function: bound onParserExecute],
  6258.         _headers: [],
  6259.         _url: '',
  6260.         socket: [Circular],
  6261.         incoming: [Circular],
  6262.         outgoing: null,
  6263.         maxHeaderPairs: 2000,
  6264.         _consumed: true,
  6265.         onIncoming: [Function: bound parserOnIncoming],
  6266.         parsingHeadersStart: 0,
  6267.         [Symbol(isReused)]: false },
  6268.      on: [Function: socketOnWrap],
  6269.      _paused: false,
  6270.      _httpMessage:
  6271.       ServerResponse {
  6272.         _events: [Object],
  6273.         _eventsCount: 1,
  6274.         _maxListeners: undefined,
  6275.         output: [],
  6276.         outputEncodings: [],
  6277.         outputCallbacks: [],
  6278.         outputSize: 0,
  6279.         writable: true,
  6280.         _last: false,
  6281.         chunkedEncoding: false,
  6282.         shouldKeepAlive: true,
  6283.         useChunkedEncodingByDefault: true,
  6284.         sendDate: true,
  6285.         _removedConnection: false,
  6286.         _removedContLen: false,
  6287.         _removedTE: false,
  6288.         _contentLength: null,
  6289.         _hasBody: true,
  6290.         _trailer: '',
  6291.         finished: false,
  6292.         _headerSent: false,
  6293.         socket: [Circular],
  6294.         connection: [Circular],
  6295.         _header: null,
  6296.         _onPendingData: [Function: bound updateOutgoingData],
  6297.         _sent100: false,
  6298.         _expect_continue: false,
  6299.         [Symbol(isCorked)]: false,
  6300.         [Symbol(outHeadersKey)]: null },
  6301.      [Symbol(asyncId)]: 8,
  6302.      [Symbol(lastWriteQueueSize)]: 0,
  6303.      [Symbol(timeout)]:
  6304.       Timeout {
  6305.         _called: false,
  6306.         _idleTimeout: 120000,
  6307.         _idlePrev: [TimersList],
  6308.         _idleNext: [TimersList],
  6309.         _idleStart: 8859,
  6310.         _onTimeout: [Function: bound ],
  6311.         _timerArgs: undefined,
  6312.         _repeat: null,
  6313.         _destroyed: false,
  6314.         [Symbol(unrefed)]: true,
  6315.         [Symbol(asyncId)]: 118,
  6316.         [Symbol(triggerId)]: 11 },
  6317.      [Symbol(kBytesRead)]: 0,
  6318.      [Symbol(kBytesWritten)]: 0 },
  6319.   connection:
  6320.    Socket {
  6321.      connecting: false,
  6322.      _hadError: false,
  6323.      _handle:
  6324.       TCP {
  6325.         reading: true,
  6326.         onread: [Function: onStreamRead],
  6327.         onconnection: null,
  6328.         _consumed: true,
  6329.         [Symbol(owner)]: [Circular] },
  6330.      _parent: null,
  6331.      _host: null,
  6332.      _readableState:
  6333.       ReadableState {
  6334.         objectMode: false,
  6335.         highWaterMark: 16384,
  6336.         buffer: BufferList { head: null, tail: null, length: 0 },
  6337.         length: 0,
  6338.         pipes: null,
  6339.         pipesCount: 0,
  6340.         flowing: true,
  6341.         ended: false,
  6342.         endEmitted: false,
  6343.         reading: true,
  6344.         sync: false,
  6345.         needReadable: true,
  6346.         emittedReadable: false,
  6347.         readableListening: false,
  6348.         resumeScheduled: false,
  6349.         paused: false,
  6350.         emitClose: false,
  6351.         autoDestroy: false,
  6352.         destroyed: false,
  6353.         defaultEncoding: 'utf8',
  6354.         awaitDrain: 0,
  6355.         readingMore: false,
  6356.         decoder: null,
  6357.         encoding: null },
  6358.      readable: true,
  6359.      _events:
  6360.       [Object: null prototype] {
  6361.         end: [Array],
  6362.         drain: [Array],
  6363.         timeout: [Function: socketOnTimeout],
  6364.         data: [Function: bound socketOnData],
  6365.         error: [Function: socketOnError],
  6366.         close: [Array],
  6367.         resume: [Function: onSocketResume],
  6368.         pause: [Function: onSocketPause] },
  6369.      _eventsCount: 8,
  6370.      _maxListeners: undefined,
  6371.      _writableState:
  6372.       WritableState {
  6373.         objectMode: false,
  6374.         highWaterMark: 16384,
  6375.         finalCalled: false,
  6376.         needDrain: false,
  6377.         ending: false,
  6378.         ended: false,
  6379.         finished: false,
  6380.         destroyed: false,
  6381.         decodeStrings: false,
  6382.         defaultEncoding: 'utf8',
  6383.         length: 0,
  6384.         writing: false,
  6385.         corked: 0,
  6386.         sync: false,
  6387.         bufferProcessing: false,
  6388.         onwrite: [Function: bound onwrite],
  6389.         writecb: null,
  6390.         writelen: 0,
  6391.         bufferedRequest: null,
  6392.         lastBufferedRequest: null,
  6393.         pendingcb: 0,
  6394.         prefinished: false,
  6395.         errorEmitted: false,
  6396.         emitClose: false,
  6397.         autoDestroy: false,
  6398.         bufferedRequestCount: 0,
  6399.         corkedRequestsFree: [Object] },
  6400.      writable: true,
  6401.      allowHalfOpen: true,
  6402.      _sockname: null,
  6403.      _pendingData: null,
  6404.      _pendingEncoding: '',
  6405.      server:
  6406.       Server {
  6407.         _events: [Object],
  6408.         _eventsCount: 2,
  6409.         _maxListeners: undefined,
  6410.         _connections: 1,
  6411.         _handle: [TCP],
  6412.         _usingWorkers: false,
  6413.         _workers: [],
  6414.         _unref: false,
  6415.         allowHalfOpen: true,
  6416.         pauseOnConnect: false,
  6417.         httpAllowHalfOpen: false,
  6418.         timeout: 120000,
  6419.         keepAliveTimeout: 5000,
  6420.         maxHeadersCount: null,
  6421.         headersTimeout: 40000,
  6422.         _connectionKey: '4:127.0.0.1:1337',
  6423.         [Symbol(IncomingMessage)]: [Function],
  6424.         [Symbol(ServerResponse)]: [Function],
  6425.         [Symbol(asyncId)]: 6 },
  6426.      _server:
  6427.       Server {
  6428.         _events: [Object],
  6429.         _eventsCount: 2,
  6430.         _maxListeners: undefined,
  6431.         _connections: 1,
  6432.         _handle: [TCP],
  6433.         _usingWorkers: false,
  6434.         _workers: [],
  6435.         _unref: false,
  6436.         allowHalfOpen: true,
  6437.         pauseOnConnect: false,
  6438.         httpAllowHalfOpen: false,
  6439.         timeout: 120000,
  6440.         keepAliveTimeout: 5000,
  6441.         maxHeadersCount: null,
  6442.         headersTimeout: 40000,
  6443.         _connectionKey: '4:127.0.0.1:1337',
  6444.         [Symbol(IncomingMessage)]: [Function],
  6445.         [Symbol(ServerResponse)]: [Function],
  6446.         [Symbol(asyncId)]: 6 },
  6447.      timeout: 120000,
  6448.      parser:
  6449.       HTTPParser {
  6450.         '0': [Function: parserOnHeaders],
  6451.         '1': [Function: parserOnHeadersComplete],
  6452.         '2': [Function: parserOnBody],
  6453.         '3': [Function: parserOnMessageComplete],
  6454.         '4': [Function: bound onParserExecute],
  6455.         _headers: [],
  6456.         _url: '',
  6457.         socket: [Circular],
  6458.         incoming: [Circular],
  6459.         outgoing: null,
  6460.         maxHeaderPairs: 2000,
  6461.         _consumed: true,
  6462.         onIncoming: [Function: bound parserOnIncoming],
  6463.         parsingHeadersStart: 0,
  6464.         [Symbol(isReused)]: false },
  6465.      on: [Function: socketOnWrap],
  6466.      _paused: false,
  6467.      _httpMessage:
  6468.       ServerResponse {
  6469.         _events: [Object],
  6470.         _eventsCount: 1,
  6471.         _maxListeners: undefined,
  6472.         output: [],
  6473.         outputEncodings: [],
  6474.         outputCallbacks: [],
  6475.         outputSize: 0,
  6476.         writable: true,
  6477.         _last: false,
  6478.         chunkedEncoding: false,
  6479.         shouldKeepAlive: true,
  6480.         useChunkedEncodingByDefault: true,
  6481.         sendDate: true,
  6482.         _removedConnection: false,
  6483.         _removedContLen: false,
  6484.         _removedTE: false,
  6485.         _contentLength: null,
  6486.         _hasBody: true,
  6487.         _trailer: '',
  6488.         finished: false,
  6489.         _headerSent: false,
  6490.         socket: [Circular],
  6491.         connection: [Circular],
  6492.         _header: null,
  6493.         _onPendingData: [Function: bound updateOutgoingData],
  6494.         _sent100: false,
  6495.         _expect_continue: false,
  6496.         [Symbol(isCorked)]: false,
  6497.         [Symbol(outHeadersKey)]: null },
  6498.      [Symbol(asyncId)]: 8,
  6499.      [Symbol(lastWriteQueueSize)]: 0,
  6500.      [Symbol(timeout)]:
  6501.       Timeout {
  6502.         _called: false,
  6503.         _idleTimeout: 120000,
  6504.         _idlePrev: [TimersList],
  6505.         _idleNext: [TimersList],
  6506.         _idleStart: 8859,
  6507.         _onTimeout: [Function: bound ],
  6508.         _timerArgs: undefined,
  6509.         _repeat: null,
  6510.         _destroyed: false,
  6511.         [Symbol(unrefed)]: true,
  6512.         [Symbol(asyncId)]: 118,
  6513.         [Symbol(triggerId)]: 11 },
  6514.      [Symbol(kBytesRead)]: 0,
  6515.      [Symbol(kBytesWritten)]: 0 },
  6516.   httpVersionMajor: 1,
  6517.   httpVersionMinor: 1,
  6518.   httpVersion: '1.1',
  6519.   complete: false,
  6520.   headers:
  6521.    { host: '127.0.0.1:1337',
  6522.      connection: 'keep-alive',
  6523.      pragma: 'no-cache',
  6524.      'cache-control': 'no-cache',
  6525.      'sec-fetch-mode': 'no-cors',
  6526.      'user-agent':
  6527.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  6528.      accept: 'image/webp,image/apng,image/*,*/*;q=0.8',
  6529.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  6530.      'sec-fetch-site': 'same-origin',
  6531.      referer: 'http://127.0.0.1:1337/',
  6532.      'accept-encoding': 'gzip, deflate, br',
  6533.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  6534.   rawHeaders:
  6535.    [ 'Host',
  6536.      '127.0.0.1:1337',
  6537.      'Connection',
  6538.      'keep-alive',
  6539.      'Pragma',
  6540.      'no-cache',
  6541.      'Cache-Control',
  6542.      'no-cache',
  6543.      'Sec-Fetch-Mode',
  6544.      'no-cors',
  6545.      'User-Agent',
  6546.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  6547.      'Accept',
  6548.      'image/webp,image/apng,image/*,*/*;q=0.8',
  6549.      'proxy-authorization',
  6550.      'Basic bnVsbCZudWxsOm51bGw=',
  6551.      'Sec-Fetch-Site',
  6552.      'same-origin',
  6553.      'Referer',
  6554.      'http://127.0.0.1:1337/',
  6555.      'Accept-Encoding',
  6556.      'gzip, deflate, br',
  6557.      'Accept-Language',
  6558.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  6559.   trailers: {},
  6560.   rawTrailers: [],
  6561.   aborted: false,
  6562.   upgrade: false,
  6563.   url: '/favicon.ico',
  6564.   method: 'GET',
  6565.   statusCode: null,
  6566.   statusMessage: null,
  6567.   client:
  6568.    Socket {
  6569.      connecting: false,
  6570.      _hadError: false,
  6571.      _handle:
  6572.       TCP {
  6573.         reading: true,
  6574.         onread: [Function: onStreamRead],
  6575.         onconnection: null,
  6576.         _consumed: true,
  6577.         [Symbol(owner)]: [Circular] },
  6578.      _parent: null,
  6579.      _host: null,
  6580.      _readableState:
  6581.       ReadableState {
  6582.         objectMode: false,
  6583.         highWaterMark: 16384,
  6584.         buffer: BufferList { head: null, tail: null, length: 0 },
  6585.         length: 0,
  6586.         pipes: null,
  6587.         pipesCount: 0,
  6588.         flowing: true,
  6589.         ended: false,
  6590.         endEmitted: false,
  6591.         reading: true,
  6592.         sync: false,
  6593.         needReadable: true,
  6594.         emittedReadable: false,
  6595.         readableListening: false,
  6596.         resumeScheduled: false,
  6597.         paused: false,
  6598.         emitClose: false,
  6599.         autoDestroy: false,
  6600.         destroyed: false,
  6601.         defaultEncoding: 'utf8',
  6602.         awaitDrain: 0,
  6603.         readingMore: false,
  6604.         decoder: null,
  6605.         encoding: null },
  6606.      readable: true,
  6607.      _events:
  6608.       [Object: null prototype] {
  6609.         end: [Array],
  6610.         drain: [Array],
  6611.         timeout: [Function: socketOnTimeout],
  6612.         data: [Function: bound socketOnData],
  6613.         error: [Function: socketOnError],
  6614.         close: [Array],
  6615.         resume: [Function: onSocketResume],
  6616.         pause: [Function: onSocketPause] },
  6617.      _eventsCount: 8,
  6618.      _maxListeners: undefined,
  6619.      _writableState:
  6620.       WritableState {
  6621.         objectMode: false,
  6622.         highWaterMark: 16384,
  6623.         finalCalled: false,
  6624.         needDrain: false,
  6625.         ending: false,
  6626.         ended: false,
  6627.         finished: false,
  6628.         destroyed: false,
  6629.         decodeStrings: false,
  6630.         defaultEncoding: 'utf8',
  6631.         length: 0,
  6632.         writing: false,
  6633.         corked: 0,
  6634.         sync: false,
  6635.         bufferProcessing: false,
  6636.         onwrite: [Function: bound onwrite],
  6637.         writecb: null,
  6638.         writelen: 0,
  6639.         bufferedRequest: null,
  6640.         lastBufferedRequest: null,
  6641.         pendingcb: 0,
  6642.         prefinished: false,
  6643.         errorEmitted: false,
  6644.         emitClose: false,
  6645.         autoDestroy: false,
  6646.         bufferedRequestCount: 0,
  6647.         corkedRequestsFree: [Object] },
  6648.      writable: true,
  6649.      allowHalfOpen: true,
  6650.      _sockname: null,
  6651.      _pendingData: null,
  6652.      _pendingEncoding: '',
  6653.      server:
  6654.       Server {
  6655.         _events: [Object],
  6656.         _eventsCount: 2,
  6657.         _maxListeners: undefined,
  6658.         _connections: 1,
  6659.         _handle: [TCP],
  6660.         _usingWorkers: false,
  6661.         _workers: [],
  6662.         _unref: false,
  6663.         allowHalfOpen: true,
  6664.         pauseOnConnect: false,
  6665.         httpAllowHalfOpen: false,
  6666.         timeout: 120000,
  6667.         keepAliveTimeout: 5000,
  6668.         maxHeadersCount: null,
  6669.         headersTimeout: 40000,
  6670.         _connectionKey: '4:127.0.0.1:1337',
  6671.         [Symbol(IncomingMessage)]: [Function],
  6672.         [Symbol(ServerResponse)]: [Function],
  6673.         [Symbol(asyncId)]: 6 },
  6674.      _server:
  6675.       Server {
  6676.         _events: [Object],
  6677.         _eventsCount: 2,
  6678.         _maxListeners: undefined,
  6679.         _connections: 1,
  6680.         _handle: [TCP],
  6681.         _usingWorkers: false,
  6682.         _workers: [],
  6683.         _unref: false,
  6684.         allowHalfOpen: true,
  6685.         pauseOnConnect: false,
  6686.         httpAllowHalfOpen: false,
  6687.         timeout: 120000,
  6688.         keepAliveTimeout: 5000,
  6689.         maxHeadersCount: null,
  6690.         headersTimeout: 40000,
  6691.         _connectionKey: '4:127.0.0.1:1337',
  6692.         [Symbol(IncomingMessage)]: [Function],
  6693.         [Symbol(ServerResponse)]: [Function],
  6694.         [Symbol(asyncId)]: 6 },
  6695.      timeout: 120000,
  6696.      parser:
  6697.       HTTPParser {
  6698.         '0': [Function: parserOnHeaders],
  6699.         '1': [Function: parserOnHeadersComplete],
  6700.         '2': [Function: parserOnBody],
  6701.         '3': [Function: parserOnMessageComplete],
  6702.         '4': [Function: bound onParserExecute],
  6703.         _headers: [],
  6704.         _url: '',
  6705.         socket: [Circular],
  6706.         incoming: [Circular],
  6707.         outgoing: null,
  6708.         maxHeaderPairs: 2000,
  6709.         _consumed: true,
  6710.         onIncoming: [Function: bound parserOnIncoming],
  6711.         parsingHeadersStart: 0,
  6712.         [Symbol(isReused)]: false },
  6713.      on: [Function: socketOnWrap],
  6714.      _paused: false,
  6715.      _httpMessage:
  6716.       ServerResponse {
  6717.         _events: [Object],
  6718.         _eventsCount: 1,
  6719.         _maxListeners: undefined,
  6720.         output: [],
  6721.         outputEncodings: [],
  6722.         outputCallbacks: [],
  6723.         outputSize: 0,
  6724.         writable: true,
  6725.         _last: false,
  6726.         chunkedEncoding: false,
  6727.         shouldKeepAlive: true,
  6728.         useChunkedEncodingByDefault: true,
  6729.         sendDate: true,
  6730.         _removedConnection: false,
  6731.         _removedContLen: false,
  6732.         _removedTE: false,
  6733.         _contentLength: null,
  6734.         _hasBody: true,
  6735.         _trailer: '',
  6736.         finished: false,
  6737.         _headerSent: false,
  6738.         socket: [Circular],
  6739.         connection: [Circular],
  6740.         _header: null,
  6741.         _onPendingData: [Function: bound updateOutgoingData],
  6742.         _sent100: false,
  6743.         _expect_continue: false,
  6744.         [Symbol(isCorked)]: false,
  6745.         [Symbol(outHeadersKey)]: null },
  6746.      [Symbol(asyncId)]: 8,
  6747.      [Symbol(lastWriteQueueSize)]: 0,
  6748.      [Symbol(timeout)]:
  6749.       Timeout {
  6750.         _called: false,
  6751.         _idleTimeout: 120000,
  6752.         _idlePrev: [TimersList],
  6753.         _idleNext: [TimersList],
  6754.         _idleStart: 8859,
  6755.         _onTimeout: [Function: bound ],
  6756.         _timerArgs: undefined,
  6757.         _repeat: null,
  6758.         _destroyed: false,
  6759.         [Symbol(unrefed)]: true,
  6760.         [Symbol(asyncId)]: 118,
  6761.         [Symbol(triggerId)]: 11 },
  6762.      [Symbol(kBytesRead)]: 0,
  6763.      [Symbol(kBytesWritten)]: 0 },
  6764.   _consuming: false,
  6765.   _dumped: false }
  6766. IncomingMessage {
  6767.   _readableState:
  6768.    ReadableState {
  6769.      objectMode: false,
  6770.      highWaterMark: 16384,
  6771.      buffer: BufferList { head: null, tail: null, length: 0 },
  6772.      length: 0,
  6773.      pipes: null,
  6774.      pipesCount: 0,
  6775.      flowing: null,
  6776.      ended: false,
  6777.      endEmitted: false,
  6778.      reading: false,
  6779.      sync: true,
  6780.      needReadable: false,
  6781.      emittedReadable: false,
  6782.      readableListening: false,
  6783.      resumeScheduled: false,
  6784.      paused: true,
  6785.      emitClose: true,
  6786.      autoDestroy: false,
  6787.      destroyed: false,
  6788.      defaultEncoding: 'utf8',
  6789.      awaitDrain: 0,
  6790.      readingMore: true,
  6791.      decoder: null,
  6792.      encoding: null },
  6793.   readable: true,
  6794.   _events:
  6795.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  6796.   _eventsCount: 1,
  6797.   _maxListeners: undefined,
  6798.   socket:
  6799.    Socket {
  6800.      connecting: false,
  6801.      _hadError: false,
  6802.      _handle:
  6803.       TCP {
  6804.         reading: true,
  6805.         onread: [Function: onStreamRead],
  6806.         onconnection: null,
  6807.         _consumed: true,
  6808.         [Symbol(owner)]: [Circular] },
  6809.      _parent: null,
  6810.      _host: null,
  6811.      _readableState:
  6812.       ReadableState {
  6813.         objectMode: false,
  6814.         highWaterMark: 16384,
  6815.         buffer: BufferList { head: null, tail: null, length: 0 },
  6816.         length: 0,
  6817.         pipes: null,
  6818.         pipesCount: 0,
  6819.         flowing: true,
  6820.         ended: false,
  6821.         endEmitted: false,
  6822.         reading: true,
  6823.         sync: false,
  6824.         needReadable: true,
  6825.         emittedReadable: false,
  6826.         readableListening: false,
  6827.         resumeScheduled: false,
  6828.         paused: false,
  6829.         emitClose: false,
  6830.         autoDestroy: false,
  6831.         destroyed: false,
  6832.         defaultEncoding: 'utf8',
  6833.         awaitDrain: 0,
  6834.         readingMore: false,
  6835.         decoder: null,
  6836.         encoding: null },
  6837.      readable: true,
  6838.      _events:
  6839.       [Object: null prototype] {
  6840.         end: [Array],
  6841.         drain: [Array],
  6842.         timeout: [Function: socketOnTimeout],
  6843.         data: [Function: bound socketOnData],
  6844.         error: [Function: socketOnError],
  6845.         close: [Array],
  6846.         resume: [Function: onSocketResume],
  6847.         pause: [Function: onSocketPause] },
  6848.      _eventsCount: 8,
  6849.      _maxListeners: undefined,
  6850.      _writableState:
  6851.       WritableState {
  6852.         objectMode: false,
  6853.         highWaterMark: 16384,
  6854.         finalCalled: false,
  6855.         needDrain: false,
  6856.         ending: false,
  6857.         ended: false,
  6858.         finished: false,
  6859.         destroyed: false,
  6860.         decodeStrings: false,
  6861.         defaultEncoding: 'utf8',
  6862.         length: 0,
  6863.         writing: false,
  6864.         corked: 0,
  6865.         sync: false,
  6866.         bufferProcessing: false,
  6867.         onwrite: [Function: bound onwrite],
  6868.         writecb: null,
  6869.         writelen: 0,
  6870.         bufferedRequest: null,
  6871.         lastBufferedRequest: null,
  6872.         pendingcb: 0,
  6873.         prefinished: false,
  6874.         errorEmitted: false,
  6875.         emitClose: false,
  6876.         autoDestroy: false,
  6877.         bufferedRequestCount: 0,
  6878.         corkedRequestsFree: [Object] },
  6879.      writable: true,
  6880.      allowHalfOpen: true,
  6881.      _sockname: null,
  6882.      _pendingData: null,
  6883.      _pendingEncoding: '',
  6884.      server:
  6885.       Server {
  6886.         _events: [Object],
  6887.         _eventsCount: 2,
  6888.         _maxListeners: undefined,
  6889.         _connections: 1,
  6890.         _handle: [TCP],
  6891.         _usingWorkers: false,
  6892.         _workers: [],
  6893.         _unref: false,
  6894.         allowHalfOpen: true,
  6895.         pauseOnConnect: false,
  6896.         httpAllowHalfOpen: false,
  6897.         timeout: 120000,
  6898.         keepAliveTimeout: 5000,
  6899.         maxHeadersCount: null,
  6900.         headersTimeout: 40000,
  6901.         _connectionKey: '4:127.0.0.1:1337',
  6902.         [Symbol(IncomingMessage)]: [Function],
  6903.         [Symbol(ServerResponse)]: [Function],
  6904.         [Symbol(asyncId)]: 6 },
  6905.      _server:
  6906.       Server {
  6907.         _events: [Object],
  6908.         _eventsCount: 2,
  6909.         _maxListeners: undefined,
  6910.         _connections: 1,
  6911.         _handle: [TCP],
  6912.         _usingWorkers: false,
  6913.         _workers: [],
  6914.         _unref: false,
  6915.         allowHalfOpen: true,
  6916.         pauseOnConnect: false,
  6917.         httpAllowHalfOpen: false,
  6918.         timeout: 120000,
  6919.         keepAliveTimeout: 5000,
  6920.         maxHeadersCount: null,
  6921.         headersTimeout: 40000,
  6922.         _connectionKey: '4:127.0.0.1:1337',
  6923.         [Symbol(IncomingMessage)]: [Function],
  6924.         [Symbol(ServerResponse)]: [Function],
  6925.         [Symbol(asyncId)]: 6 },
  6926.      timeout: 120000,
  6927.      parser:
  6928.       HTTPParser {
  6929.         '0': [Function: parserOnHeaders],
  6930.         '1': [Function: parserOnHeadersComplete],
  6931.         '2': [Function: parserOnBody],
  6932.         '3': [Function: parserOnMessageComplete],
  6933.         '4': [Function: bound onParserExecute],
  6934.         _headers: [],
  6935.         _url: '',
  6936.         socket: [Circular],
  6937.         incoming: [Circular],
  6938.         outgoing: null,
  6939.         maxHeaderPairs: 2000,
  6940.         _consumed: true,
  6941.         onIncoming: [Function: bound parserOnIncoming],
  6942.         parsingHeadersStart: 0,
  6943.         [Symbol(isReused)]: false },
  6944.      on: [Function: socketOnWrap],
  6945.      _paused: false,
  6946.      _httpMessage:
  6947.       ServerResponse {
  6948.         _events: [Object],
  6949.         _eventsCount: 1,
  6950.         _maxListeners: undefined,
  6951.         output: [],
  6952.         outputEncodings: [],
  6953.         outputCallbacks: [],
  6954.         outputSize: 0,
  6955.         writable: true,
  6956.         _last: false,
  6957.         chunkedEncoding: false,
  6958.         shouldKeepAlive: true,
  6959.         useChunkedEncodingByDefault: true,
  6960.         sendDate: true,
  6961.         _removedConnection: false,
  6962.         _removedContLen: false,
  6963.         _removedTE: false,
  6964.         _contentLength: null,
  6965.         _hasBody: true,
  6966.         _trailer: '',
  6967.         finished: false,
  6968.         _headerSent: false,
  6969.         socket: [Circular],
  6970.         connection: [Circular],
  6971.         _header: null,
  6972.         _onPendingData: [Function: bound updateOutgoingData],
  6973.         _sent100: false,
  6974.         _expect_continue: false,
  6975.         [Symbol(isCorked)]: false,
  6976.         [Symbol(outHeadersKey)]: null },
  6977.      [Symbol(asyncId)]: 8,
  6978.      [Symbol(lastWriteQueueSize)]: 0,
  6979.      [Symbol(timeout)]:
  6980.       Timeout {
  6981.         _called: false,
  6982.         _idleTimeout: 120000,
  6983.         _idlePrev: [TimersList],
  6984.         _idleNext: [TimersList],
  6985.         _idleStart: 9201,
  6986.         _onTimeout: [Function: bound ],
  6987.         _timerArgs: undefined,
  6988.         _repeat: null,
  6989.         _destroyed: false,
  6990.         [Symbol(unrefed)]: true,
  6991.         [Symbol(asyncId)]: 129,
  6992.         [Symbol(triggerId)]: 11 },
  6993.      [Symbol(kBytesRead)]: 0,
  6994.      [Symbol(kBytesWritten)]: 0 },
  6995.   connection:
  6996.    Socket {
  6997.      connecting: false,
  6998.      _hadError: false,
  6999.      _handle:
  7000.       TCP {
  7001.         reading: true,
  7002.         onread: [Function: onStreamRead],
  7003.         onconnection: null,
  7004.         _consumed: true,
  7005.         [Symbol(owner)]: [Circular] },
  7006.      _parent: null,
  7007.      _host: null,
  7008.      _readableState:
  7009.       ReadableState {
  7010.         objectMode: false,
  7011.         highWaterMark: 16384,
  7012.         buffer: BufferList { head: null, tail: null, length: 0 },
  7013.         length: 0,
  7014.         pipes: null,
  7015.         pipesCount: 0,
  7016.         flowing: true,
  7017.         ended: false,
  7018.         endEmitted: false,
  7019.         reading: true,
  7020.         sync: false,
  7021.         needReadable: true,
  7022.         emittedReadable: false,
  7023.         readableListening: false,
  7024.         resumeScheduled: false,
  7025.         paused: false,
  7026.         emitClose: false,
  7027.         autoDestroy: false,
  7028.         destroyed: false,
  7029.         defaultEncoding: 'utf8',
  7030.         awaitDrain: 0,
  7031.         readingMore: false,
  7032.         decoder: null,
  7033.         encoding: null },
  7034.      readable: true,
  7035.      _events:
  7036.       [Object: null prototype] {
  7037.         end: [Array],
  7038.         drain: [Array],
  7039.         timeout: [Function: socketOnTimeout],
  7040.         data: [Function: bound socketOnData],
  7041.         error: [Function: socketOnError],
  7042.         close: [Array],
  7043.         resume: [Function: onSocketResume],
  7044.         pause: [Function: onSocketPause] },
  7045.      _eventsCount: 8,
  7046.      _maxListeners: undefined,
  7047.      _writableState:
  7048.       WritableState {
  7049.         objectMode: false,
  7050.         highWaterMark: 16384,
  7051.         finalCalled: false,
  7052.         needDrain: false,
  7053.         ending: false,
  7054.         ended: false,
  7055.         finished: false,
  7056.         destroyed: false,
  7057.         decodeStrings: false,
  7058.         defaultEncoding: 'utf8',
  7059.         length: 0,
  7060.         writing: false,
  7061.         corked: 0,
  7062.         sync: false,
  7063.         bufferProcessing: false,
  7064.         onwrite: [Function: bound onwrite],
  7065.         writecb: null,
  7066.         writelen: 0,
  7067.         bufferedRequest: null,
  7068.         lastBufferedRequest: null,
  7069.         pendingcb: 0,
  7070.         prefinished: false,
  7071.         errorEmitted: false,
  7072.         emitClose: false,
  7073.         autoDestroy: false,
  7074.         bufferedRequestCount: 0,
  7075.         corkedRequestsFree: [Object] },
  7076.      writable: true,
  7077.      allowHalfOpen: true,
  7078.      _sockname: null,
  7079.      _pendingData: null,
  7080.      _pendingEncoding: '',
  7081.      server:
  7082.       Server {
  7083.         _events: [Object],
  7084.         _eventsCount: 2,
  7085.         _maxListeners: undefined,
  7086.         _connections: 1,
  7087.         _handle: [TCP],
  7088.         _usingWorkers: false,
  7089.         _workers: [],
  7090.         _unref: false,
  7091.         allowHalfOpen: true,
  7092.         pauseOnConnect: false,
  7093.         httpAllowHalfOpen: false,
  7094.         timeout: 120000,
  7095.         keepAliveTimeout: 5000,
  7096.         maxHeadersCount: null,
  7097.         headersTimeout: 40000,
  7098.         _connectionKey: '4:127.0.0.1:1337',
  7099.         [Symbol(IncomingMessage)]: [Function],
  7100.         [Symbol(ServerResponse)]: [Function],
  7101.         [Symbol(asyncId)]: 6 },
  7102.      _server:
  7103.       Server {
  7104.         _events: [Object],
  7105.         _eventsCount: 2,
  7106.         _maxListeners: undefined,
  7107.         _connections: 1,
  7108.         _handle: [TCP],
  7109.         _usingWorkers: false,
  7110.         _workers: [],
  7111.         _unref: false,
  7112.         allowHalfOpen: true,
  7113.         pauseOnConnect: false,
  7114.         httpAllowHalfOpen: false,
  7115.         timeout: 120000,
  7116.         keepAliveTimeout: 5000,
  7117.         maxHeadersCount: null,
  7118.         headersTimeout: 40000,
  7119.         _connectionKey: '4:127.0.0.1:1337',
  7120.         [Symbol(IncomingMessage)]: [Function],
  7121.         [Symbol(ServerResponse)]: [Function],
  7122.         [Symbol(asyncId)]: 6 },
  7123.      timeout: 120000,
  7124.      parser:
  7125.       HTTPParser {
  7126.         '0': [Function: parserOnHeaders],
  7127.         '1': [Function: parserOnHeadersComplete],
  7128.         '2': [Function: parserOnBody],
  7129.         '3': [Function: parserOnMessageComplete],
  7130.         '4': [Function: bound onParserExecute],
  7131.         _headers: [],
  7132.         _url: '',
  7133.         socket: [Circular],
  7134.         incoming: [Circular],
  7135.         outgoing: null,
  7136.         maxHeaderPairs: 2000,
  7137.         _consumed: true,
  7138.         onIncoming: [Function: bound parserOnIncoming],
  7139.         parsingHeadersStart: 0,
  7140.         [Symbol(isReused)]: false },
  7141.      on: [Function: socketOnWrap],
  7142.      _paused: false,
  7143.      _httpMessage:
  7144.       ServerResponse {
  7145.         _events: [Object],
  7146.         _eventsCount: 1,
  7147.         _maxListeners: undefined,
  7148.         output: [],
  7149.         outputEncodings: [],
  7150.         outputCallbacks: [],
  7151.         outputSize: 0,
  7152.         writable: true,
  7153.         _last: false,
  7154.         chunkedEncoding: false,
  7155.         shouldKeepAlive: true,
  7156.         useChunkedEncodingByDefault: true,
  7157.         sendDate: true,
  7158.         _removedConnection: false,
  7159.         _removedContLen: false,
  7160.         _removedTE: false,
  7161.         _contentLength: null,
  7162.         _hasBody: true,
  7163.         _trailer: '',
  7164.         finished: false,
  7165.         _headerSent: false,
  7166.         socket: [Circular],
  7167.         connection: [Circular],
  7168.         _header: null,
  7169.         _onPendingData: [Function: bound updateOutgoingData],
  7170.         _sent100: false,
  7171.         _expect_continue: false,
  7172.         [Symbol(isCorked)]: false,
  7173.         [Symbol(outHeadersKey)]: null },
  7174.      [Symbol(asyncId)]: 8,
  7175.      [Symbol(lastWriteQueueSize)]: 0,
  7176.      [Symbol(timeout)]:
  7177.       Timeout {
  7178.         _called: false,
  7179.         _idleTimeout: 120000,
  7180.         _idlePrev: [TimersList],
  7181.         _idleNext: [TimersList],
  7182.         _idleStart: 9201,
  7183.         _onTimeout: [Function: bound ],
  7184.         _timerArgs: undefined,
  7185.         _repeat: null,
  7186.         _destroyed: false,
  7187.         [Symbol(unrefed)]: true,
  7188.         [Symbol(asyncId)]: 129,
  7189.         [Symbol(triggerId)]: 11 },
  7190.      [Symbol(kBytesRead)]: 0,
  7191.      [Symbol(kBytesWritten)]: 0 },
  7192.   httpVersionMajor: 1,
  7193.   httpVersionMinor: 1,
  7194.   httpVersion: '1.1',
  7195.   complete: false,
  7196.   headers:
  7197.    { host: '127.0.0.1:1337',
  7198.      connection: 'keep-alive',
  7199.      'cache-control': 'max-age=0',
  7200.      'upgrade-insecure-requests': '1',
  7201.      'user-agent':
  7202.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  7203.      'sec-fetch-mode': 'navigate',
  7204.      'sec-fetch-user': '?1',
  7205.      accept:
  7206.       'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  7207.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  7208.      'sec-fetch-site': 'none',
  7209.      'accept-encoding': 'gzip, deflate, br',
  7210.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  7211.   rawHeaders:
  7212.    [ 'Host',
  7213.      '127.0.0.1:1337',
  7214.      'Connection',
  7215.      'keep-alive',
  7216.      'Cache-Control',
  7217.      'max-age=0',
  7218.      'Upgrade-Insecure-Requests',
  7219.      '1',
  7220.      'User-Agent',
  7221.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  7222.      'Sec-Fetch-Mode',
  7223.      'navigate',
  7224.      'Sec-Fetch-User',
  7225.      '?1',
  7226.      'Accept',
  7227.      'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  7228.      'proxy-authorization',
  7229.      'Basic bnVsbCZudWxsOm51bGw=',
  7230.      'Sec-Fetch-Site',
  7231.      'none',
  7232.      'Accept-Encoding',
  7233.      'gzip, deflate, br',
  7234.      'Accept-Language',
  7235.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  7236.   trailers: {},
  7237.   rawTrailers: [],
  7238.   aborted: false,
  7239.   upgrade: false,
  7240.   url: '/',
  7241.   method: 'GET',
  7242.   statusCode: null,
  7243.   statusMessage: null,
  7244.   client:
  7245.    Socket {
  7246.      connecting: false,
  7247.      _hadError: false,
  7248.      _handle:
  7249.       TCP {
  7250.         reading: true,
  7251.         onread: [Function: onStreamRead],
  7252.         onconnection: null,
  7253.         _consumed: true,
  7254.         [Symbol(owner)]: [Circular] },
  7255.      _parent: null,
  7256.      _host: null,
  7257.      _readableState:
  7258.       ReadableState {
  7259.         objectMode: false,
  7260.         highWaterMark: 16384,
  7261.         buffer: BufferList { head: null, tail: null, length: 0 },
  7262.         length: 0,
  7263.         pipes: null,
  7264.         pipesCount: 0,
  7265.         flowing: true,
  7266.         ended: false,
  7267.         endEmitted: false,
  7268.         reading: true,
  7269.         sync: false,
  7270.         needReadable: true,
  7271.         emittedReadable: false,
  7272.         readableListening: false,
  7273.         resumeScheduled: false,
  7274.         paused: false,
  7275.         emitClose: false,
  7276.         autoDestroy: false,
  7277.         destroyed: false,
  7278.         defaultEncoding: 'utf8',
  7279.         awaitDrain: 0,
  7280.         readingMore: false,
  7281.         decoder: null,
  7282.         encoding: null },
  7283.      readable: true,
  7284.      _events:
  7285.       [Object: null prototype] {
  7286.         end: [Array],
  7287.         drain: [Array],
  7288.         timeout: [Function: socketOnTimeout],
  7289.         data: [Function: bound socketOnData],
  7290.         error: [Function: socketOnError],
  7291.         close: [Array],
  7292.         resume: [Function: onSocketResume],
  7293.         pause: [Function: onSocketPause] },
  7294.      _eventsCount: 8,
  7295.      _maxListeners: undefined,
  7296.      _writableState:
  7297.       WritableState {
  7298.         objectMode: false,
  7299.         highWaterMark: 16384,
  7300.         finalCalled: false,
  7301.         needDrain: false,
  7302.         ending: false,
  7303.         ended: false,
  7304.         finished: false,
  7305.         destroyed: false,
  7306.         decodeStrings: false,
  7307.         defaultEncoding: 'utf8',
  7308.         length: 0,
  7309.         writing: false,
  7310.         corked: 0,
  7311.         sync: false,
  7312.         bufferProcessing: false,
  7313.         onwrite: [Function: bound onwrite],
  7314.         writecb: null,
  7315.         writelen: 0,
  7316.         bufferedRequest: null,
  7317.         lastBufferedRequest: null,
  7318.         pendingcb: 0,
  7319.         prefinished: false,
  7320.         errorEmitted: false,
  7321.         emitClose: false,
  7322.         autoDestroy: false,
  7323.         bufferedRequestCount: 0,
  7324.         corkedRequestsFree: [Object] },
  7325.      writable: true,
  7326.      allowHalfOpen: true,
  7327.      _sockname: null,
  7328.      _pendingData: null,
  7329.      _pendingEncoding: '',
  7330.      server:
  7331.       Server {
  7332.         _events: [Object],
  7333.         _eventsCount: 2,
  7334.         _maxListeners: undefined,
  7335.         _connections: 1,
  7336.         _handle: [TCP],
  7337.         _usingWorkers: false,
  7338.         _workers: [],
  7339.         _unref: false,
  7340.         allowHalfOpen: true,
  7341.         pauseOnConnect: false,
  7342.         httpAllowHalfOpen: false,
  7343.         timeout: 120000,
  7344.         keepAliveTimeout: 5000,
  7345.         maxHeadersCount: null,
  7346.         headersTimeout: 40000,
  7347.         _connectionKey: '4:127.0.0.1:1337',
  7348.         [Symbol(IncomingMessage)]: [Function],
  7349.         [Symbol(ServerResponse)]: [Function],
  7350.         [Symbol(asyncId)]: 6 },
  7351.      _server:
  7352.       Server {
  7353.         _events: [Object],
  7354.         _eventsCount: 2,
  7355.         _maxListeners: undefined,
  7356.         _connections: 1,
  7357.         _handle: [TCP],
  7358.         _usingWorkers: false,
  7359.         _workers: [],
  7360.         _unref: false,
  7361.         allowHalfOpen: true,
  7362.         pauseOnConnect: false,
  7363.         httpAllowHalfOpen: false,
  7364.         timeout: 120000,
  7365.         keepAliveTimeout: 5000,
  7366.         maxHeadersCount: null,
  7367.         headersTimeout: 40000,
  7368.         _connectionKey: '4:127.0.0.1:1337',
  7369.         [Symbol(IncomingMessage)]: [Function],
  7370.         [Symbol(ServerResponse)]: [Function],
  7371.         [Symbol(asyncId)]: 6 },
  7372.      timeout: 120000,
  7373.      parser:
  7374.       HTTPParser {
  7375.         '0': [Function: parserOnHeaders],
  7376.         '1': [Function: parserOnHeadersComplete],
  7377.         '2': [Function: parserOnBody],
  7378.         '3': [Function: parserOnMessageComplete],
  7379.         '4': [Function: bound onParserExecute],
  7380.         _headers: [],
  7381.         _url: '',
  7382.         socket: [Circular],
  7383.         incoming: [Circular],
  7384.         outgoing: null,
  7385.         maxHeaderPairs: 2000,
  7386.         _consumed: true,
  7387.         onIncoming: [Function: bound parserOnIncoming],
  7388.         parsingHeadersStart: 0,
  7389.         [Symbol(isReused)]: false },
  7390.      on: [Function: socketOnWrap],
  7391.      _paused: false,
  7392.      _httpMessage:
  7393.       ServerResponse {
  7394.         _events: [Object],
  7395.         _eventsCount: 1,
  7396.         _maxListeners: undefined,
  7397.         output: [],
  7398.         outputEncodings: [],
  7399.         outputCallbacks: [],
  7400.         outputSize: 0,
  7401.         writable: true,
  7402.         _last: false,
  7403.         chunkedEncoding: false,
  7404.         shouldKeepAlive: true,
  7405.         useChunkedEncodingByDefault: true,
  7406.         sendDate: true,
  7407.         _removedConnection: false,
  7408.         _removedContLen: false,
  7409.         _removedTE: false,
  7410.         _contentLength: null,
  7411.         _hasBody: true,
  7412.         _trailer: '',
  7413.         finished: false,
  7414.         _headerSent: false,
  7415.         socket: [Circular],
  7416.         connection: [Circular],
  7417.         _header: null,
  7418.         _onPendingData: [Function: bound updateOutgoingData],
  7419.         _sent100: false,
  7420.         _expect_continue: false,
  7421.         [Symbol(isCorked)]: false,
  7422.         [Symbol(outHeadersKey)]: null },
  7423.      [Symbol(asyncId)]: 8,
  7424.      [Symbol(lastWriteQueueSize)]: 0,
  7425.      [Symbol(timeout)]:
  7426.       Timeout {
  7427.         _called: false,
  7428.         _idleTimeout: 120000,
  7429.         _idlePrev: [TimersList],
  7430.         _idleNext: [TimersList],
  7431.         _idleStart: 9201,
  7432.         _onTimeout: [Function: bound ],
  7433.         _timerArgs: undefined,
  7434.         _repeat: null,
  7435.         _destroyed: false,
  7436.         [Symbol(unrefed)]: true,
  7437.         [Symbol(asyncId)]: 129,
  7438.         [Symbol(triggerId)]: 11 },
  7439.      [Symbol(kBytesRead)]: 0,
  7440.      [Symbol(kBytesWritten)]: 0 },
  7441.   _consuming: false,
  7442.   _dumped: false }
  7443. IncomingMessage {
  7444.   _readableState:
  7445.    ReadableState {
  7446.      objectMode: false,
  7447.      highWaterMark: 16384,
  7448.      buffer: BufferList { head: null, tail: null, length: 0 },
  7449.      length: 0,
  7450.      pipes: null,
  7451.      pipesCount: 0,
  7452.      flowing: null,
  7453.      ended: false,
  7454.      endEmitted: false,
  7455.      reading: false,
  7456.      sync: true,
  7457.      needReadable: false,
  7458.      emittedReadable: false,
  7459.      readableListening: false,
  7460.      resumeScheduled: false,
  7461.      paused: true,
  7462.      emitClose: true,
  7463.      autoDestroy: false,
  7464.      destroyed: false,
  7465.      defaultEncoding: 'utf8',
  7466.      awaitDrain: 0,
  7467.      readingMore: true,
  7468.      decoder: null,
  7469.      encoding: null },
  7470.   readable: true,
  7471.   _events:
  7472.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  7473.   _eventsCount: 1,
  7474.   _maxListeners: undefined,
  7475.   socket:
  7476.    Socket {
  7477.      connecting: false,
  7478.      _hadError: false,
  7479.      _handle:
  7480.       TCP {
  7481.         reading: true,
  7482.         onread: [Function: onStreamRead],
  7483.         onconnection: null,
  7484.         _consumed: true,
  7485.         [Symbol(owner)]: [Circular] },
  7486.      _parent: null,
  7487.      _host: null,
  7488.      _readableState:
  7489.       ReadableState {
  7490.         objectMode: false,
  7491.         highWaterMark: 16384,
  7492.         buffer: BufferList { head: null, tail: null, length: 0 },
  7493.         length: 0,
  7494.         pipes: null,
  7495.         pipesCount: 0,
  7496.         flowing: true,
  7497.         ended: false,
  7498.         endEmitted: false,
  7499.         reading: true,
  7500.         sync: false,
  7501.         needReadable: true,
  7502.         emittedReadable: false,
  7503.         readableListening: false,
  7504.         resumeScheduled: false,
  7505.         paused: false,
  7506.         emitClose: false,
  7507.         autoDestroy: false,
  7508.         destroyed: false,
  7509.         defaultEncoding: 'utf8',
  7510.         awaitDrain: 0,
  7511.         readingMore: false,
  7512.         decoder: null,
  7513.         encoding: null },
  7514.      readable: true,
  7515.      _events:
  7516.       [Object: null prototype] {
  7517.         end: [Array],
  7518.         drain: [Array],
  7519.         timeout: [Function: socketOnTimeout],
  7520.         data: [Function: bound socketOnData],
  7521.         error: [Function: socketOnError],
  7522.         close: [Array],
  7523.         resume: [Function: onSocketResume],
  7524.         pause: [Function: onSocketPause] },
  7525.      _eventsCount: 8,
  7526.      _maxListeners: undefined,
  7527.      _writableState:
  7528.       WritableState {
  7529.         objectMode: false,
  7530.         highWaterMark: 16384,
  7531.         finalCalled: false,
  7532.         needDrain: false,
  7533.         ending: false,
  7534.         ended: false,
  7535.         finished: false,
  7536.         destroyed: false,
  7537.         decodeStrings: false,
  7538.         defaultEncoding: 'utf8',
  7539.         length: 0,
  7540.         writing: false,
  7541.         corked: 0,
  7542.         sync: false,
  7543.         bufferProcessing: false,
  7544.         onwrite: [Function: bound onwrite],
  7545.         writecb: null,
  7546.         writelen: 0,
  7547.         bufferedRequest: null,
  7548.         lastBufferedRequest: null,
  7549.         pendingcb: 0,
  7550.         prefinished: false,
  7551.         errorEmitted: false,
  7552.         emitClose: false,
  7553.         autoDestroy: false,
  7554.         bufferedRequestCount: 0,
  7555.         corkedRequestsFree: [Object] },
  7556.      writable: true,
  7557.      allowHalfOpen: true,
  7558.      _sockname: null,
  7559.      _pendingData: null,
  7560.      _pendingEncoding: '',
  7561.      server:
  7562.       Server {
  7563.         _events: [Object],
  7564.         _eventsCount: 2,
  7565.         _maxListeners: undefined,
  7566.         _connections: 1,
  7567.         _handle: [TCP],
  7568.         _usingWorkers: false,
  7569.         _workers: [],
  7570.         _unref: false,
  7571.         allowHalfOpen: true,
  7572.         pauseOnConnect: false,
  7573.         httpAllowHalfOpen: false,
  7574.         timeout: 120000,
  7575.         keepAliveTimeout: 5000,
  7576.         maxHeadersCount: null,
  7577.         headersTimeout: 40000,
  7578.         _connectionKey: '4:127.0.0.1:1337',
  7579.         [Symbol(IncomingMessage)]: [Function],
  7580.         [Symbol(ServerResponse)]: [Function],
  7581.         [Symbol(asyncId)]: 6 },
  7582.      _server:
  7583.       Server {
  7584.         _events: [Object],
  7585.         _eventsCount: 2,
  7586.         _maxListeners: undefined,
  7587.         _connections: 1,
  7588.         _handle: [TCP],
  7589.         _usingWorkers: false,
  7590.         _workers: [],
  7591.         _unref: false,
  7592.         allowHalfOpen: true,
  7593.         pauseOnConnect: false,
  7594.         httpAllowHalfOpen: false,
  7595.         timeout: 120000,
  7596.         keepAliveTimeout: 5000,
  7597.         maxHeadersCount: null,
  7598.         headersTimeout: 40000,
  7599.         _connectionKey: '4:127.0.0.1:1337',
  7600.         [Symbol(IncomingMessage)]: [Function],
  7601.         [Symbol(ServerResponse)]: [Function],
  7602.         [Symbol(asyncId)]: 6 },
  7603.      timeout: 120000,
  7604.      parser:
  7605.       HTTPParser {
  7606.         '0': [Function: parserOnHeaders],
  7607.         '1': [Function: parserOnHeadersComplete],
  7608.         '2': [Function: parserOnBody],
  7609.         '3': [Function: parserOnMessageComplete],
  7610.         '4': [Function: bound onParserExecute],
  7611.         _headers: [],
  7612.         _url: '',
  7613.         socket: [Circular],
  7614.         incoming: [Circular],
  7615.         outgoing: null,
  7616.         maxHeaderPairs: 2000,
  7617.         _consumed: true,
  7618.         onIncoming: [Function: bound parserOnIncoming],
  7619.         parsingHeadersStart: 0,
  7620.         [Symbol(isReused)]: false },
  7621.      on: [Function: socketOnWrap],
  7622.      _paused: false,
  7623.      _httpMessage:
  7624.       ServerResponse {
  7625.         _events: [Object],
  7626.         _eventsCount: 1,
  7627.         _maxListeners: undefined,
  7628.         output: [],
  7629.         outputEncodings: [],
  7630.         outputCallbacks: [],
  7631.         outputSize: 0,
  7632.         writable: true,
  7633.         _last: false,
  7634.         chunkedEncoding: false,
  7635.         shouldKeepAlive: true,
  7636.         useChunkedEncodingByDefault: true,
  7637.         sendDate: true,
  7638.         _removedConnection: false,
  7639.         _removedContLen: false,
  7640.         _removedTE: false,
  7641.         _contentLength: null,
  7642.         _hasBody: true,
  7643.         _trailer: '',
  7644.         finished: false,
  7645.         _headerSent: false,
  7646.         socket: [Circular],
  7647.         connection: [Circular],
  7648.         _header: null,
  7649.         _onPendingData: [Function: bound updateOutgoingData],
  7650.         _sent100: false,
  7651.         _expect_continue: false,
  7652.         [Symbol(isCorked)]: false,
  7653.         [Symbol(outHeadersKey)]: null },
  7654.      [Symbol(asyncId)]: 8,
  7655.      [Symbol(lastWriteQueueSize)]: 0,
  7656.      [Symbol(timeout)]:
  7657.       Timeout {
  7658.         _called: false,
  7659.         _idleTimeout: 120000,
  7660.         _idlePrev: [TimersList],
  7661.         _idleNext: [TimersList],
  7662.         _idleStart: 9224,
  7663.         _onTimeout: [Function: bound ],
  7664.         _timerArgs: undefined,
  7665.         _repeat: null,
  7666.         _destroyed: false,
  7667.         [Symbol(unrefed)]: true,
  7668.         [Symbol(asyncId)]: 142,
  7669.         [Symbol(triggerId)]: 11 },
  7670.      [Symbol(kBytesRead)]: 0,
  7671.      [Symbol(kBytesWritten)]: 0 },
  7672.   connection:
  7673.    Socket {
  7674.      connecting: false,
  7675.      _hadError: false,
  7676.      _handle:
  7677.       TCP {
  7678.         reading: true,
  7679.         onread: [Function: onStreamRead],
  7680.         onconnection: null,
  7681.         _consumed: true,
  7682.         [Symbol(owner)]: [Circular] },
  7683.      _parent: null,
  7684.      _host: null,
  7685.      _readableState:
  7686.       ReadableState {
  7687.         objectMode: false,
  7688.         highWaterMark: 16384,
  7689.         buffer: BufferList { head: null, tail: null, length: 0 },
  7690.         length: 0,
  7691.         pipes: null,
  7692.         pipesCount: 0,
  7693.         flowing: true,
  7694.         ended: false,
  7695.         endEmitted: false,
  7696.         reading: true,
  7697.         sync: false,
  7698.         needReadable: true,
  7699.         emittedReadable: false,
  7700.         readableListening: false,
  7701.         resumeScheduled: false,
  7702.         paused: false,
  7703.         emitClose: false,
  7704.         autoDestroy: false,
  7705.         destroyed: false,
  7706.         defaultEncoding: 'utf8',
  7707.         awaitDrain: 0,
  7708.         readingMore: false,
  7709.         decoder: null,
  7710.         encoding: null },
  7711.      readable: true,
  7712.      _events:
  7713.       [Object: null prototype] {
  7714.         end: [Array],
  7715.         drain: [Array],
  7716.         timeout: [Function: socketOnTimeout],
  7717.         data: [Function: bound socketOnData],
  7718.         error: [Function: socketOnError],
  7719.         close: [Array],
  7720.         resume: [Function: onSocketResume],
  7721.         pause: [Function: onSocketPause] },
  7722.      _eventsCount: 8,
  7723.      _maxListeners: undefined,
  7724.      _writableState:
  7725.       WritableState {
  7726.         objectMode: false,
  7727.         highWaterMark: 16384,
  7728.         finalCalled: false,
  7729.         needDrain: false,
  7730.         ending: false,
  7731.         ended: false,
  7732.         finished: false,
  7733.         destroyed: false,
  7734.         decodeStrings: false,
  7735.         defaultEncoding: 'utf8',
  7736.         length: 0,
  7737.         writing: false,
  7738.         corked: 0,
  7739.         sync: false,
  7740.         bufferProcessing: false,
  7741.         onwrite: [Function: bound onwrite],
  7742.         writecb: null,
  7743.         writelen: 0,
  7744.         bufferedRequest: null,
  7745.         lastBufferedRequest: null,
  7746.         pendingcb: 0,
  7747.         prefinished: false,
  7748.         errorEmitted: false,
  7749.         emitClose: false,
  7750.         autoDestroy: false,
  7751.         bufferedRequestCount: 0,
  7752.         corkedRequestsFree: [Object] },
  7753.      writable: true,
  7754.      allowHalfOpen: true,
  7755.      _sockname: null,
  7756.      _pendingData: null,
  7757.      _pendingEncoding: '',
  7758.      server:
  7759.       Server {
  7760.         _events: [Object],
  7761.         _eventsCount: 2,
  7762.         _maxListeners: undefined,
  7763.         _connections: 1,
  7764.         _handle: [TCP],
  7765.         _usingWorkers: false,
  7766.         _workers: [],
  7767.         _unref: false,
  7768.         allowHalfOpen: true,
  7769.         pauseOnConnect: false,
  7770.         httpAllowHalfOpen: false,
  7771.         timeout: 120000,
  7772.         keepAliveTimeout: 5000,
  7773.         maxHeadersCount: null,
  7774.         headersTimeout: 40000,
  7775.         _connectionKey: '4:127.0.0.1:1337',
  7776.         [Symbol(IncomingMessage)]: [Function],
  7777.         [Symbol(ServerResponse)]: [Function],
  7778.         [Symbol(asyncId)]: 6 },
  7779.      _server:
  7780.       Server {
  7781.         _events: [Object],
  7782.         _eventsCount: 2,
  7783.         _maxListeners: undefined,
  7784.         _connections: 1,
  7785.         _handle: [TCP],
  7786.         _usingWorkers: false,
  7787.         _workers: [],
  7788.         _unref: false,
  7789.         allowHalfOpen: true,
  7790.         pauseOnConnect: false,
  7791.         httpAllowHalfOpen: false,
  7792.         timeout: 120000,
  7793.         keepAliveTimeout: 5000,
  7794.         maxHeadersCount: null,
  7795.         headersTimeout: 40000,
  7796.         _connectionKey: '4:127.0.0.1:1337',
  7797.         [Symbol(IncomingMessage)]: [Function],
  7798.         [Symbol(ServerResponse)]: [Function],
  7799.         [Symbol(asyncId)]: 6 },
  7800.      timeout: 120000,
  7801.      parser:
  7802.       HTTPParser {
  7803.         '0': [Function: parserOnHeaders],
  7804.         '1': [Function: parserOnHeadersComplete],
  7805.         '2': [Function: parserOnBody],
  7806.         '3': [Function: parserOnMessageComplete],
  7807.         '4': [Function: bound onParserExecute],
  7808.         _headers: [],
  7809.         _url: '',
  7810.         socket: [Circular],
  7811.         incoming: [Circular],
  7812.         outgoing: null,
  7813.         maxHeaderPairs: 2000,
  7814.         _consumed: true,
  7815.         onIncoming: [Function: bound parserOnIncoming],
  7816.         parsingHeadersStart: 0,
  7817.         [Symbol(isReused)]: false },
  7818.      on: [Function: socketOnWrap],
  7819.      _paused: false,
  7820.      _httpMessage:
  7821.       ServerResponse {
  7822.         _events: [Object],
  7823.         _eventsCount: 1,
  7824.         _maxListeners: undefined,
  7825.         output: [],
  7826.         outputEncodings: [],
  7827.         outputCallbacks: [],
  7828.         outputSize: 0,
  7829.         writable: true,
  7830.         _last: false,
  7831.         chunkedEncoding: false,
  7832.         shouldKeepAlive: true,
  7833.         useChunkedEncodingByDefault: true,
  7834.         sendDate: true,
  7835.         _removedConnection: false,
  7836.         _removedContLen: false,
  7837.         _removedTE: false,
  7838.         _contentLength: null,
  7839.         _hasBody: true,
  7840.         _trailer: '',
  7841.         finished: false,
  7842.         _headerSent: false,
  7843.         socket: [Circular],
  7844.         connection: [Circular],
  7845.         _header: null,
  7846.         _onPendingData: [Function: bound updateOutgoingData],
  7847.         _sent100: false,
  7848.         _expect_continue: false,
  7849.         [Symbol(isCorked)]: false,
  7850.         [Symbol(outHeadersKey)]: null },
  7851.      [Symbol(asyncId)]: 8,
  7852.      [Symbol(lastWriteQueueSize)]: 0,
  7853.      [Symbol(timeout)]:
  7854.       Timeout {
  7855.         _called: false,
  7856.         _idleTimeout: 120000,
  7857.         _idlePrev: [TimersList],
  7858.         _idleNext: [TimersList],
  7859.         _idleStart: 9224,
  7860.         _onTimeout: [Function: bound ],
  7861.         _timerArgs: undefined,
  7862.         _repeat: null,
  7863.         _destroyed: false,
  7864.         [Symbol(unrefed)]: true,
  7865.         [Symbol(asyncId)]: 142,
  7866.         [Symbol(triggerId)]: 11 },
  7867.      [Symbol(kBytesRead)]: 0,
  7868.      [Symbol(kBytesWritten)]: 0 },
  7869.   httpVersionMajor: 1,
  7870.   httpVersionMinor: 1,
  7871.   httpVersion: '1.1',
  7872.   complete: false,
  7873.   headers:
  7874.    { host: '127.0.0.1:1337',
  7875.      connection: 'keep-alive',
  7876.      pragma: 'no-cache',
  7877.      'cache-control': 'no-cache',
  7878.      'sec-fetch-mode': 'no-cors',
  7879.      'user-agent':
  7880.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  7881.      accept: 'image/webp,image/apng,image/*,*/*;q=0.8',
  7882.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  7883.      'sec-fetch-site': 'same-origin',
  7884.      referer: 'http://127.0.0.1:1337/',
  7885.      'accept-encoding': 'gzip, deflate, br',
  7886.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  7887.   rawHeaders:
  7888.    [ 'Host',
  7889.      '127.0.0.1:1337',
  7890.      'Connection',
  7891.      'keep-alive',
  7892.      'Pragma',
  7893.      'no-cache',
  7894.      'Cache-Control',
  7895.      'no-cache',
  7896.      'Sec-Fetch-Mode',
  7897.      'no-cors',
  7898.      'User-Agent',
  7899.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  7900.      'Accept',
  7901.      'image/webp,image/apng,image/*,*/*;q=0.8',
  7902.      'proxy-authorization',
  7903.      'Basic bnVsbCZudWxsOm51bGw=',
  7904.      'Sec-Fetch-Site',
  7905.      'same-origin',
  7906.      'Referer',
  7907.      'http://127.0.0.1:1337/',
  7908.      'Accept-Encoding',
  7909.      'gzip, deflate, br',
  7910.      'Accept-Language',
  7911.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  7912.   trailers: {},
  7913.   rawTrailers: [],
  7914.   aborted: false,
  7915.   upgrade: false,
  7916.   url: '/favicon.ico',
  7917.   method: 'GET',
  7918.   statusCode: null,
  7919.   statusMessage: null,
  7920.   client:
  7921.    Socket {
  7922.      connecting: false,
  7923.      _hadError: false,
  7924.      _handle:
  7925.       TCP {
  7926.         reading: true,
  7927.         onread: [Function: onStreamRead],
  7928.         onconnection: null,
  7929.         _consumed: true,
  7930.         [Symbol(owner)]: [Circular] },
  7931.      _parent: null,
  7932.      _host: null,
  7933.      _readableState:
  7934.       ReadableState {
  7935.         objectMode: false,
  7936.         highWaterMark: 16384,
  7937.         buffer: BufferList { head: null, tail: null, length: 0 },
  7938.         length: 0,
  7939.         pipes: null,
  7940.         pipesCount: 0,
  7941.         flowing: true,
  7942.         ended: false,
  7943.         endEmitted: false,
  7944.         reading: true,
  7945.         sync: false,
  7946.         needReadable: true,
  7947.         emittedReadable: false,
  7948.         readableListening: false,
  7949.         resumeScheduled: false,
  7950.         paused: false,
  7951.         emitClose: false,
  7952.         autoDestroy: false,
  7953.         destroyed: false,
  7954.         defaultEncoding: 'utf8',
  7955.         awaitDrain: 0,
  7956.         readingMore: false,
  7957.         decoder: null,
  7958.         encoding: null },
  7959.      readable: true,
  7960.      _events:
  7961.       [Object: null prototype] {
  7962.         end: [Array],
  7963.         drain: [Array],
  7964.         timeout: [Function: socketOnTimeout],
  7965.         data: [Function: bound socketOnData],
  7966.         error: [Function: socketOnError],
  7967.         close: [Array],
  7968.         resume: [Function: onSocketResume],
  7969.         pause: [Function: onSocketPause] },
  7970.      _eventsCount: 8,
  7971.      _maxListeners: undefined,
  7972.      _writableState:
  7973.       WritableState {
  7974.         objectMode: false,
  7975.         highWaterMark: 16384,
  7976.         finalCalled: false,
  7977.         needDrain: false,
  7978.         ending: false,
  7979.         ended: false,
  7980.         finished: false,
  7981.         destroyed: false,
  7982.         decodeStrings: false,
  7983.         defaultEncoding: 'utf8',
  7984.         length: 0,
  7985.         writing: false,
  7986.         corked: 0,
  7987.         sync: false,
  7988.         bufferProcessing: false,
  7989.         onwrite: [Function: bound onwrite],
  7990.         writecb: null,
  7991.         writelen: 0,
  7992.         bufferedRequest: null,
  7993.         lastBufferedRequest: null,
  7994.         pendingcb: 0,
  7995.         prefinished: false,
  7996.         errorEmitted: false,
  7997.         emitClose: false,
  7998.         autoDestroy: false,
  7999.         bufferedRequestCount: 0,
  8000.         corkedRequestsFree: [Object] },
  8001.      writable: true,
  8002.      allowHalfOpen: true,
  8003.      _sockname: null,
  8004.      _pendingData: null,
  8005.      _pendingEncoding: '',
  8006.      server:
  8007.       Server {
  8008.         _events: [Object],
  8009.         _eventsCount: 2,
  8010.         _maxListeners: undefined,
  8011.         _connections: 1,
  8012.         _handle: [TCP],
  8013.         _usingWorkers: false,
  8014.         _workers: [],
  8015.         _unref: false,
  8016.         allowHalfOpen: true,
  8017.         pauseOnConnect: false,
  8018.         httpAllowHalfOpen: false,
  8019.         timeout: 120000,
  8020.         keepAliveTimeout: 5000,
  8021.         maxHeadersCount: null,
  8022.         headersTimeout: 40000,
  8023.         _connectionKey: '4:127.0.0.1:1337',
  8024.         [Symbol(IncomingMessage)]: [Function],
  8025.         [Symbol(ServerResponse)]: [Function],
  8026.         [Symbol(asyncId)]: 6 },
  8027.      _server:
  8028.       Server {
  8029.         _events: [Object],
  8030.         _eventsCount: 2,
  8031.         _maxListeners: undefined,
  8032.         _connections: 1,
  8033.         _handle: [TCP],
  8034.         _usingWorkers: false,
  8035.         _workers: [],
  8036.         _unref: false,
  8037.         allowHalfOpen: true,
  8038.         pauseOnConnect: false,
  8039.         httpAllowHalfOpen: false,
  8040.         timeout: 120000,
  8041.         keepAliveTimeout: 5000,
  8042.         maxHeadersCount: null,
  8043.         headersTimeout: 40000,
  8044.         _connectionKey: '4:127.0.0.1:1337',
  8045.         [Symbol(IncomingMessage)]: [Function],
  8046.         [Symbol(ServerResponse)]: [Function],
  8047.         [Symbol(asyncId)]: 6 },
  8048.      timeout: 120000,
  8049.      parser:
  8050.       HTTPParser {
  8051.         '0': [Function: parserOnHeaders],
  8052.         '1': [Function: parserOnHeadersComplete],
  8053.         '2': [Function: parserOnBody],
  8054.         '3': [Function: parserOnMessageComplete],
  8055.         '4': [Function: bound onParserExecute],
  8056.         _headers: [],
  8057.         _url: '',
  8058.         socket: [Circular],
  8059.         incoming: [Circular],
  8060.         outgoing: null,
  8061.         maxHeaderPairs: 2000,
  8062.         _consumed: true,
  8063.         onIncoming: [Function: bound parserOnIncoming],
  8064.         parsingHeadersStart: 0,
  8065.         [Symbol(isReused)]: false },
  8066.      on: [Function: socketOnWrap],
  8067.      _paused: false,
  8068.      _httpMessage:
  8069.       ServerResponse {
  8070.         _events: [Object],
  8071.         _eventsCount: 1,
  8072.         _maxListeners: undefined,
  8073.         output: [],
  8074.         outputEncodings: [],
  8075.         outputCallbacks: [],
  8076.         outputSize: 0,
  8077.         writable: true,
  8078.         _last: false,
  8079.         chunkedEncoding: false,
  8080.         shouldKeepAlive: true,
  8081.         useChunkedEncodingByDefault: true,
  8082.         sendDate: true,
  8083.         _removedConnection: false,
  8084.         _removedContLen: false,
  8085.         _removedTE: false,
  8086.         _contentLength: null,
  8087.         _hasBody: true,
  8088.         _trailer: '',
  8089.         finished: false,
  8090.         _headerSent: false,
  8091.         socket: [Circular],
  8092.         connection: [Circular],
  8093.         _header: null,
  8094.         _onPendingData: [Function: bound updateOutgoingData],
  8095.         _sent100: false,
  8096.         _expect_continue: false,
  8097.         [Symbol(isCorked)]: false,
  8098.         [Symbol(outHeadersKey)]: null },
  8099.      [Symbol(asyncId)]: 8,
  8100.      [Symbol(lastWriteQueueSize)]: 0,
  8101.      [Symbol(timeout)]:
  8102.       Timeout {
  8103.         _called: false,
  8104.         _idleTimeout: 120000,
  8105.         _idlePrev: [TimersList],
  8106.         _idleNext: [TimersList],
  8107.         _idleStart: 9224,
  8108.         _onTimeout: [Function: bound ],
  8109.         _timerArgs: undefined,
  8110.         _repeat: null,
  8111.         _destroyed: false,
  8112.         [Symbol(unrefed)]: true,
  8113.         [Symbol(asyncId)]: 142,
  8114.         [Symbol(triggerId)]: 11 },
  8115.      [Symbol(kBytesRead)]: 0,
  8116.      [Symbol(kBytesWritten)]: 0 },
  8117.   _consuming: false,
  8118.   _dumped: false }
  8119. IncomingMessage {
  8120.   _readableState:
  8121.    ReadableState {
  8122.      objectMode: false,
  8123.      highWaterMark: 16384,
  8124.      buffer: BufferList { head: null, tail: null, length: 0 },
  8125.      length: 0,
  8126.      pipes: null,
  8127.      pipesCount: 0,
  8128.      flowing: null,
  8129.      ended: false,
  8130.      endEmitted: false,
  8131.      reading: false,
  8132.      sync: true,
  8133.      needReadable: false,
  8134.      emittedReadable: false,
  8135.      readableListening: false,
  8136.      resumeScheduled: false,
  8137.      paused: true,
  8138.      emitClose: true,
  8139.      autoDestroy: false,
  8140.      destroyed: false,
  8141.      defaultEncoding: 'utf8',
  8142.      awaitDrain: 0,
  8143.      readingMore: true,
  8144.      decoder: null,
  8145.      encoding: null },
  8146.   readable: true,
  8147.   _events:
  8148.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  8149.   _eventsCount: 1,
  8150.   _maxListeners: undefined,
  8151.   socket:
  8152.    Socket {
  8153.      connecting: false,
  8154.      _hadError: false,
  8155.      _handle:
  8156.       TCP {
  8157.         reading: true,
  8158.         onread: [Function: onStreamRead],
  8159.         onconnection: null,
  8160.         _consumed: true,
  8161.         [Symbol(owner)]: [Circular] },
  8162.      _parent: null,
  8163.      _host: null,
  8164.      _readableState:
  8165.       ReadableState {
  8166.         objectMode: false,
  8167.         highWaterMark: 16384,
  8168.         buffer: BufferList { head: null, tail: null, length: 0 },
  8169.         length: 0,
  8170.         pipes: null,
  8171.         pipesCount: 0,
  8172.         flowing: true,
  8173.         ended: false,
  8174.         endEmitted: false,
  8175.         reading: true,
  8176.         sync: false,
  8177.         needReadable: true,
  8178.         emittedReadable: false,
  8179.         readableListening: false,
  8180.         resumeScheduled: false,
  8181.         paused: false,
  8182.         emitClose: false,
  8183.         autoDestroy: false,
  8184.         destroyed: false,
  8185.         defaultEncoding: 'utf8',
  8186.         awaitDrain: 0,
  8187.         readingMore: false,
  8188.         decoder: null,
  8189.         encoding: null },
  8190.      readable: true,
  8191.      _events:
  8192.       [Object: null prototype] {
  8193.         end: [Array],
  8194.         drain: [Array],
  8195.         timeout: [Function: socketOnTimeout],
  8196.         data: [Function: bound socketOnData],
  8197.         error: [Function: socketOnError],
  8198.         close: [Array],
  8199.         resume: [Function: onSocketResume],
  8200.         pause: [Function: onSocketPause] },
  8201.      _eventsCount: 8,
  8202.      _maxListeners: undefined,
  8203.      _writableState:
  8204.       WritableState {
  8205.         objectMode: false,
  8206.         highWaterMark: 16384,
  8207.         finalCalled: false,
  8208.         needDrain: false,
  8209.         ending: false,
  8210.         ended: false,
  8211.         finished: false,
  8212.         destroyed: false,
  8213.         decodeStrings: false,
  8214.         defaultEncoding: 'utf8',
  8215.         length: 0,
  8216.         writing: false,
  8217.         corked: 0,
  8218.         sync: false,
  8219.         bufferProcessing: false,
  8220.         onwrite: [Function: bound onwrite],
  8221.         writecb: null,
  8222.         writelen: 0,
  8223.         bufferedRequest: null,
  8224.         lastBufferedRequest: null,
  8225.         pendingcb: 0,
  8226.         prefinished: false,
  8227.         errorEmitted: false,
  8228.         emitClose: false,
  8229.         autoDestroy: false,
  8230.         bufferedRequestCount: 0,
  8231.         corkedRequestsFree: [Object] },
  8232.      writable: true,
  8233.      allowHalfOpen: true,
  8234.      _sockname: null,
  8235.      _pendingData: null,
  8236.      _pendingEncoding: '',
  8237.      server:
  8238.       Server {
  8239.         _events: [Object],
  8240.         _eventsCount: 2,
  8241.         _maxListeners: undefined,
  8242.         _connections: 1,
  8243.         _handle: [TCP],
  8244.         _usingWorkers: false,
  8245.         _workers: [],
  8246.         _unref: false,
  8247.         allowHalfOpen: true,
  8248.         pauseOnConnect: false,
  8249.         httpAllowHalfOpen: false,
  8250.         timeout: 120000,
  8251.         keepAliveTimeout: 5000,
  8252.         maxHeadersCount: null,
  8253.         headersTimeout: 40000,
  8254.         _connectionKey: '4:127.0.0.1:1337',
  8255.         [Symbol(IncomingMessage)]: [Function],
  8256.         [Symbol(ServerResponse)]: [Function],
  8257.         [Symbol(asyncId)]: 6 },
  8258.      _server:
  8259.       Server {
  8260.         _events: [Object],
  8261.         _eventsCount: 2,
  8262.         _maxListeners: undefined,
  8263.         _connections: 1,
  8264.         _handle: [TCP],
  8265.         _usingWorkers: false,
  8266.         _workers: [],
  8267.         _unref: false,
  8268.         allowHalfOpen: true,
  8269.         pauseOnConnect: false,
  8270.         httpAllowHalfOpen: false,
  8271.         timeout: 120000,
  8272.         keepAliveTimeout: 5000,
  8273.         maxHeadersCount: null,
  8274.         headersTimeout: 40000,
  8275.         _connectionKey: '4:127.0.0.1:1337',
  8276.         [Symbol(IncomingMessage)]: [Function],
  8277.         [Symbol(ServerResponse)]: [Function],
  8278.         [Symbol(asyncId)]: 6 },
  8279.      timeout: 120000,
  8280.      parser:
  8281.       HTTPParser {
  8282.         '0': [Function: parserOnHeaders],
  8283.         '1': [Function: parserOnHeadersComplete],
  8284.         '2': [Function: parserOnBody],
  8285.         '3': [Function: parserOnMessageComplete],
  8286.         '4': [Function: bound onParserExecute],
  8287.         _headers: [],
  8288.         _url: '',
  8289.         socket: [Circular],
  8290.         incoming: [Circular],
  8291.         outgoing: null,
  8292.         maxHeaderPairs: 2000,
  8293.         _consumed: true,
  8294.         onIncoming: [Function: bound parserOnIncoming],
  8295.         parsingHeadersStart: 0,
  8296.         [Symbol(isReused)]: false },
  8297.      on: [Function: socketOnWrap],
  8298.      _paused: false,
  8299.      _httpMessage:
  8300.       ServerResponse {
  8301.         _events: [Object],
  8302.         _eventsCount: 1,
  8303.         _maxListeners: undefined,
  8304.         output: [],
  8305.         outputEncodings: [],
  8306.         outputCallbacks: [],
  8307.         outputSize: 0,
  8308.         writable: true,
  8309.         _last: false,
  8310.         chunkedEncoding: false,
  8311.         shouldKeepAlive: true,
  8312.         useChunkedEncodingByDefault: true,
  8313.         sendDate: true,
  8314.         _removedConnection: false,
  8315.         _removedContLen: false,
  8316.         _removedTE: false,
  8317.         _contentLength: null,
  8318.         _hasBody: true,
  8319.         _trailer: '',
  8320.         finished: false,
  8321.         _headerSent: false,
  8322.         socket: [Circular],
  8323.         connection: [Circular],
  8324.         _header: null,
  8325.         _onPendingData: [Function: bound updateOutgoingData],
  8326.         _sent100: false,
  8327.         _expect_continue: false,
  8328.         [Symbol(isCorked)]: false,
  8329.         [Symbol(outHeadersKey)]: null },
  8330.      [Symbol(asyncId)]: 8,
  8331.      [Symbol(lastWriteQueueSize)]: 0,
  8332.      [Symbol(timeout)]:
  8333.       Timeout {
  8334.         _called: false,
  8335.         _idleTimeout: 120000,
  8336.         _idlePrev: [TimersList],
  8337.         _idleNext: [TimersList],
  8338.         _idleStart: 9442,
  8339.         _onTimeout: [Function: bound ],
  8340.         _timerArgs: undefined,
  8341.         _repeat: null,
  8342.         _destroyed: false,
  8343.         [Symbol(unrefed)]: true,
  8344.         [Symbol(asyncId)]: 153,
  8345.         [Symbol(triggerId)]: 11 },
  8346.      [Symbol(kBytesRead)]: 0,
  8347.      [Symbol(kBytesWritten)]: 0 },
  8348.   connection:
  8349.    Socket {
  8350.      connecting: false,
  8351.      _hadError: false,
  8352.      _handle:
  8353.       TCP {
  8354.         reading: true,
  8355.         onread: [Function: onStreamRead],
  8356.         onconnection: null,
  8357.         _consumed: true,
  8358.         [Symbol(owner)]: [Circular] },
  8359.      _parent: null,
  8360.      _host: null,
  8361.      _readableState:
  8362.       ReadableState {
  8363.         objectMode: false,
  8364.         highWaterMark: 16384,
  8365.         buffer: BufferList { head: null, tail: null, length: 0 },
  8366.         length: 0,
  8367.         pipes: null,
  8368.         pipesCount: 0,
  8369.         flowing: true,
  8370.         ended: false,
  8371.         endEmitted: false,
  8372.         reading: true,
  8373.         sync: false,
  8374.         needReadable: true,
  8375.         emittedReadable: false,
  8376.         readableListening: false,
  8377.         resumeScheduled: false,
  8378.         paused: false,
  8379.         emitClose: false,
  8380.         autoDestroy: false,
  8381.         destroyed: false,
  8382.         defaultEncoding: 'utf8',
  8383.         awaitDrain: 0,
  8384.         readingMore: false,
  8385.         decoder: null,
  8386.         encoding: null },
  8387.      readable: true,
  8388.      _events:
  8389.       [Object: null prototype] {
  8390.         end: [Array],
  8391.         drain: [Array],
  8392.         timeout: [Function: socketOnTimeout],
  8393.         data: [Function: bound socketOnData],
  8394.         error: [Function: socketOnError],
  8395.         close: [Array],
  8396.         resume: [Function: onSocketResume],
  8397.         pause: [Function: onSocketPause] },
  8398.      _eventsCount: 8,
  8399.      _maxListeners: undefined,
  8400.      _writableState:
  8401.       WritableState {
  8402.         objectMode: false,
  8403.         highWaterMark: 16384,
  8404.         finalCalled: false,
  8405.         needDrain: false,
  8406.         ending: false,
  8407.         ended: false,
  8408.         finished: false,
  8409.         destroyed: false,
  8410.         decodeStrings: false,
  8411.         defaultEncoding: 'utf8',
  8412.         length: 0,
  8413.         writing: false,
  8414.         corked: 0,
  8415.         sync: false,
  8416.         bufferProcessing: false,
  8417.         onwrite: [Function: bound onwrite],
  8418.         writecb: null,
  8419.         writelen: 0,
  8420.         bufferedRequest: null,
  8421.         lastBufferedRequest: null,
  8422.         pendingcb: 0,
  8423.         prefinished: false,
  8424.         errorEmitted: false,
  8425.         emitClose: false,
  8426.         autoDestroy: false,
  8427.         bufferedRequestCount: 0,
  8428.         corkedRequestsFree: [Object] },
  8429.      writable: true,
  8430.      allowHalfOpen: true,
  8431.      _sockname: null,
  8432.      _pendingData: null,
  8433.      _pendingEncoding: '',
  8434.      server:
  8435.       Server {
  8436.         _events: [Object],
  8437.         _eventsCount: 2,
  8438.         _maxListeners: undefined,
  8439.         _connections: 1,
  8440.         _handle: [TCP],
  8441.         _usingWorkers: false,
  8442.         _workers: [],
  8443.         _unref: false,
  8444.         allowHalfOpen: true,
  8445.         pauseOnConnect: false,
  8446.         httpAllowHalfOpen: false,
  8447.         timeout: 120000,
  8448.         keepAliveTimeout: 5000,
  8449.         maxHeadersCount: null,
  8450.         headersTimeout: 40000,
  8451.         _connectionKey: '4:127.0.0.1:1337',
  8452.         [Symbol(IncomingMessage)]: [Function],
  8453.         [Symbol(ServerResponse)]: [Function],
  8454.         [Symbol(asyncId)]: 6 },
  8455.      _server:
  8456.       Server {
  8457.         _events: [Object],
  8458.         _eventsCount: 2,
  8459.         _maxListeners: undefined,
  8460.         _connections: 1,
  8461.         _handle: [TCP],
  8462.         _usingWorkers: false,
  8463.         _workers: [],
  8464.         _unref: false,
  8465.         allowHalfOpen: true,
  8466.         pauseOnConnect: false,
  8467.         httpAllowHalfOpen: false,
  8468.         timeout: 120000,
  8469.         keepAliveTimeout: 5000,
  8470.         maxHeadersCount: null,
  8471.         headersTimeout: 40000,
  8472.         _connectionKey: '4:127.0.0.1:1337',
  8473.         [Symbol(IncomingMessage)]: [Function],
  8474.         [Symbol(ServerResponse)]: [Function],
  8475.         [Symbol(asyncId)]: 6 },
  8476.      timeout: 120000,
  8477.      parser:
  8478.       HTTPParser {
  8479.         '0': [Function: parserOnHeaders],
  8480.         '1': [Function: parserOnHeadersComplete],
  8481.         '2': [Function: parserOnBody],
  8482.         '3': [Function: parserOnMessageComplete],
  8483.         '4': [Function: bound onParserExecute],
  8484.         _headers: [],
  8485.         _url: '',
  8486.         socket: [Circular],
  8487.         incoming: [Circular],
  8488.         outgoing: null,
  8489.         maxHeaderPairs: 2000,
  8490.         _consumed: true,
  8491.         onIncoming: [Function: bound parserOnIncoming],
  8492.         parsingHeadersStart: 0,
  8493.         [Symbol(isReused)]: false },
  8494.      on: [Function: socketOnWrap],
  8495.      _paused: false,
  8496.      _httpMessage:
  8497.       ServerResponse {
  8498.         _events: [Object],
  8499.         _eventsCount: 1,
  8500.         _maxListeners: undefined,
  8501.         output: [],
  8502.         outputEncodings: [],
  8503.         outputCallbacks: [],
  8504.         outputSize: 0,
  8505.         writable: true,
  8506.         _last: false,
  8507.         chunkedEncoding: false,
  8508.         shouldKeepAlive: true,
  8509.         useChunkedEncodingByDefault: true,
  8510.         sendDate: true,
  8511.         _removedConnection: false,
  8512.         _removedContLen: false,
  8513.         _removedTE: false,
  8514.         _contentLength: null,
  8515.         _hasBody: true,
  8516.         _trailer: '',
  8517.         finished: false,
  8518.         _headerSent: false,
  8519.         socket: [Circular],
  8520.         connection: [Circular],
  8521.         _header: null,
  8522.         _onPendingData: [Function: bound updateOutgoingData],
  8523.         _sent100: false,
  8524.         _expect_continue: false,
  8525.         [Symbol(isCorked)]: false,
  8526.         [Symbol(outHeadersKey)]: null },
  8527.      [Symbol(asyncId)]: 8,
  8528.      [Symbol(lastWriteQueueSize)]: 0,
  8529.      [Symbol(timeout)]:
  8530.       Timeout {
  8531.         _called: false,
  8532.         _idleTimeout: 120000,
  8533.         _idlePrev: [TimersList],
  8534.         _idleNext: [TimersList],
  8535.         _idleStart: 9442,
  8536.         _onTimeout: [Function: bound ],
  8537.         _timerArgs: undefined,
  8538.         _repeat: null,
  8539.         _destroyed: false,
  8540.         [Symbol(unrefed)]: true,
  8541.         [Symbol(asyncId)]: 153,
  8542.         [Symbol(triggerId)]: 11 },
  8543.      [Symbol(kBytesRead)]: 0,
  8544.      [Symbol(kBytesWritten)]: 0 },
  8545.   httpVersionMajor: 1,
  8546.   httpVersionMinor: 1,
  8547.   httpVersion: '1.1',
  8548.   complete: false,
  8549.   headers:
  8550.    { host: '127.0.0.1:1337',
  8551.      connection: 'keep-alive',
  8552.      'cache-control': 'max-age=0',
  8553.      'upgrade-insecure-requests': '1',
  8554.      'user-agent':
  8555.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  8556.      'sec-fetch-mode': 'navigate',
  8557.      'sec-fetch-user': '?1',
  8558.      accept:
  8559.       'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  8560.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  8561.      'sec-fetch-site': 'none',
  8562.      'accept-encoding': 'gzip, deflate, br',
  8563.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  8564.   rawHeaders:
  8565.    [ 'Host',
  8566.      '127.0.0.1:1337',
  8567.      'Connection',
  8568.      'keep-alive',
  8569.      'Cache-Control',
  8570.      'max-age=0',
  8571.      'Upgrade-Insecure-Requests',
  8572.      '1',
  8573.      'User-Agent',
  8574.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  8575.      'Sec-Fetch-Mode',
  8576.      'navigate',
  8577.      'Sec-Fetch-User',
  8578.      '?1',
  8579.      'Accept',
  8580.      'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  8581.      'proxy-authorization',
  8582.      'Basic bnVsbCZudWxsOm51bGw=',
  8583.      'Sec-Fetch-Site',
  8584.      'none',
  8585.      'Accept-Encoding',
  8586.      'gzip, deflate, br',
  8587.      'Accept-Language',
  8588.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  8589.   trailers: {},
  8590.   rawTrailers: [],
  8591.   aborted: false,
  8592.   upgrade: false,
  8593.   url: '/',
  8594.   method: 'GET',
  8595.   statusCode: null,
  8596.   statusMessage: null,
  8597.   client:
  8598.    Socket {
  8599.      connecting: false,
  8600.      _hadError: false,
  8601.      _handle:
  8602.       TCP {
  8603.         reading: true,
  8604.         onread: [Function: onStreamRead],
  8605.         onconnection: null,
  8606.         _consumed: true,
  8607.         [Symbol(owner)]: [Circular] },
  8608.      _parent: null,
  8609.      _host: null,
  8610.      _readableState:
  8611.       ReadableState {
  8612.         objectMode: false,
  8613.         highWaterMark: 16384,
  8614.         buffer: BufferList { head: null, tail: null, length: 0 },
  8615.         length: 0,
  8616.         pipes: null,
  8617.         pipesCount: 0,
  8618.         flowing: true,
  8619.         ended: false,
  8620.         endEmitted: false,
  8621.         reading: true,
  8622.         sync: false,
  8623.         needReadable: true,
  8624.         emittedReadable: false,
  8625.         readableListening: false,
  8626.         resumeScheduled: false,
  8627.         paused: false,
  8628.         emitClose: false,
  8629.         autoDestroy: false,
  8630.         destroyed: false,
  8631.         defaultEncoding: 'utf8',
  8632.         awaitDrain: 0,
  8633.         readingMore: false,
  8634.         decoder: null,
  8635.         encoding: null },
  8636.      readable: true,
  8637.      _events:
  8638.       [Object: null prototype] {
  8639.         end: [Array],
  8640.         drain: [Array],
  8641.         timeout: [Function: socketOnTimeout],
  8642.         data: [Function: bound socketOnData],
  8643.         error: [Function: socketOnError],
  8644.         close: [Array],
  8645.         resume: [Function: onSocketResume],
  8646.         pause: [Function: onSocketPause] },
  8647.      _eventsCount: 8,
  8648.      _maxListeners: undefined,
  8649.      _writableState:
  8650.       WritableState {
  8651.         objectMode: false,
  8652.         highWaterMark: 16384,
  8653.         finalCalled: false,
  8654.         needDrain: false,
  8655.         ending: false,
  8656.         ended: false,
  8657.         finished: false,
  8658.         destroyed: false,
  8659.         decodeStrings: false,
  8660.         defaultEncoding: 'utf8',
  8661.         length: 0,
  8662.         writing: false,
  8663.         corked: 0,
  8664.         sync: false,
  8665.         bufferProcessing: false,
  8666.         onwrite: [Function: bound onwrite],
  8667.         writecb: null,
  8668.         writelen: 0,
  8669.         bufferedRequest: null,
  8670.         lastBufferedRequest: null,
  8671.         pendingcb: 0,
  8672.         prefinished: false,
  8673.         errorEmitted: false,
  8674.         emitClose: false,
  8675.         autoDestroy: false,
  8676.         bufferedRequestCount: 0,
  8677.         corkedRequestsFree: [Object] },
  8678.      writable: true,
  8679.      allowHalfOpen: true,
  8680.      _sockname: null,
  8681.      _pendingData: null,
  8682.      _pendingEncoding: '',
  8683.      server:
  8684.       Server {
  8685.         _events: [Object],
  8686.         _eventsCount: 2,
  8687.         _maxListeners: undefined,
  8688.         _connections: 1,
  8689.         _handle: [TCP],
  8690.         _usingWorkers: false,
  8691.         _workers: [],
  8692.         _unref: false,
  8693.         allowHalfOpen: true,
  8694.         pauseOnConnect: false,
  8695.         httpAllowHalfOpen: false,
  8696.         timeout: 120000,
  8697.         keepAliveTimeout: 5000,
  8698.         maxHeadersCount: null,
  8699.         headersTimeout: 40000,
  8700.         _connectionKey: '4:127.0.0.1:1337',
  8701.         [Symbol(IncomingMessage)]: [Function],
  8702.         [Symbol(ServerResponse)]: [Function],
  8703.         [Symbol(asyncId)]: 6 },
  8704.      _server:
  8705.       Server {
  8706.         _events: [Object],
  8707.         _eventsCount: 2,
  8708.         _maxListeners: undefined,
  8709.         _connections: 1,
  8710.         _handle: [TCP],
  8711.         _usingWorkers: false,
  8712.         _workers: [],
  8713.         _unref: false,
  8714.         allowHalfOpen: true,
  8715.         pauseOnConnect: false,
  8716.         httpAllowHalfOpen: false,
  8717.         timeout: 120000,
  8718.         keepAliveTimeout: 5000,
  8719.         maxHeadersCount: null,
  8720.         headersTimeout: 40000,
  8721.         _connectionKey: '4:127.0.0.1:1337',
  8722.         [Symbol(IncomingMessage)]: [Function],
  8723.         [Symbol(ServerResponse)]: [Function],
  8724.         [Symbol(asyncId)]: 6 },
  8725.      timeout: 120000,
  8726.      parser:
  8727.       HTTPParser {
  8728.         '0': [Function: parserOnHeaders],
  8729.         '1': [Function: parserOnHeadersComplete],
  8730.         '2': [Function: parserOnBody],
  8731.         '3': [Function: parserOnMessageComplete],
  8732.         '4': [Function: bound onParserExecute],
  8733.         _headers: [],
  8734.         _url: '',
  8735.         socket: [Circular],
  8736.         incoming: [Circular],
  8737.         outgoing: null,
  8738.         maxHeaderPairs: 2000,
  8739.         _consumed: true,
  8740.         onIncoming: [Function: bound parserOnIncoming],
  8741.         parsingHeadersStart: 0,
  8742.         [Symbol(isReused)]: false },
  8743.      on: [Function: socketOnWrap],
  8744.      _paused: false,
  8745.      _httpMessage:
  8746.       ServerResponse {
  8747.         _events: [Object],
  8748.         _eventsCount: 1,
  8749.         _maxListeners: undefined,
  8750.         output: [],
  8751.         outputEncodings: [],
  8752.         outputCallbacks: [],
  8753.         outputSize: 0,
  8754.         writable: true,
  8755.         _last: false,
  8756.         chunkedEncoding: false,
  8757.         shouldKeepAlive: true,
  8758.         useChunkedEncodingByDefault: true,
  8759.         sendDate: true,
  8760.         _removedConnection: false,
  8761.         _removedContLen: false,
  8762.         _removedTE: false,
  8763.         _contentLength: null,
  8764.         _hasBody: true,
  8765.         _trailer: '',
  8766.         finished: false,
  8767.         _headerSent: false,
  8768.         socket: [Circular],
  8769.         connection: [Circular],
  8770.         _header: null,
  8771.         _onPendingData: [Function: bound updateOutgoingData],
  8772.         _sent100: false,
  8773.         _expect_continue: false,
  8774.         [Symbol(isCorked)]: false,
  8775.         [Symbol(outHeadersKey)]: null },
  8776.      [Symbol(asyncId)]: 8,
  8777.      [Symbol(lastWriteQueueSize)]: 0,
  8778.      [Symbol(timeout)]:
  8779.       Timeout {
  8780.         _called: false,
  8781.         _idleTimeout: 120000,
  8782.         _idlePrev: [TimersList],
  8783.         _idleNext: [TimersList],
  8784.         _idleStart: 9442,
  8785.         _onTimeout: [Function: bound ],
  8786.         _timerArgs: undefined,
  8787.         _repeat: null,
  8788.         _destroyed: false,
  8789.         [Symbol(unrefed)]: true,
  8790.         [Symbol(asyncId)]: 153,
  8791.         [Symbol(triggerId)]: 11 },
  8792.      [Symbol(kBytesRead)]: 0,
  8793.      [Symbol(kBytesWritten)]: 0 },
  8794.   _consuming: false,
  8795.   _dumped: false }
  8796. IncomingMessage {
  8797.   _readableState:
  8798.    ReadableState {
  8799.      objectMode: false,
  8800.      highWaterMark: 16384,
  8801.      buffer: BufferList { head: null, tail: null, length: 0 },
  8802.      length: 0,
  8803.      pipes: null,
  8804.      pipesCount: 0,
  8805.      flowing: null,
  8806.      ended: false,
  8807.      endEmitted: false,
  8808.      reading: false,
  8809.      sync: true,
  8810.      needReadable: false,
  8811.      emittedReadable: false,
  8812.      readableListening: false,
  8813.      resumeScheduled: false,
  8814.      paused: true,
  8815.      emitClose: true,
  8816.      autoDestroy: false,
  8817.      destroyed: false,
  8818.      defaultEncoding: 'utf8',
  8819.      awaitDrain: 0,
  8820.      readingMore: true,
  8821.      decoder: null,
  8822.      encoding: null },
  8823.   readable: true,
  8824.   _events:
  8825.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  8826.   _eventsCount: 1,
  8827.   _maxListeners: undefined,
  8828.   socket:
  8829.    Socket {
  8830.      connecting: false,
  8831.      _hadError: false,
  8832.      _handle:
  8833.       TCP {
  8834.         reading: true,
  8835.         onread: [Function: onStreamRead],
  8836.         onconnection: null,
  8837.         _consumed: true,
  8838.         [Symbol(owner)]: [Circular] },
  8839.      _parent: null,
  8840.      _host: null,
  8841.      _readableState:
  8842.       ReadableState {
  8843.         objectMode: false,
  8844.         highWaterMark: 16384,
  8845.         buffer: BufferList { head: null, tail: null, length: 0 },
  8846.         length: 0,
  8847.         pipes: null,
  8848.         pipesCount: 0,
  8849.         flowing: true,
  8850.         ended: false,
  8851.         endEmitted: false,
  8852.         reading: true,
  8853.         sync: false,
  8854.         needReadable: true,
  8855.         emittedReadable: false,
  8856.         readableListening: false,
  8857.         resumeScheduled: false,
  8858.         paused: false,
  8859.         emitClose: false,
  8860.         autoDestroy: false,
  8861.         destroyed: false,
  8862.         defaultEncoding: 'utf8',
  8863.         awaitDrain: 0,
  8864.         readingMore: false,
  8865.         decoder: null,
  8866.         encoding: null },
  8867.      readable: true,
  8868.      _events:
  8869.       [Object: null prototype] {
  8870.         end: [Array],
  8871.         drain: [Array],
  8872.         timeout: [Function: socketOnTimeout],
  8873.         data: [Function: bound socketOnData],
  8874.         error: [Function: socketOnError],
  8875.         close: [Array],
  8876.         resume: [Function: onSocketResume],
  8877.         pause: [Function: onSocketPause] },
  8878.      _eventsCount: 8,
  8879.      _maxListeners: undefined,
  8880.      _writableState:
  8881.       WritableState {
  8882.         objectMode: false,
  8883.         highWaterMark: 16384,
  8884.         finalCalled: false,
  8885.         needDrain: false,
  8886.         ending: false,
  8887.         ended: false,
  8888.         finished: false,
  8889.         destroyed: false,
  8890.         decodeStrings: false,
  8891.         defaultEncoding: 'utf8',
  8892.         length: 0,
  8893.         writing: false,
  8894.         corked: 0,
  8895.         sync: false,
  8896.         bufferProcessing: false,
  8897.         onwrite: [Function: bound onwrite],
  8898.         writecb: null,
  8899.         writelen: 0,
  8900.         bufferedRequest: null,
  8901.         lastBufferedRequest: null,
  8902.         pendingcb: 0,
  8903.         prefinished: false,
  8904.         errorEmitted: false,
  8905.         emitClose: false,
  8906.         autoDestroy: false,
  8907.         bufferedRequestCount: 0,
  8908.         corkedRequestsFree: [Object] },
  8909.      writable: true,
  8910.      allowHalfOpen: true,
  8911.      _sockname: null,
  8912.      _pendingData: null,
  8913.      _pendingEncoding: '',
  8914.      server:
  8915.       Server {
  8916.         _events: [Object],
  8917.         _eventsCount: 2,
  8918.         _maxListeners: undefined,
  8919.         _connections: 1,
  8920.         _handle: [TCP],
  8921.         _usingWorkers: false,
  8922.         _workers: [],
  8923.         _unref: false,
  8924.         allowHalfOpen: true,
  8925.         pauseOnConnect: false,
  8926.         httpAllowHalfOpen: false,
  8927.         timeout: 120000,
  8928.         keepAliveTimeout: 5000,
  8929.         maxHeadersCount: null,
  8930.         headersTimeout: 40000,
  8931.         _connectionKey: '4:127.0.0.1:1337',
  8932.         [Symbol(IncomingMessage)]: [Function],
  8933.         [Symbol(ServerResponse)]: [Function],
  8934.         [Symbol(asyncId)]: 6 },
  8935.      _server:
  8936.       Server {
  8937.         _events: [Object],
  8938.         _eventsCount: 2,
  8939.         _maxListeners: undefined,
  8940.         _connections: 1,
  8941.         _handle: [TCP],
  8942.         _usingWorkers: false,
  8943.         _workers: [],
  8944.         _unref: false,
  8945.         allowHalfOpen: true,
  8946.         pauseOnConnect: false,
  8947.         httpAllowHalfOpen: false,
  8948.         timeout: 120000,
  8949.         keepAliveTimeout: 5000,
  8950.         maxHeadersCount: null,
  8951.         headersTimeout: 40000,
  8952.         _connectionKey: '4:127.0.0.1:1337',
  8953.         [Symbol(IncomingMessage)]: [Function],
  8954.         [Symbol(ServerResponse)]: [Function],
  8955.         [Symbol(asyncId)]: 6 },
  8956.      timeout: 120000,
  8957.      parser:
  8958.       HTTPParser {
  8959.         '0': [Function: parserOnHeaders],
  8960.         '1': [Function: parserOnHeadersComplete],
  8961.         '2': [Function: parserOnBody],
  8962.         '3': [Function: parserOnMessageComplete],
  8963.         '4': [Function: bound onParserExecute],
  8964.         _headers: [],
  8965.         _url: '',
  8966.         socket: [Circular],
  8967.         incoming: [Circular],
  8968.         outgoing: null,
  8969.         maxHeaderPairs: 2000,
  8970.         _consumed: true,
  8971.         onIncoming: [Function: bound parserOnIncoming],
  8972.         parsingHeadersStart: 0,
  8973.         [Symbol(isReused)]: false },
  8974.      on: [Function: socketOnWrap],
  8975.      _paused: false,
  8976.      _httpMessage:
  8977.       ServerResponse {
  8978.         _events: [Object],
  8979.         _eventsCount: 1,
  8980.         _maxListeners: undefined,
  8981.         output: [],
  8982.         outputEncodings: [],
  8983.         outputCallbacks: [],
  8984.         outputSize: 0,
  8985.         writable: true,
  8986.         _last: false,
  8987.         chunkedEncoding: false,
  8988.         shouldKeepAlive: true,
  8989.         useChunkedEncodingByDefault: true,
  8990.         sendDate: true,
  8991.         _removedConnection: false,
  8992.         _removedContLen: false,
  8993.         _removedTE: false,
  8994.         _contentLength: null,
  8995.         _hasBody: true,
  8996.         _trailer: '',
  8997.         finished: false,
  8998.         _headerSent: false,
  8999.         socket: [Circular],
  9000.         connection: [Circular],
  9001.         _header: null,
  9002.         _onPendingData: [Function: bound updateOutgoingData],
  9003.         _sent100: false,
  9004.         _expect_continue: false,
  9005.         [Symbol(isCorked)]: false,
  9006.         [Symbol(outHeadersKey)]: null },
  9007.      [Symbol(asyncId)]: 8,
  9008.      [Symbol(lastWriteQueueSize)]: 0,
  9009.      [Symbol(timeout)]:
  9010.       Timeout {
  9011.         _called: false,
  9012.         _idleTimeout: 120000,
  9013.         _idlePrev: [TimersList],
  9014.         _idleNext: [TimersList],
  9015.         _idleStart: 9470,
  9016.         _onTimeout: [Function: bound ],
  9017.         _timerArgs: undefined,
  9018.         _repeat: null,
  9019.         _destroyed: false,
  9020.         [Symbol(unrefed)]: true,
  9021.         [Symbol(asyncId)]: 164,
  9022.         [Symbol(triggerId)]: 11 },
  9023.      [Symbol(kBytesRead)]: 0,
  9024.      [Symbol(kBytesWritten)]: 0 },
  9025.   connection:
  9026.    Socket {
  9027.      connecting: false,
  9028.      _hadError: false,
  9029.      _handle:
  9030.       TCP {
  9031.         reading: true,
  9032.         onread: [Function: onStreamRead],
  9033.         onconnection: null,
  9034.         _consumed: true,
  9035.         [Symbol(owner)]: [Circular] },
  9036.      _parent: null,
  9037.      _host: null,
  9038.      _readableState:
  9039.       ReadableState {
  9040.         objectMode: false,
  9041.         highWaterMark: 16384,
  9042.         buffer: BufferList { head: null, tail: null, length: 0 },
  9043.         length: 0,
  9044.         pipes: null,
  9045.         pipesCount: 0,
  9046.         flowing: true,
  9047.         ended: false,
  9048.         endEmitted: false,
  9049.         reading: true,
  9050.         sync: false,
  9051.         needReadable: true,
  9052.         emittedReadable: false,
  9053.         readableListening: false,
  9054.         resumeScheduled: false,
  9055.         paused: false,
  9056.         emitClose: false,
  9057.         autoDestroy: false,
  9058.         destroyed: false,
  9059.         defaultEncoding: 'utf8',
  9060.         awaitDrain: 0,
  9061.         readingMore: false,
  9062.         decoder: null,
  9063.         encoding: null },
  9064.      readable: true,
  9065.      _events:
  9066.       [Object: null prototype] {
  9067.         end: [Array],
  9068.         drain: [Array],
  9069.         timeout: [Function: socketOnTimeout],
  9070.         data: [Function: bound socketOnData],
  9071.         error: [Function: socketOnError],
  9072.         close: [Array],
  9073.         resume: [Function: onSocketResume],
  9074.         pause: [Function: onSocketPause] },
  9075.      _eventsCount: 8,
  9076.      _maxListeners: undefined,
  9077.      _writableState:
  9078.       WritableState {
  9079.         objectMode: false,
  9080.         highWaterMark: 16384,
  9081.         finalCalled: false,
  9082.         needDrain: false,
  9083.         ending: false,
  9084.         ended: false,
  9085.         finished: false,
  9086.         destroyed: false,
  9087.         decodeStrings: false,
  9088.         defaultEncoding: 'utf8',
  9089.         length: 0,
  9090.         writing: false,
  9091.         corked: 0,
  9092.         sync: false,
  9093.         bufferProcessing: false,
  9094.         onwrite: [Function: bound onwrite],
  9095.         writecb: null,
  9096.         writelen: 0,
  9097.         bufferedRequest: null,
  9098.         lastBufferedRequest: null,
  9099.         pendingcb: 0,
  9100.         prefinished: false,
  9101.         errorEmitted: false,
  9102.         emitClose: false,
  9103.         autoDestroy: false,
  9104.         bufferedRequestCount: 0,
  9105.         corkedRequestsFree: [Object] },
  9106.      writable: true,
  9107.      allowHalfOpen: true,
  9108.      _sockname: null,
  9109.      _pendingData: null,
  9110.      _pendingEncoding: '',
  9111.      server:
  9112.       Server {
  9113.         _events: [Object],
  9114.         _eventsCount: 2,
  9115.         _maxListeners: undefined,
  9116.         _connections: 1,
  9117.         _handle: [TCP],
  9118.         _usingWorkers: false,
  9119.         _workers: [],
  9120.         _unref: false,
  9121.         allowHalfOpen: true,
  9122.         pauseOnConnect: false,
  9123.         httpAllowHalfOpen: false,
  9124.         timeout: 120000,
  9125.         keepAliveTimeout: 5000,
  9126.         maxHeadersCount: null,
  9127.         headersTimeout: 40000,
  9128.         _connectionKey: '4:127.0.0.1:1337',
  9129.         [Symbol(IncomingMessage)]: [Function],
  9130.         [Symbol(ServerResponse)]: [Function],
  9131.         [Symbol(asyncId)]: 6 },
  9132.      _server:
  9133.       Server {
  9134.         _events: [Object],
  9135.         _eventsCount: 2,
  9136.         _maxListeners: undefined,
  9137.         _connections: 1,
  9138.         _handle: [TCP],
  9139.         _usingWorkers: false,
  9140.         _workers: [],
  9141.         _unref: false,
  9142.         allowHalfOpen: true,
  9143.         pauseOnConnect: false,
  9144.         httpAllowHalfOpen: false,
  9145.         timeout: 120000,
  9146.         keepAliveTimeout: 5000,
  9147.         maxHeadersCount: null,
  9148.         headersTimeout: 40000,
  9149.         _connectionKey: '4:127.0.0.1:1337',
  9150.         [Symbol(IncomingMessage)]: [Function],
  9151.         [Symbol(ServerResponse)]: [Function],
  9152.         [Symbol(asyncId)]: 6 },
  9153.      timeout: 120000,
  9154.      parser:
  9155.       HTTPParser {
  9156.         '0': [Function: parserOnHeaders],
  9157.         '1': [Function: parserOnHeadersComplete],
  9158.         '2': [Function: parserOnBody],
  9159.         '3': [Function: parserOnMessageComplete],
  9160.         '4': [Function: bound onParserExecute],
  9161.         _headers: [],
  9162.         _url: '',
  9163.         socket: [Circular],
  9164.         incoming: [Circular],
  9165.         outgoing: null,
  9166.         maxHeaderPairs: 2000,
  9167.         _consumed: true,
  9168.         onIncoming: [Function: bound parserOnIncoming],
  9169.         parsingHeadersStart: 0,
  9170.         [Symbol(isReused)]: false },
  9171.      on: [Function: socketOnWrap],
  9172.      _paused: false,
  9173.      _httpMessage:
  9174.       ServerResponse {
  9175.         _events: [Object],
  9176.         _eventsCount: 1,
  9177.         _maxListeners: undefined,
  9178.         output: [],
  9179.         outputEncodings: [],
  9180.         outputCallbacks: [],
  9181.         outputSize: 0,
  9182.         writable: true,
  9183.         _last: false,
  9184.         chunkedEncoding: false,
  9185.         shouldKeepAlive: true,
  9186.         useChunkedEncodingByDefault: true,
  9187.         sendDate: true,
  9188.         _removedConnection: false,
  9189.         _removedContLen: false,
  9190.         _removedTE: false,
  9191.         _contentLength: null,
  9192.         _hasBody: true,
  9193.         _trailer: '',
  9194.         finished: false,
  9195.         _headerSent: false,
  9196.         socket: [Circular],
  9197.         connection: [Circular],
  9198.         _header: null,
  9199.         _onPendingData: [Function: bound updateOutgoingData],
  9200.         _sent100: false,
  9201.         _expect_continue: false,
  9202.         [Symbol(isCorked)]: false,
  9203.         [Symbol(outHeadersKey)]: null },
  9204.      [Symbol(asyncId)]: 8,
  9205.      [Symbol(lastWriteQueueSize)]: 0,
  9206.      [Symbol(timeout)]:
  9207.       Timeout {
  9208.         _called: false,
  9209.         _idleTimeout: 120000,
  9210.         _idlePrev: [TimersList],
  9211.         _idleNext: [TimersList],
  9212.         _idleStart: 9470,
  9213.         _onTimeout: [Function: bound ],
  9214.         _timerArgs: undefined,
  9215.         _repeat: null,
  9216.         _destroyed: false,
  9217.         [Symbol(unrefed)]: true,
  9218.         [Symbol(asyncId)]: 164,
  9219.         [Symbol(triggerId)]: 11 },
  9220.      [Symbol(kBytesRead)]: 0,
  9221.      [Symbol(kBytesWritten)]: 0 },
  9222.   httpVersionMajor: 1,
  9223.   httpVersionMinor: 1,
  9224.   httpVersion: '1.1',
  9225.   complete: false,
  9226.   headers:
  9227.    { host: '127.0.0.1:1337',
  9228.      connection: 'keep-alive',
  9229.      pragma: 'no-cache',
  9230.      'cache-control': 'no-cache',
  9231.      'sec-fetch-mode': 'no-cors',
  9232.      'user-agent':
  9233.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  9234.      accept: 'image/webp,image/apng,image/*,*/*;q=0.8',
  9235.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  9236.      'sec-fetch-site': 'same-origin',
  9237.      referer: 'http://127.0.0.1:1337/',
  9238.      'accept-encoding': 'gzip, deflate, br',
  9239.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  9240.   rawHeaders:
  9241.    [ 'Host',
  9242.      '127.0.0.1:1337',
  9243.      'Connection',
  9244.      'keep-alive',
  9245.      'Pragma',
  9246.      'no-cache',
  9247.      'Cache-Control',
  9248.      'no-cache',
  9249.      'Sec-Fetch-Mode',
  9250.      'no-cors',
  9251.      'User-Agent',
  9252.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  9253.      'Accept',
  9254.      'image/webp,image/apng,image/*,*/*;q=0.8',
  9255.      'proxy-authorization',
  9256.      'Basic bnVsbCZudWxsOm51bGw=',
  9257.      'Sec-Fetch-Site',
  9258.      'same-origin',
  9259.      'Referer',
  9260.      'http://127.0.0.1:1337/',
  9261.      'Accept-Encoding',
  9262.      'gzip, deflate, br',
  9263.      'Accept-Language',
  9264.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  9265.   trailers: {},
  9266.   rawTrailers: [],
  9267.   aborted: false,
  9268.   upgrade: false,
  9269.   url: '/favicon.ico',
  9270.   method: 'GET',
  9271.   statusCode: null,
  9272.   statusMessage: null,
  9273.   client:
  9274.    Socket {
  9275.      connecting: false,
  9276.      _hadError: false,
  9277.      _handle:
  9278.       TCP {
  9279.         reading: true,
  9280.         onread: [Function: onStreamRead],
  9281.         onconnection: null,
  9282.         _consumed: true,
  9283.         [Symbol(owner)]: [Circular] },
  9284.      _parent: null,
  9285.      _host: null,
  9286.      _readableState:
  9287.       ReadableState {
  9288.         objectMode: false,
  9289.         highWaterMark: 16384,
  9290.         buffer: BufferList { head: null, tail: null, length: 0 },
  9291.         length: 0,
  9292.         pipes: null,
  9293.         pipesCount: 0,
  9294.         flowing: true,
  9295.         ended: false,
  9296.         endEmitted: false,
  9297.         reading: true,
  9298.         sync: false,
  9299.         needReadable: true,
  9300.         emittedReadable: false,
  9301.         readableListening: false,
  9302.         resumeScheduled: false,
  9303.         paused: false,
  9304.         emitClose: false,
  9305.         autoDestroy: false,
  9306.         destroyed: false,
  9307.         defaultEncoding: 'utf8',
  9308.         awaitDrain: 0,
  9309.         readingMore: false,
  9310.         decoder: null,
  9311.         encoding: null },
  9312.      readable: true,
  9313.      _events:
  9314.       [Object: null prototype] {
  9315.         end: [Array],
  9316.         drain: [Array],
  9317.         timeout: [Function: socketOnTimeout],
  9318.         data: [Function: bound socketOnData],
  9319.         error: [Function: socketOnError],
  9320.         close: [Array],
  9321.         resume: [Function: onSocketResume],
  9322.         pause: [Function: onSocketPause] },
  9323.      _eventsCount: 8,
  9324.      _maxListeners: undefined,
  9325.      _writableState:
  9326.       WritableState {
  9327.         objectMode: false,
  9328.         highWaterMark: 16384,
  9329.         finalCalled: false,
  9330.         needDrain: false,
  9331.         ending: false,
  9332.         ended: false,
  9333.         finished: false,
  9334.         destroyed: false,
  9335.         decodeStrings: false,
  9336.         defaultEncoding: 'utf8',
  9337.         length: 0,
  9338.         writing: false,
  9339.         corked: 0,
  9340.         sync: false,
  9341.         bufferProcessing: false,
  9342.         onwrite: [Function: bound onwrite],
  9343.         writecb: null,
  9344.         writelen: 0,
  9345.         bufferedRequest: null,
  9346.         lastBufferedRequest: null,
  9347.         pendingcb: 0,
  9348.         prefinished: false,
  9349.         errorEmitted: false,
  9350.         emitClose: false,
  9351.         autoDestroy: false,
  9352.         bufferedRequestCount: 0,
  9353.         corkedRequestsFree: [Object] },
  9354.      writable: true,
  9355.      allowHalfOpen: true,
  9356.      _sockname: null,
  9357.      _pendingData: null,
  9358.      _pendingEncoding: '',
  9359.      server:
  9360.       Server {
  9361.         _events: [Object],
  9362.         _eventsCount: 2,
  9363.         _maxListeners: undefined,
  9364.         _connections: 1,
  9365.         _handle: [TCP],
  9366.         _usingWorkers: false,
  9367.         _workers: [],
  9368.         _unref: false,
  9369.         allowHalfOpen: true,
  9370.         pauseOnConnect: false,
  9371.         httpAllowHalfOpen: false,
  9372.         timeout: 120000,
  9373.         keepAliveTimeout: 5000,
  9374.         maxHeadersCount: null,
  9375.         headersTimeout: 40000,
  9376.         _connectionKey: '4:127.0.0.1:1337',
  9377.         [Symbol(IncomingMessage)]: [Function],
  9378.         [Symbol(ServerResponse)]: [Function],
  9379.         [Symbol(asyncId)]: 6 },
  9380.      _server:
  9381.       Server {
  9382.         _events: [Object],
  9383.         _eventsCount: 2,
  9384.         _maxListeners: undefined,
  9385.         _connections: 1,
  9386.         _handle: [TCP],
  9387.         _usingWorkers: false,
  9388.         _workers: [],
  9389.         _unref: false,
  9390.         allowHalfOpen: true,
  9391.         pauseOnConnect: false,
  9392.         httpAllowHalfOpen: false,
  9393.         timeout: 120000,
  9394.         keepAliveTimeout: 5000,
  9395.         maxHeadersCount: null,
  9396.         headersTimeout: 40000,
  9397.         _connectionKey: '4:127.0.0.1:1337',
  9398.         [Symbol(IncomingMessage)]: [Function],
  9399.         [Symbol(ServerResponse)]: [Function],
  9400.         [Symbol(asyncId)]: 6 },
  9401.      timeout: 120000,
  9402.      parser:
  9403.       HTTPParser {
  9404.         '0': [Function: parserOnHeaders],
  9405.         '1': [Function: parserOnHeadersComplete],
  9406.         '2': [Function: parserOnBody],
  9407.         '3': [Function: parserOnMessageComplete],
  9408.         '4': [Function: bound onParserExecute],
  9409.         _headers: [],
  9410.         _url: '',
  9411.         socket: [Circular],
  9412.         incoming: [Circular],
  9413.         outgoing: null,
  9414.         maxHeaderPairs: 2000,
  9415.         _consumed: true,
  9416.         onIncoming: [Function: bound parserOnIncoming],
  9417.         parsingHeadersStart: 0,
  9418.         [Symbol(isReused)]: false },
  9419.      on: [Function: socketOnWrap],
  9420.      _paused: false,
  9421.      _httpMessage:
  9422.       ServerResponse {
  9423.         _events: [Object],
  9424.         _eventsCount: 1,
  9425.         _maxListeners: undefined,
  9426.         output: [],
  9427.         outputEncodings: [],
  9428.         outputCallbacks: [],
  9429.         outputSize: 0,
  9430.         writable: true,
  9431.         _last: false,
  9432.         chunkedEncoding: false,
  9433.         shouldKeepAlive: true,
  9434.         useChunkedEncodingByDefault: true,
  9435.         sendDate: true,
  9436.         _removedConnection: false,
  9437.         _removedContLen: false,
  9438.         _removedTE: false,
  9439.         _contentLength: null,
  9440.         _hasBody: true,
  9441.         _trailer: '',
  9442.         finished: false,
  9443.         _headerSent: false,
  9444.         socket: [Circular],
  9445.         connection: [Circular],
  9446.         _header: null,
  9447.         _onPendingData: [Function: bound updateOutgoingData],
  9448.         _sent100: false,
  9449.         _expect_continue: false,
  9450.         [Symbol(isCorked)]: false,
  9451.         [Symbol(outHeadersKey)]: null },
  9452.      [Symbol(asyncId)]: 8,
  9453.      [Symbol(lastWriteQueueSize)]: 0,
  9454.      [Symbol(timeout)]:
  9455.       Timeout {
  9456.         _called: false,
  9457.         _idleTimeout: 120000,
  9458.         _idlePrev: [TimersList],
  9459.         _idleNext: [TimersList],
  9460.         _idleStart: 9470,
  9461.         _onTimeout: [Function: bound ],
  9462.         _timerArgs: undefined,
  9463.         _repeat: null,
  9464.         _destroyed: false,
  9465.         [Symbol(unrefed)]: true,
  9466.         [Symbol(asyncId)]: 164,
  9467.         [Symbol(triggerId)]: 11 },
  9468.      [Symbol(kBytesRead)]: 0,
  9469.      [Symbol(kBytesWritten)]: 0 },
  9470.   _consuming: false,
  9471.   _dumped: false }
  9472. IncomingMessage {
  9473.   _readableState:
  9474.    ReadableState {
  9475.      objectMode: false,
  9476.      highWaterMark: 16384,
  9477.      buffer: BufferList { head: null, tail: null, length: 0 },
  9478.      length: 0,
  9479.      pipes: null,
  9480.      pipesCount: 0,
  9481.      flowing: null,
  9482.      ended: false,
  9483.      endEmitted: false,
  9484.      reading: false,
  9485.      sync: true,
  9486.      needReadable: false,
  9487.      emittedReadable: false,
  9488.      readableListening: false,
  9489.      resumeScheduled: false,
  9490.      paused: true,
  9491.      emitClose: true,
  9492.      autoDestroy: false,
  9493.      destroyed: false,
  9494.      defaultEncoding: 'utf8',
  9495.      awaitDrain: 0,
  9496.      readingMore: true,
  9497.      decoder: null,
  9498.      encoding: null },
  9499.   readable: true,
  9500.   _events:
  9501.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  9502.   _eventsCount: 1,
  9503.   _maxListeners: undefined,
  9504.   socket:
  9505.    Socket {
  9506.      connecting: false,
  9507.      _hadError: false,
  9508.      _handle:
  9509.       TCP {
  9510.         reading: true,
  9511.         onread: [Function: onStreamRead],
  9512.         onconnection: null,
  9513.         _consumed: true,
  9514.         [Symbol(owner)]: [Circular] },
  9515.      _parent: null,
  9516.      _host: null,
  9517.      _readableState:
  9518.       ReadableState {
  9519.         objectMode: false,
  9520.         highWaterMark: 16384,
  9521.         buffer: BufferList { head: null, tail: null, length: 0 },
  9522.         length: 0,
  9523.         pipes: null,
  9524.         pipesCount: 0,
  9525.         flowing: true,
  9526.         ended: false,
  9527.         endEmitted: false,
  9528.         reading: true,
  9529.         sync: false,
  9530.         needReadable: true,
  9531.         emittedReadable: false,
  9532.         readableListening: false,
  9533.         resumeScheduled: false,
  9534.         paused: false,
  9535.         emitClose: false,
  9536.         autoDestroy: false,
  9537.         destroyed: false,
  9538.         defaultEncoding: 'utf8',
  9539.         awaitDrain: 0,
  9540.         readingMore: false,
  9541.         decoder: null,
  9542.         encoding: null },
  9543.      readable: true,
  9544.      _events:
  9545.       [Object: null prototype] {
  9546.         end: [Array],
  9547.         drain: [Array],
  9548.         timeout: [Function: socketOnTimeout],
  9549.         data: [Function: bound socketOnData],
  9550.         error: [Function: socketOnError],
  9551.         close: [Array],
  9552.         resume: [Function: onSocketResume],
  9553.         pause: [Function: onSocketPause] },
  9554.      _eventsCount: 8,
  9555.      _maxListeners: undefined,
  9556.      _writableState:
  9557.       WritableState {
  9558.         objectMode: false,
  9559.         highWaterMark: 16384,
  9560.         finalCalled: false,
  9561.         needDrain: false,
  9562.         ending: false,
  9563.         ended: false,
  9564.         finished: false,
  9565.         destroyed: false,
  9566.         decodeStrings: false,
  9567.         defaultEncoding: 'utf8',
  9568.         length: 0,
  9569.         writing: false,
  9570.         corked: 0,
  9571.         sync: false,
  9572.         bufferProcessing: false,
  9573.         onwrite: [Function: bound onwrite],
  9574.         writecb: null,
  9575.         writelen: 0,
  9576.         bufferedRequest: null,
  9577.         lastBufferedRequest: null,
  9578.         pendingcb: 0,
  9579.         prefinished: false,
  9580.         errorEmitted: false,
  9581.         emitClose: false,
  9582.         autoDestroy: false,
  9583.         bufferedRequestCount: 0,
  9584.         corkedRequestsFree: [Object] },
  9585.      writable: true,
  9586.      allowHalfOpen: true,
  9587.      _sockname: null,
  9588.      _pendingData: null,
  9589.      _pendingEncoding: '',
  9590.      server:
  9591.       Server {
  9592.         _events: [Object],
  9593.         _eventsCount: 2,
  9594.         _maxListeners: undefined,
  9595.         _connections: 1,
  9596.         _handle: [TCP],
  9597.         _usingWorkers: false,
  9598.         _workers: [],
  9599.         _unref: false,
  9600.         allowHalfOpen: true,
  9601.         pauseOnConnect: false,
  9602.         httpAllowHalfOpen: false,
  9603.         timeout: 120000,
  9604.         keepAliveTimeout: 5000,
  9605.         maxHeadersCount: null,
  9606.         headersTimeout: 40000,
  9607.         _connectionKey: '4:127.0.0.1:1337',
  9608.         [Symbol(IncomingMessage)]: [Function],
  9609.         [Symbol(ServerResponse)]: [Function],
  9610.         [Symbol(asyncId)]: 6 },
  9611.      _server:
  9612.       Server {
  9613.         _events: [Object],
  9614.         _eventsCount: 2,
  9615.         _maxListeners: undefined,
  9616.         _connections: 1,
  9617.         _handle: [TCP],
  9618.         _usingWorkers: false,
  9619.         _workers: [],
  9620.         _unref: false,
  9621.         allowHalfOpen: true,
  9622.         pauseOnConnect: false,
  9623.         httpAllowHalfOpen: false,
  9624.         timeout: 120000,
  9625.         keepAliveTimeout: 5000,
  9626.         maxHeadersCount: null,
  9627.         headersTimeout: 40000,
  9628.         _connectionKey: '4:127.0.0.1:1337',
  9629.         [Symbol(IncomingMessage)]: [Function],
  9630.         [Symbol(ServerResponse)]: [Function],
  9631.         [Symbol(asyncId)]: 6 },
  9632.      timeout: 120000,
  9633.      parser:
  9634.       HTTPParser {
  9635.         '0': [Function: parserOnHeaders],
  9636.         '1': [Function: parserOnHeadersComplete],
  9637.         '2': [Function: parserOnBody],
  9638.         '3': [Function: parserOnMessageComplete],
  9639.         '4': [Function: bound onParserExecute],
  9640.         _headers: [],
  9641.         _url: '',
  9642.         socket: [Circular],
  9643.         incoming: [Circular],
  9644.         outgoing: null,
  9645.         maxHeaderPairs: 2000,
  9646.         _consumed: true,
  9647.         onIncoming: [Function: bound parserOnIncoming],
  9648.         parsingHeadersStart: 0,
  9649.         [Symbol(isReused)]: false },
  9650.      on: [Function: socketOnWrap],
  9651.      _paused: false,
  9652.      _httpMessage:
  9653.       ServerResponse {
  9654.         _events: [Object],
  9655.         _eventsCount: 1,
  9656.         _maxListeners: undefined,
  9657.         output: [],
  9658.         outputEncodings: [],
  9659.         outputCallbacks: [],
  9660.         outputSize: 0,
  9661.         writable: true,
  9662.         _last: false,
  9663.         chunkedEncoding: false,
  9664.         shouldKeepAlive: true,
  9665.         useChunkedEncodingByDefault: true,
  9666.         sendDate: true,
  9667.         _removedConnection: false,
  9668.         _removedContLen: false,
  9669.         _removedTE: false,
  9670.         _contentLength: null,
  9671.         _hasBody: true,
  9672.         _trailer: '',
  9673.         finished: false,
  9674.         _headerSent: false,
  9675.         socket: [Circular],
  9676.         connection: [Circular],
  9677.         _header: null,
  9678.         _onPendingData: [Function: bound updateOutgoingData],
  9679.         _sent100: false,
  9680.         _expect_continue: false,
  9681.         [Symbol(isCorked)]: false,
  9682.         [Symbol(outHeadersKey)]: null },
  9683.      [Symbol(asyncId)]: 8,
  9684.      [Symbol(lastWriteQueueSize)]: 0,
  9685.      [Symbol(timeout)]:
  9686.       Timeout {
  9687.         _called: false,
  9688.         _idleTimeout: 120000,
  9689.         _idlePrev: [TimersList],
  9690.         _idleNext: [TimersList],
  9691.         _idleStart: 9873,
  9692.         _onTimeout: [Function: bound ],
  9693.         _timerArgs: undefined,
  9694.         _repeat: null,
  9695.         _destroyed: false,
  9696.         [Symbol(unrefed)]: true,
  9697.         [Symbol(asyncId)]: 175,
  9698.         [Symbol(triggerId)]: 11 },
  9699.      [Symbol(kBytesRead)]: 0,
  9700.      [Symbol(kBytesWritten)]: 0 },
  9701.   connection:
  9702.    Socket {
  9703.      connecting: false,
  9704.      _hadError: false,
  9705.      _handle:
  9706.       TCP {
  9707.         reading: true,
  9708.         onread: [Function: onStreamRead],
  9709.         onconnection: null,
  9710.         _consumed: true,
  9711.         [Symbol(owner)]: [Circular] },
  9712.      _parent: null,
  9713.      _host: null,
  9714.      _readableState:
  9715.       ReadableState {
  9716.         objectMode: false,
  9717.         highWaterMark: 16384,
  9718.         buffer: BufferList { head: null, tail: null, length: 0 },
  9719.         length: 0,
  9720.         pipes: null,
  9721.         pipesCount: 0,
  9722.         flowing: true,
  9723.         ended: false,
  9724.         endEmitted: false,
  9725.         reading: true,
  9726.         sync: false,
  9727.         needReadable: true,
  9728.         emittedReadable: false,
  9729.         readableListening: false,
  9730.         resumeScheduled: false,
  9731.         paused: false,
  9732.         emitClose: false,
  9733.         autoDestroy: false,
  9734.         destroyed: false,
  9735.         defaultEncoding: 'utf8',
  9736.         awaitDrain: 0,
  9737.         readingMore: false,
  9738.         decoder: null,
  9739.         encoding: null },
  9740.      readable: true,
  9741.      _events:
  9742.       [Object: null prototype] {
  9743.         end: [Array],
  9744.         drain: [Array],
  9745.         timeout: [Function: socketOnTimeout],
  9746.         data: [Function: bound socketOnData],
  9747.         error: [Function: socketOnError],
  9748.         close: [Array],
  9749.         resume: [Function: onSocketResume],
  9750.         pause: [Function: onSocketPause] },
  9751.      _eventsCount: 8,
  9752.      _maxListeners: undefined,
  9753.      _writableState:
  9754.       WritableState {
  9755.         objectMode: false,
  9756.         highWaterMark: 16384,
  9757.         finalCalled: false,
  9758.         needDrain: false,
  9759.         ending: false,
  9760.         ended: false,
  9761.         finished: false,
  9762.         destroyed: false,
  9763.         decodeStrings: false,
  9764.         defaultEncoding: 'utf8',
  9765.         length: 0,
  9766.         writing: false,
  9767.         corked: 0,
  9768.         sync: false,
  9769.         bufferProcessing: false,
  9770.         onwrite: [Function: bound onwrite],
  9771.         writecb: null,
  9772.         writelen: 0,
  9773.         bufferedRequest: null,
  9774.         lastBufferedRequest: null,
  9775.         pendingcb: 0,
  9776.         prefinished: false,
  9777.         errorEmitted: false,
  9778.         emitClose: false,
  9779.         autoDestroy: false,
  9780.         bufferedRequestCount: 0,
  9781.         corkedRequestsFree: [Object] },
  9782.      writable: true,
  9783.      allowHalfOpen: true,
  9784.      _sockname: null,
  9785.      _pendingData: null,
  9786.      _pendingEncoding: '',
  9787.      server:
  9788.       Server {
  9789.         _events: [Object],
  9790.         _eventsCount: 2,
  9791.         _maxListeners: undefined,
  9792.         _connections: 1,
  9793.         _handle: [TCP],
  9794.         _usingWorkers: false,
  9795.         _workers: [],
  9796.         _unref: false,
  9797.         allowHalfOpen: true,
  9798.         pauseOnConnect: false,
  9799.         httpAllowHalfOpen: false,
  9800.         timeout: 120000,
  9801.         keepAliveTimeout: 5000,
  9802.         maxHeadersCount: null,
  9803.         headersTimeout: 40000,
  9804.         _connectionKey: '4:127.0.0.1:1337',
  9805.         [Symbol(IncomingMessage)]: [Function],
  9806.         [Symbol(ServerResponse)]: [Function],
  9807.         [Symbol(asyncId)]: 6 },
  9808.      _server:
  9809.       Server {
  9810.         _events: [Object],
  9811.         _eventsCount: 2,
  9812.         _maxListeners: undefined,
  9813.         _connections: 1,
  9814.         _handle: [TCP],
  9815.         _usingWorkers: false,
  9816.         _workers: [],
  9817.         _unref: false,
  9818.         allowHalfOpen: true,
  9819.         pauseOnConnect: false,
  9820.         httpAllowHalfOpen: false,
  9821.         timeout: 120000,
  9822.         keepAliveTimeout: 5000,
  9823.         maxHeadersCount: null,
  9824.         headersTimeout: 40000,
  9825.         _connectionKey: '4:127.0.0.1:1337',
  9826.         [Symbol(IncomingMessage)]: [Function],
  9827.         [Symbol(ServerResponse)]: [Function],
  9828.         [Symbol(asyncId)]: 6 },
  9829.      timeout: 120000,
  9830.      parser:
  9831.       HTTPParser {
  9832.         '0': [Function: parserOnHeaders],
  9833.         '1': [Function: parserOnHeadersComplete],
  9834.         '2': [Function: parserOnBody],
  9835.         '3': [Function: parserOnMessageComplete],
  9836.         '4': [Function: bound onParserExecute],
  9837.         _headers: [],
  9838.         _url: '',
  9839.         socket: [Circular],
  9840.         incoming: [Circular],
  9841.         outgoing: null,
  9842.         maxHeaderPairs: 2000,
  9843.         _consumed: true,
  9844.         onIncoming: [Function: bound parserOnIncoming],
  9845.         parsingHeadersStart: 0,
  9846.         [Symbol(isReused)]: false },
  9847.      on: [Function: socketOnWrap],
  9848.      _paused: false,
  9849.      _httpMessage:
  9850.       ServerResponse {
  9851.         _events: [Object],
  9852.         _eventsCount: 1,
  9853.         _maxListeners: undefined,
  9854.         output: [],
  9855.         outputEncodings: [],
  9856.         outputCallbacks: [],
  9857.         outputSize: 0,
  9858.         writable: true,
  9859.         _last: false,
  9860.         chunkedEncoding: false,
  9861.         shouldKeepAlive: true,
  9862.         useChunkedEncodingByDefault: true,
  9863.         sendDate: true,
  9864.         _removedConnection: false,
  9865.         _removedContLen: false,
  9866.         _removedTE: false,
  9867.         _contentLength: null,
  9868.         _hasBody: true,
  9869.         _trailer: '',
  9870.         finished: false,
  9871.         _headerSent: false,
  9872.         socket: [Circular],
  9873.         connection: [Circular],
  9874.         _header: null,
  9875.         _onPendingData: [Function: bound updateOutgoingData],
  9876.         _sent100: false,
  9877.         _expect_continue: false,
  9878.         [Symbol(isCorked)]: false,
  9879.         [Symbol(outHeadersKey)]: null },
  9880.      [Symbol(asyncId)]: 8,
  9881.      [Symbol(lastWriteQueueSize)]: 0,
  9882.      [Symbol(timeout)]:
  9883.       Timeout {
  9884.         _called: false,
  9885.         _idleTimeout: 120000,
  9886.         _idlePrev: [TimersList],
  9887.         _idleNext: [TimersList],
  9888.         _idleStart: 9873,
  9889.         _onTimeout: [Function: bound ],
  9890.         _timerArgs: undefined,
  9891.         _repeat: null,
  9892.         _destroyed: false,
  9893.         [Symbol(unrefed)]: true,
  9894.         [Symbol(asyncId)]: 175,
  9895.         [Symbol(triggerId)]: 11 },
  9896.      [Symbol(kBytesRead)]: 0,
  9897.      [Symbol(kBytesWritten)]: 0 },
  9898.   httpVersionMajor: 1,
  9899.   httpVersionMinor: 1,
  9900.   httpVersion: '1.1',
  9901.   complete: false,
  9902.   headers:
  9903.    { host: '127.0.0.1:1337',
  9904.      connection: 'keep-alive',
  9905.      'cache-control': 'max-age=0',
  9906.      'upgrade-insecure-requests': '1',
  9907.      'user-agent':
  9908.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  9909.      'sec-fetch-mode': 'navigate',
  9910.      'sec-fetch-user': '?1',
  9911.      accept:
  9912.       'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  9913.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  9914.      'sec-fetch-site': 'none',
  9915.      'accept-encoding': 'gzip, deflate, br',
  9916.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  9917.   rawHeaders:
  9918.    [ 'Host',
  9919.      '127.0.0.1:1337',
  9920.      'Connection',
  9921.      'keep-alive',
  9922.      'Cache-Control',
  9923.      'max-age=0',
  9924.      'Upgrade-Insecure-Requests',
  9925.      '1',
  9926.      'User-Agent',
  9927.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  9928.      'Sec-Fetch-Mode',
  9929.      'navigate',
  9930.      'Sec-Fetch-User',
  9931.      '?1',
  9932.      'Accept',
  9933.      'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  9934.      'proxy-authorization',
  9935.      'Basic bnVsbCZudWxsOm51bGw=',
  9936.      'Sec-Fetch-Site',
  9937.      'none',
  9938.      'Accept-Encoding',
  9939.      'gzip, deflate, br',
  9940.      'Accept-Language',
  9941.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  9942.   trailers: {},
  9943.   rawTrailers: [],
  9944.   aborted: false,
  9945.   upgrade: false,
  9946.   url: '/',
  9947.   method: 'GET',
  9948.   statusCode: null,
  9949.   statusMessage: null,
  9950.   client:
  9951.    Socket {
  9952.      connecting: false,
  9953.      _hadError: false,
  9954.      _handle:
  9955.       TCP {
  9956.         reading: true,
  9957.         onread: [Function: onStreamRead],
  9958.         onconnection: null,
  9959.         _consumed: true,
  9960.         [Symbol(owner)]: [Circular] },
  9961.      _parent: null,
  9962.      _host: null,
  9963.      _readableState:
  9964.       ReadableState {
  9965.         objectMode: false,
  9966.         highWaterMark: 16384,
  9967.         buffer: BufferList { head: null, tail: null, length: 0 },
  9968.         length: 0,
  9969.         pipes: null,
  9970.         pipesCount: 0,
  9971.         flowing: true,
  9972.         ended: false,
  9973.         endEmitted: false,
  9974.         reading: true,
  9975.         sync: false,
  9976.         needReadable: true,
  9977.         emittedReadable: false,
  9978.         readableListening: false,
  9979.         resumeScheduled: false,
  9980.         paused: false,
  9981.         emitClose: false,
  9982.         autoDestroy: false,
  9983.         destroyed: false,
  9984.         defaultEncoding: 'utf8',
  9985.         awaitDrain: 0,
  9986.         readingMore: false,
  9987.         decoder: null,
  9988.         encoding: null },
  9989.      readable: true,
  9990.      _events:
  9991.       [Object: null prototype] {
  9992.         end: [Array],
  9993.         drain: [Array],
  9994.         timeout: [Function: socketOnTimeout],
  9995.         data: [Function: bound socketOnData],
  9996.         error: [Function: socketOnError],
  9997.         close: [Array],
  9998.         resume: [Function: onSocketResume],
  9999.         pause: [Function: onSocketPause] },
  10000.      _eventsCount: 8,
  10001.      _maxListeners: undefined,
  10002.      _writableState:
  10003.       WritableState {
  10004.         objectMode: false,
  10005.         highWaterMark: 16384,
  10006.         finalCalled: false,
  10007.         needDrain: false,
  10008.         ending: false,
  10009.         ended: false,
  10010.         finished: false,
  10011.         destroyed: false,
  10012.         decodeStrings: false,
  10013.         defaultEncoding: 'utf8',
  10014.         length: 0,
  10015.         writing: false,
  10016.         corked: 0,
  10017.         sync: false,
  10018.         bufferProcessing: false,
  10019.         onwrite: [Function: bound onwrite],
  10020.         writecb: null,
  10021.         writelen: 0,
  10022.         bufferedRequest: null,
  10023.         lastBufferedRequest: null,
  10024.         pendingcb: 0,
  10025.         prefinished: false,
  10026.         errorEmitted: false,
  10027.         emitClose: false,
  10028.         autoDestroy: false,
  10029.         bufferedRequestCount: 0,
  10030.         corkedRequestsFree: [Object] },
  10031.      writable: true,
  10032.      allowHalfOpen: true,
  10033.      _sockname: null,
  10034.      _pendingData: null,
  10035.      _pendingEncoding: '',
  10036.      server:
  10037.       Server {
  10038.         _events: [Object],
  10039.         _eventsCount: 2,
  10040.         _maxListeners: undefined,
  10041.         _connections: 1,
  10042.         _handle: [TCP],
  10043.         _usingWorkers: false,
  10044.         _workers: [],
  10045.         _unref: false,
  10046.         allowHalfOpen: true,
  10047.         pauseOnConnect: false,
  10048.         httpAllowHalfOpen: false,
  10049.         timeout: 120000,
  10050.         keepAliveTimeout: 5000,
  10051.         maxHeadersCount: null,
  10052.         headersTimeout: 40000,
  10053.         _connectionKey: '4:127.0.0.1:1337',
  10054.         [Symbol(IncomingMessage)]: [Function],
  10055.         [Symbol(ServerResponse)]: [Function],
  10056.         [Symbol(asyncId)]: 6 },
  10057.      _server:
  10058.       Server {
  10059.         _events: [Object],
  10060.         _eventsCount: 2,
  10061.         _maxListeners: undefined,
  10062.         _connections: 1,
  10063.         _handle: [TCP],
  10064.         _usingWorkers: false,
  10065.         _workers: [],
  10066.         _unref: false,
  10067.         allowHalfOpen: true,
  10068.         pauseOnConnect: false,
  10069.         httpAllowHalfOpen: false,
  10070.         timeout: 120000,
  10071.         keepAliveTimeout: 5000,
  10072.         maxHeadersCount: null,
  10073.         headersTimeout: 40000,
  10074.         _connectionKey: '4:127.0.0.1:1337',
  10075.         [Symbol(IncomingMessage)]: [Function],
  10076.         [Symbol(ServerResponse)]: [Function],
  10077.         [Symbol(asyncId)]: 6 },
  10078.      timeout: 120000,
  10079.      parser:
  10080.       HTTPParser {
  10081.         '0': [Function: parserOnHeaders],
  10082.         '1': [Function: parserOnHeadersComplete],
  10083.         '2': [Function: parserOnBody],
  10084.         '3': [Function: parserOnMessageComplete],
  10085.         '4': [Function: bound onParserExecute],
  10086.         _headers: [],
  10087.         _url: '',
  10088.         socket: [Circular],
  10089.         incoming: [Circular],
  10090.         outgoing: null,
  10091.         maxHeaderPairs: 2000,
  10092.         _consumed: true,
  10093.         onIncoming: [Function: bound parserOnIncoming],
  10094.         parsingHeadersStart: 0,
  10095.         [Symbol(isReused)]: false },
  10096.      on: [Function: socketOnWrap],
  10097.      _paused: false,
  10098.      _httpMessage:
  10099.       ServerResponse {
  10100.         _events: [Object],
  10101.         _eventsCount: 1,
  10102.         _maxListeners: undefined,
  10103.         output: [],
  10104.         outputEncodings: [],
  10105.         outputCallbacks: [],
  10106.         outputSize: 0,
  10107.         writable: true,
  10108.         _last: false,
  10109.         chunkedEncoding: false,
  10110.         shouldKeepAlive: true,
  10111.         useChunkedEncodingByDefault: true,
  10112.         sendDate: true,
  10113.         _removedConnection: false,
  10114.         _removedContLen: false,
  10115.         _removedTE: false,
  10116.         _contentLength: null,
  10117.         _hasBody: true,
  10118.         _trailer: '',
  10119.         finished: false,
  10120.         _headerSent: false,
  10121.         socket: [Circular],
  10122.         connection: [Circular],
  10123.         _header: null,
  10124.         _onPendingData: [Function: bound updateOutgoingData],
  10125.         _sent100: false,
  10126.         _expect_continue: false,
  10127.         [Symbol(isCorked)]: false,
  10128.         [Symbol(outHeadersKey)]: null },
  10129.      [Symbol(asyncId)]: 8,
  10130.      [Symbol(lastWriteQueueSize)]: 0,
  10131.      [Symbol(timeout)]:
  10132.       Timeout {
  10133.         _called: false,
  10134.         _idleTimeout: 120000,
  10135.         _idlePrev: [TimersList],
  10136.         _idleNext: [TimersList],
  10137.         _idleStart: 9873,
  10138.         _onTimeout: [Function: bound ],
  10139.         _timerArgs: undefined,
  10140.         _repeat: null,
  10141.         _destroyed: false,
  10142.         [Symbol(unrefed)]: true,
  10143.         [Symbol(asyncId)]: 175,
  10144.         [Symbol(triggerId)]: 11 },
  10145.      [Symbol(kBytesRead)]: 0,
  10146.      [Symbol(kBytesWritten)]: 0 },
  10147.   _consuming: false,
  10148.   _dumped: false }
  10149. IncomingMessage {
  10150.   _readableState:
  10151.    ReadableState {
  10152.      objectMode: false,
  10153.      highWaterMark: 16384,
  10154.      buffer: BufferList { head: null, tail: null, length: 0 },
  10155.      length: 0,
  10156.      pipes: null,
  10157.      pipesCount: 0,
  10158.      flowing: null,
  10159.      ended: false,
  10160.      endEmitted: false,
  10161.      reading: false,
  10162.      sync: true,
  10163.      needReadable: false,
  10164.      emittedReadable: false,
  10165.      readableListening: false,
  10166.      resumeScheduled: false,
  10167.      paused: true,
  10168.      emitClose: true,
  10169.      autoDestroy: false,
  10170.      destroyed: false,
  10171.      defaultEncoding: 'utf8',
  10172.      awaitDrain: 0,
  10173.      readingMore: true,
  10174.      decoder: null,
  10175.      encoding: null },
  10176.   readable: true,
  10177.   _events:
  10178.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  10179.   _eventsCount: 1,
  10180.   _maxListeners: undefined,
  10181.   socket:
  10182.    Socket {
  10183.      connecting: false,
  10184.      _hadError: false,
  10185.      _handle:
  10186.       TCP {
  10187.         reading: true,
  10188.         onread: [Function: onStreamRead],
  10189.         onconnection: null,
  10190.         _consumed: true,
  10191.         [Symbol(owner)]: [Circular] },
  10192.      _parent: null,
  10193.      _host: null,
  10194.      _readableState:
  10195.       ReadableState {
  10196.         objectMode: false,
  10197.         highWaterMark: 16384,
  10198.         buffer: BufferList { head: null, tail: null, length: 0 },
  10199.         length: 0,
  10200.         pipes: null,
  10201.         pipesCount: 0,
  10202.         flowing: true,
  10203.         ended: false,
  10204.         endEmitted: false,
  10205.         reading: true,
  10206.         sync: false,
  10207.         needReadable: true,
  10208.         emittedReadable: false,
  10209.         readableListening: false,
  10210.         resumeScheduled: false,
  10211.         paused: false,
  10212.         emitClose: false,
  10213.         autoDestroy: false,
  10214.         destroyed: false,
  10215.         defaultEncoding: 'utf8',
  10216.         awaitDrain: 0,
  10217.         readingMore: false,
  10218.         decoder: null,
  10219.         encoding: null },
  10220.      readable: true,
  10221.      _events:
  10222.       [Object: null prototype] {
  10223.         end: [Array],
  10224.         drain: [Array],
  10225.         timeout: [Function: socketOnTimeout],
  10226.         data: [Function: bound socketOnData],
  10227.         error: [Function: socketOnError],
  10228.         close: [Array],
  10229.         resume: [Function: onSocketResume],
  10230.         pause: [Function: onSocketPause] },
  10231.      _eventsCount: 8,
  10232.      _maxListeners: undefined,
  10233.      _writableState:
  10234.       WritableState {
  10235.         objectMode: false,
  10236.         highWaterMark: 16384,
  10237.         finalCalled: false,
  10238.         needDrain: false,
  10239.         ending: false,
  10240.         ended: false,
  10241.         finished: false,
  10242.         destroyed: false,
  10243.         decodeStrings: false,
  10244.         defaultEncoding: 'utf8',
  10245.         length: 0,
  10246.         writing: false,
  10247.         corked: 0,
  10248.         sync: false,
  10249.         bufferProcessing: false,
  10250.         onwrite: [Function: bound onwrite],
  10251.         writecb: null,
  10252.         writelen: 0,
  10253.         bufferedRequest: null,
  10254.         lastBufferedRequest: null,
  10255.         pendingcb: 0,
  10256.         prefinished: false,
  10257.         errorEmitted: false,
  10258.         emitClose: false,
  10259.         autoDestroy: false,
  10260.         bufferedRequestCount: 0,
  10261.         corkedRequestsFree: [Object] },
  10262.      writable: true,
  10263.      allowHalfOpen: true,
  10264.      _sockname: null,
  10265.      _pendingData: null,
  10266.      _pendingEncoding: '',
  10267.      server:
  10268.       Server {
  10269.         _events: [Object],
  10270.         _eventsCount: 2,
  10271.         _maxListeners: undefined,
  10272.         _connections: 1,
  10273.         _handle: [TCP],
  10274.         _usingWorkers: false,
  10275.         _workers: [],
  10276.         _unref: false,
  10277.         allowHalfOpen: true,
  10278.         pauseOnConnect: false,
  10279.         httpAllowHalfOpen: false,
  10280.         timeout: 120000,
  10281.         keepAliveTimeout: 5000,
  10282.         maxHeadersCount: null,
  10283.         headersTimeout: 40000,
  10284.         _connectionKey: '4:127.0.0.1:1337',
  10285.         [Symbol(IncomingMessage)]: [Function],
  10286.         [Symbol(ServerResponse)]: [Function],
  10287.         [Symbol(asyncId)]: 6 },
  10288.      _server:
  10289.       Server {
  10290.         _events: [Object],
  10291.         _eventsCount: 2,
  10292.         _maxListeners: undefined,
  10293.         _connections: 1,
  10294.         _handle: [TCP],
  10295.         _usingWorkers: false,
  10296.         _workers: [],
  10297.         _unref: false,
  10298.         allowHalfOpen: true,
  10299.         pauseOnConnect: false,
  10300.         httpAllowHalfOpen: false,
  10301.         timeout: 120000,
  10302.         keepAliveTimeout: 5000,
  10303.         maxHeadersCount: null,
  10304.         headersTimeout: 40000,
  10305.         _connectionKey: '4:127.0.0.1:1337',
  10306.         [Symbol(IncomingMessage)]: [Function],
  10307.         [Symbol(ServerResponse)]: [Function],
  10308.         [Symbol(asyncId)]: 6 },
  10309.      timeout: 120000,
  10310.      parser:
  10311.       HTTPParser {
  10312.         '0': [Function: parserOnHeaders],
  10313.         '1': [Function: parserOnHeadersComplete],
  10314.         '2': [Function: parserOnBody],
  10315.         '3': [Function: parserOnMessageComplete],
  10316.         '4': [Function: bound onParserExecute],
  10317.         _headers: [],
  10318.         _url: '',
  10319.         socket: [Circular],
  10320.         incoming: [Circular],
  10321.         outgoing: null,
  10322.         maxHeaderPairs: 2000,
  10323.         _consumed: true,
  10324.         onIncoming: [Function: bound parserOnIncoming],
  10325.         parsingHeadersStart: 0,
  10326.         [Symbol(isReused)]: false },
  10327.      on: [Function: socketOnWrap],
  10328.      _paused: false,
  10329.      _httpMessage:
  10330.       ServerResponse {
  10331.         _events: [Object],
  10332.         _eventsCount: 1,
  10333.         _maxListeners: undefined,
  10334.         output: [],
  10335.         outputEncodings: [],
  10336.         outputCallbacks: [],
  10337.         outputSize: 0,
  10338.         writable: true,
  10339.         _last: false,
  10340.         chunkedEncoding: false,
  10341.         shouldKeepAlive: true,
  10342.         useChunkedEncodingByDefault: true,
  10343.         sendDate: true,
  10344.         _removedConnection: false,
  10345.         _removedContLen: false,
  10346.         _removedTE: false,
  10347.         _contentLength: null,
  10348.         _hasBody: true,
  10349.         _trailer: '',
  10350.         finished: false,
  10351.         _headerSent: false,
  10352.         socket: [Circular],
  10353.         connection: [Circular],
  10354.         _header: null,
  10355.         _onPendingData: [Function: bound updateOutgoingData],
  10356.         _sent100: false,
  10357.         _expect_continue: false,
  10358.         [Symbol(isCorked)]: false,
  10359.         [Symbol(outHeadersKey)]: null },
  10360.      [Symbol(asyncId)]: 8,
  10361.      [Symbol(lastWriteQueueSize)]: 0,
  10362.      [Symbol(timeout)]:
  10363.       Timeout {
  10364.         _called: false,
  10365.         _idleTimeout: 120000,
  10366.         _idlePrev: [TimersList],
  10367.         _idleNext: [TimersList],
  10368.         _idleStart: 9901,
  10369.         _onTimeout: [Function: bound ],
  10370.         _timerArgs: undefined,
  10371.         _repeat: null,
  10372.         _destroyed: false,
  10373.         [Symbol(unrefed)]: true,
  10374.         [Symbol(asyncId)]: 186,
  10375.         [Symbol(triggerId)]: 11 },
  10376.      [Symbol(kBytesRead)]: 0,
  10377.      [Symbol(kBytesWritten)]: 0 },
  10378.   connection:
  10379.    Socket {
  10380.      connecting: false,
  10381.      _hadError: false,
  10382.      _handle:
  10383.       TCP {
  10384.         reading: true,
  10385.         onread: [Function: onStreamRead],
  10386.         onconnection: null,
  10387.         _consumed: true,
  10388.         [Symbol(owner)]: [Circular] },
  10389.      _parent: null,
  10390.      _host: null,
  10391.      _readableState:
  10392.       ReadableState {
  10393.         objectMode: false,
  10394.         highWaterMark: 16384,
  10395.         buffer: BufferList { head: null, tail: null, length: 0 },
  10396.         length: 0,
  10397.         pipes: null,
  10398.         pipesCount: 0,
  10399.         flowing: true,
  10400.         ended: false,
  10401.         endEmitted: false,
  10402.         reading: true,
  10403.         sync: false,
  10404.         needReadable: true,
  10405.         emittedReadable: false,
  10406.         readableListening: false,
  10407.         resumeScheduled: false,
  10408.         paused: false,
  10409.         emitClose: false,
  10410.         autoDestroy: false,
  10411.         destroyed: false,
  10412.         defaultEncoding: 'utf8',
  10413.         awaitDrain: 0,
  10414.         readingMore: false,
  10415.         decoder: null,
  10416.         encoding: null },
  10417.      readable: true,
  10418.      _events:
  10419.       [Object: null prototype] {
  10420.         end: [Array],
  10421.         drain: [Array],
  10422.         timeout: [Function: socketOnTimeout],
  10423.         data: [Function: bound socketOnData],
  10424.         error: [Function: socketOnError],
  10425.         close: [Array],
  10426.         resume: [Function: onSocketResume],
  10427.         pause: [Function: onSocketPause] },
  10428.      _eventsCount: 8,
  10429.      _maxListeners: undefined,
  10430.      _writableState:
  10431.       WritableState {
  10432.         objectMode: false,
  10433.         highWaterMark: 16384,
  10434.         finalCalled: false,
  10435.         needDrain: false,
  10436.         ending: false,
  10437.         ended: false,
  10438.         finished: false,
  10439.         destroyed: false,
  10440.         decodeStrings: false,
  10441.         defaultEncoding: 'utf8',
  10442.         length: 0,
  10443.         writing: false,
  10444.         corked: 0,
  10445.         sync: false,
  10446.         bufferProcessing: false,
  10447.         onwrite: [Function: bound onwrite],
  10448.         writecb: null,
  10449.         writelen: 0,
  10450.         bufferedRequest: null,
  10451.         lastBufferedRequest: null,
  10452.         pendingcb: 0,
  10453.         prefinished: false,
  10454.         errorEmitted: false,
  10455.         emitClose: false,
  10456.         autoDestroy: false,
  10457.         bufferedRequestCount: 0,
  10458.         corkedRequestsFree: [Object] },
  10459.      writable: true,
  10460.      allowHalfOpen: true,
  10461.      _sockname: null,
  10462.      _pendingData: null,
  10463.      _pendingEncoding: '',
  10464.      server:
  10465.       Server {
  10466.         _events: [Object],
  10467.         _eventsCount: 2,
  10468.         _maxListeners: undefined,
  10469.         _connections: 1,
  10470.         _handle: [TCP],
  10471.         _usingWorkers: false,
  10472.         _workers: [],
  10473.         _unref: false,
  10474.         allowHalfOpen: true,
  10475.         pauseOnConnect: false,
  10476.         httpAllowHalfOpen: false,
  10477.         timeout: 120000,
  10478.         keepAliveTimeout: 5000,
  10479.         maxHeadersCount: null,
  10480.         headersTimeout: 40000,
  10481.         _connectionKey: '4:127.0.0.1:1337',
  10482.         [Symbol(IncomingMessage)]: [Function],
  10483.         [Symbol(ServerResponse)]: [Function],
  10484.         [Symbol(asyncId)]: 6 },
  10485.      _server:
  10486.       Server {
  10487.         _events: [Object],
  10488.         _eventsCount: 2,
  10489.         _maxListeners: undefined,
  10490.         _connections: 1,
  10491.         _handle: [TCP],
  10492.         _usingWorkers: false,
  10493.         _workers: [],
  10494.         _unref: false,
  10495.         allowHalfOpen: true,
  10496.         pauseOnConnect: false,
  10497.         httpAllowHalfOpen: false,
  10498.         timeout: 120000,
  10499.         keepAliveTimeout: 5000,
  10500.         maxHeadersCount: null,
  10501.         headersTimeout: 40000,
  10502.         _connectionKey: '4:127.0.0.1:1337',
  10503.         [Symbol(IncomingMessage)]: [Function],
  10504.         [Symbol(ServerResponse)]: [Function],
  10505.         [Symbol(asyncId)]: 6 },
  10506.      timeout: 120000,
  10507.      parser:
  10508.       HTTPParser {
  10509.         '0': [Function: parserOnHeaders],
  10510.         '1': [Function: parserOnHeadersComplete],
  10511.         '2': [Function: parserOnBody],
  10512.         '3': [Function: parserOnMessageComplete],
  10513.         '4': [Function: bound onParserExecute],
  10514.         _headers: [],
  10515.         _url: '',
  10516.         socket: [Circular],
  10517.         incoming: [Circular],
  10518.         outgoing: null,
  10519.         maxHeaderPairs: 2000,
  10520.         _consumed: true,
  10521.         onIncoming: [Function: bound parserOnIncoming],
  10522.         parsingHeadersStart: 0,
  10523.         [Symbol(isReused)]: false },
  10524.      on: [Function: socketOnWrap],
  10525.      _paused: false,
  10526.      _httpMessage:
  10527.       ServerResponse {
  10528.         _events: [Object],
  10529.         _eventsCount: 1,
  10530.         _maxListeners: undefined,
  10531.         output: [],
  10532.         outputEncodings: [],
  10533.         outputCallbacks: [],
  10534.         outputSize: 0,
  10535.         writable: true,
  10536.         _last: false,
  10537.         chunkedEncoding: false,
  10538.         shouldKeepAlive: true,
  10539.         useChunkedEncodingByDefault: true,
  10540.         sendDate: true,
  10541.         _removedConnection: false,
  10542.         _removedContLen: false,
  10543.         _removedTE: false,
  10544.         _contentLength: null,
  10545.         _hasBody: true,
  10546.         _trailer: '',
  10547.         finished: false,
  10548.         _headerSent: false,
  10549.         socket: [Circular],
  10550.         connection: [Circular],
  10551.         _header: null,
  10552.         _onPendingData: [Function: bound updateOutgoingData],
  10553.         _sent100: false,
  10554.         _expect_continue: false,
  10555.         [Symbol(isCorked)]: false,
  10556.         [Symbol(outHeadersKey)]: null },
  10557.      [Symbol(asyncId)]: 8,
  10558.      [Symbol(lastWriteQueueSize)]: 0,
  10559.      [Symbol(timeout)]:
  10560.       Timeout {
  10561.         _called: false,
  10562.         _idleTimeout: 120000,
  10563.         _idlePrev: [TimersList],
  10564.         _idleNext: [TimersList],
  10565.         _idleStart: 9901,
  10566.         _onTimeout: [Function: bound ],
  10567.         _timerArgs: undefined,
  10568.         _repeat: null,
  10569.         _destroyed: false,
  10570.         [Symbol(unrefed)]: true,
  10571.         [Symbol(asyncId)]: 186,
  10572.         [Symbol(triggerId)]: 11 },
  10573.      [Symbol(kBytesRead)]: 0,
  10574.      [Symbol(kBytesWritten)]: 0 },
  10575.   httpVersionMajor: 1,
  10576.   httpVersionMinor: 1,
  10577.   httpVersion: '1.1',
  10578.   complete: false,
  10579.   headers:
  10580.    { host: '127.0.0.1:1337',
  10581.      connection: 'keep-alive',
  10582.      pragma: 'no-cache',
  10583.      'cache-control': 'no-cache',
  10584.      'sec-fetch-mode': 'no-cors',
  10585.      'user-agent':
  10586.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  10587.      accept: 'image/webp,image/apng,image/*,*/*;q=0.8',
  10588.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  10589.      'sec-fetch-site': 'same-origin',
  10590.      referer: 'http://127.0.0.1:1337/',
  10591.      'accept-encoding': 'gzip, deflate, br',
  10592.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  10593.   rawHeaders:
  10594.    [ 'Host',
  10595.      '127.0.0.1:1337',
  10596.      'Connection',
  10597.      'keep-alive',
  10598.      'Pragma',
  10599.      'no-cache',
  10600.      'Cache-Control',
  10601.      'no-cache',
  10602.      'Sec-Fetch-Mode',
  10603.      'no-cors',
  10604.      'User-Agent',
  10605.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  10606.      'Accept',
  10607.      'image/webp,image/apng,image/*,*/*;q=0.8',
  10608.      'proxy-authorization',
  10609.      'Basic bnVsbCZudWxsOm51bGw=',
  10610.      'Sec-Fetch-Site',
  10611.      'same-origin',
  10612.      'Referer',
  10613.      'http://127.0.0.1:1337/',
  10614.      'Accept-Encoding',
  10615.      'gzip, deflate, br',
  10616.      'Accept-Language',
  10617.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  10618.   trailers: {},
  10619.   rawTrailers: [],
  10620.   aborted: false,
  10621.   upgrade: false,
  10622.   url: '/favicon.ico',
  10623.   method: 'GET',
  10624.   statusCode: null,
  10625.   statusMessage: null,
  10626.   client:
  10627.    Socket {
  10628.      connecting: false,
  10629.      _hadError: false,
  10630.      _handle:
  10631.       TCP {
  10632.         reading: true,
  10633.         onread: [Function: onStreamRead],
  10634.         onconnection: null,
  10635.         _consumed: true,
  10636.         [Symbol(owner)]: [Circular] },
  10637.      _parent: null,
  10638.      _host: null,
  10639.      _readableState:
  10640.       ReadableState {
  10641.         objectMode: false,
  10642.         highWaterMark: 16384,
  10643.         buffer: BufferList { head: null, tail: null, length: 0 },
  10644.         length: 0,
  10645.         pipes: null,
  10646.         pipesCount: 0,
  10647.         flowing: true,
  10648.         ended: false,
  10649.         endEmitted: false,
  10650.         reading: true,
  10651.         sync: false,
  10652.         needReadable: true,
  10653.         emittedReadable: false,
  10654.         readableListening: false,
  10655.         resumeScheduled: false,
  10656.         paused: false,
  10657.         emitClose: false,
  10658.         autoDestroy: false,
  10659.         destroyed: false,
  10660.         defaultEncoding: 'utf8',
  10661.         awaitDrain: 0,
  10662.         readingMore: false,
  10663.         decoder: null,
  10664.         encoding: null },
  10665.      readable: true,
  10666.      _events:
  10667.       [Object: null prototype] {
  10668.         end: [Array],
  10669.         drain: [Array],
  10670.         timeout: [Function: socketOnTimeout],
  10671.         data: [Function: bound socketOnData],
  10672.         error: [Function: socketOnError],
  10673.         close: [Array],
  10674.         resume: [Function: onSocketResume],
  10675.         pause: [Function: onSocketPause] },
  10676.      _eventsCount: 8,
  10677.      _maxListeners: undefined,
  10678.      _writableState:
  10679.       WritableState {
  10680.         objectMode: false,
  10681.         highWaterMark: 16384,
  10682.         finalCalled: false,
  10683.         needDrain: false,
  10684.         ending: false,
  10685.         ended: false,
  10686.         finished: false,
  10687.         destroyed: false,
  10688.         decodeStrings: false,
  10689.         defaultEncoding: 'utf8',
  10690.         length: 0,
  10691.         writing: false,
  10692.         corked: 0,
  10693.         sync: false,
  10694.         bufferProcessing: false,
  10695.         onwrite: [Function: bound onwrite],
  10696.         writecb: null,
  10697.         writelen: 0,
  10698.         bufferedRequest: null,
  10699.         lastBufferedRequest: null,
  10700.         pendingcb: 0,
  10701.         prefinished: false,
  10702.         errorEmitted: false,
  10703.         emitClose: false,
  10704.         autoDestroy: false,
  10705.         bufferedRequestCount: 0,
  10706.         corkedRequestsFree: [Object] },
  10707.      writable: true,
  10708.      allowHalfOpen: true,
  10709.      _sockname: null,
  10710.      _pendingData: null,
  10711.      _pendingEncoding: '',
  10712.      server:
  10713.       Server {
  10714.         _events: [Object],
  10715.         _eventsCount: 2,
  10716.         _maxListeners: undefined,
  10717.         _connections: 1,
  10718.         _handle: [TCP],
  10719.         _usingWorkers: false,
  10720.         _workers: [],
  10721.         _unref: false,
  10722.         allowHalfOpen: true,
  10723.         pauseOnConnect: false,
  10724.         httpAllowHalfOpen: false,
  10725.         timeout: 120000,
  10726.         keepAliveTimeout: 5000,
  10727.         maxHeadersCount: null,
  10728.         headersTimeout: 40000,
  10729.         _connectionKey: '4:127.0.0.1:1337',
  10730.         [Symbol(IncomingMessage)]: [Function],
  10731.         [Symbol(ServerResponse)]: [Function],
  10732.         [Symbol(asyncId)]: 6 },
  10733.      _server:
  10734.       Server {
  10735.         _events: [Object],
  10736.         _eventsCount: 2,
  10737.         _maxListeners: undefined,
  10738.         _connections: 1,
  10739.         _handle: [TCP],
  10740.         _usingWorkers: false,
  10741.         _workers: [],
  10742.         _unref: false,
  10743.         allowHalfOpen: true,
  10744.         pauseOnConnect: false,
  10745.         httpAllowHalfOpen: false,
  10746.         timeout: 120000,
  10747.         keepAliveTimeout: 5000,
  10748.         maxHeadersCount: null,
  10749.         headersTimeout: 40000,
  10750.         _connectionKey: '4:127.0.0.1:1337',
  10751.         [Symbol(IncomingMessage)]: [Function],
  10752.         [Symbol(ServerResponse)]: [Function],
  10753.         [Symbol(asyncId)]: 6 },
  10754.      timeout: 120000,
  10755.      parser:
  10756.       HTTPParser {
  10757.         '0': [Function: parserOnHeaders],
  10758.         '1': [Function: parserOnHeadersComplete],
  10759.         '2': [Function: parserOnBody],
  10760.         '3': [Function: parserOnMessageComplete],
  10761.         '4': [Function: bound onParserExecute],
  10762.         _headers: [],
  10763.         _url: '',
  10764.         socket: [Circular],
  10765.         incoming: [Circular],
  10766.         outgoing: null,
  10767.         maxHeaderPairs: 2000,
  10768.         _consumed: true,
  10769.         onIncoming: [Function: bound parserOnIncoming],
  10770.         parsingHeadersStart: 0,
  10771.         [Symbol(isReused)]: false },
  10772.      on: [Function: socketOnWrap],
  10773.      _paused: false,
  10774.      _httpMessage:
  10775.       ServerResponse {
  10776.         _events: [Object],
  10777.         _eventsCount: 1,
  10778.         _maxListeners: undefined,
  10779.         output: [],
  10780.         outputEncodings: [],
  10781.         outputCallbacks: [],
  10782.         outputSize: 0,
  10783.         writable: true,
  10784.         _last: false,
  10785.         chunkedEncoding: false,
  10786.         shouldKeepAlive: true,
  10787.         useChunkedEncodingByDefault: true,
  10788.         sendDate: true,
  10789.         _removedConnection: false,
  10790.         _removedContLen: false,
  10791.         _removedTE: false,
  10792.         _contentLength: null,
  10793.         _hasBody: true,
  10794.         _trailer: '',
  10795.         finished: false,
  10796.         _headerSent: false,
  10797.         socket: [Circular],
  10798.         connection: [Circular],
  10799.         _header: null,
  10800.         _onPendingData: [Function: bound updateOutgoingData],
  10801.         _sent100: false,
  10802.         _expect_continue: false,
  10803.         [Symbol(isCorked)]: false,
  10804.         [Symbol(outHeadersKey)]: null },
  10805.      [Symbol(asyncId)]: 8,
  10806.      [Symbol(lastWriteQueueSize)]: 0,
  10807.      [Symbol(timeout)]:
  10808.       Timeout {
  10809.         _called: false,
  10810.         _idleTimeout: 120000,
  10811.         _idlePrev: [TimersList],
  10812.         _idleNext: [TimersList],
  10813.         _idleStart: 9901,
  10814.         _onTimeout: [Function: bound ],
  10815.         _timerArgs: undefined,
  10816.         _repeat: null,
  10817.         _destroyed: false,
  10818.         [Symbol(unrefed)]: true,
  10819.         [Symbol(asyncId)]: 186,
  10820.         [Symbol(triggerId)]: 11 },
  10821.      [Symbol(kBytesRead)]: 0,
  10822.      [Symbol(kBytesWritten)]: 0 },
  10823.   _consuming: false,
  10824.   _dumped: false }
  10825. IncomingMessage {
  10826.   _readableState:
  10827.    ReadableState {
  10828.      objectMode: false,
  10829.      highWaterMark: 16384,
  10830.      buffer: BufferList { head: null, tail: null, length: 0 },
  10831.      length: 0,
  10832.      pipes: null,
  10833.      pipesCount: 0,
  10834.      flowing: null,
  10835.      ended: false,
  10836.      endEmitted: false,
  10837.      reading: false,
  10838.      sync: true,
  10839.      needReadable: false,
  10840.      emittedReadable: false,
  10841.      readableListening: false,
  10842.      resumeScheduled: false,
  10843.      paused: true,
  10844.      emitClose: true,
  10845.      autoDestroy: false,
  10846.      destroyed: false,
  10847.      defaultEncoding: 'utf8',
  10848.      awaitDrain: 0,
  10849.      readingMore: true,
  10850.      decoder: null,
  10851.      encoding: null },
  10852.   readable: true,
  10853.   _events:
  10854.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  10855.   _eventsCount: 1,
  10856.   _maxListeners: undefined,
  10857.   socket:
  10858.    Socket {
  10859.      connecting: false,
  10860.      _hadError: false,
  10861.      _handle:
  10862.       TCP {
  10863.         reading: true,
  10864.         onread: [Function: onStreamRead],
  10865.         onconnection: null,
  10866.         _consumed: true,
  10867.         [Symbol(owner)]: [Circular] },
  10868.      _parent: null,
  10869.      _host: null,
  10870.      _readableState:
  10871.       ReadableState {
  10872.         objectMode: false,
  10873.         highWaterMark: 16384,
  10874.         buffer: BufferList { head: null, tail: null, length: 0 },
  10875.         length: 0,
  10876.         pipes: null,
  10877.         pipesCount: 0,
  10878.         flowing: true,
  10879.         ended: false,
  10880.         endEmitted: false,
  10881.         reading: true,
  10882.         sync: false,
  10883.         needReadable: true,
  10884.         emittedReadable: false,
  10885.         readableListening: false,
  10886.         resumeScheduled: false,
  10887.         paused: false,
  10888.         emitClose: false,
  10889.         autoDestroy: false,
  10890.         destroyed: false,
  10891.         defaultEncoding: 'utf8',
  10892.         awaitDrain: 0,
  10893.         readingMore: false,
  10894.         decoder: null,
  10895.         encoding: null },
  10896.      readable: true,
  10897.      _events:
  10898.       [Object: null prototype] {
  10899.         end: [Array],
  10900.         drain: [Array],
  10901.         timeout: [Function: socketOnTimeout],
  10902.         data: [Function: bound socketOnData],
  10903.         error: [Function: socketOnError],
  10904.         close: [Array],
  10905.         resume: [Function: onSocketResume],
  10906.         pause: [Function: onSocketPause] },
  10907.      _eventsCount: 8,
  10908.      _maxListeners: undefined,
  10909.      _writableState:
  10910.       WritableState {
  10911.         objectMode: false,
  10912.         highWaterMark: 16384,
  10913.         finalCalled: false,
  10914.         needDrain: false,
  10915.         ending: false,
  10916.         ended: false,
  10917.         finished: false,
  10918.         destroyed: false,
  10919.         decodeStrings: false,
  10920.         defaultEncoding: 'utf8',
  10921.         length: 0,
  10922.         writing: false,
  10923.         corked: 0,
  10924.         sync: false,
  10925.         bufferProcessing: false,
  10926.         onwrite: [Function: bound onwrite],
  10927.         writecb: null,
  10928.         writelen: 0,
  10929.         bufferedRequest: null,
  10930.         lastBufferedRequest: null,
  10931.         pendingcb: 0,
  10932.         prefinished: false,
  10933.         errorEmitted: false,
  10934.         emitClose: false,
  10935.         autoDestroy: false,
  10936.         bufferedRequestCount: 0,
  10937.         corkedRequestsFree: [Object] },
  10938.      writable: true,
  10939.      allowHalfOpen: true,
  10940.      _sockname: null,
  10941.      _pendingData: null,
  10942.      _pendingEncoding: '',
  10943.      server:
  10944.       Server {
  10945.         _events: [Object],
  10946.         _eventsCount: 2,
  10947.         _maxListeners: undefined,
  10948.         _connections: 1,
  10949.         _handle: [TCP],
  10950.         _usingWorkers: false,
  10951.         _workers: [],
  10952.         _unref: false,
  10953.         allowHalfOpen: true,
  10954.         pauseOnConnect: false,
  10955.         httpAllowHalfOpen: false,
  10956.         timeout: 120000,
  10957.         keepAliveTimeout: 5000,
  10958.         maxHeadersCount: null,
  10959.         headersTimeout: 40000,
  10960.         _connectionKey: '4:127.0.0.1:1337',
  10961.         [Symbol(IncomingMessage)]: [Function],
  10962.         [Symbol(ServerResponse)]: [Function],
  10963.         [Symbol(asyncId)]: 6 },
  10964.      _server:
  10965.       Server {
  10966.         _events: [Object],
  10967.         _eventsCount: 2,
  10968.         _maxListeners: undefined,
  10969.         _connections: 1,
  10970.         _handle: [TCP],
  10971.         _usingWorkers: false,
  10972.         _workers: [],
  10973.         _unref: false,
  10974.         allowHalfOpen: true,
  10975.         pauseOnConnect: false,
  10976.         httpAllowHalfOpen: false,
  10977.         timeout: 120000,
  10978.         keepAliveTimeout: 5000,
  10979.         maxHeadersCount: null,
  10980.         headersTimeout: 40000,
  10981.         _connectionKey: '4:127.0.0.1:1337',
  10982.         [Symbol(IncomingMessage)]: [Function],
  10983.         [Symbol(ServerResponse)]: [Function],
  10984.         [Symbol(asyncId)]: 6 },
  10985.      timeout: 120000,
  10986.      parser:
  10987.       HTTPParser {
  10988.         '0': [Function: parserOnHeaders],
  10989.         '1': [Function: parserOnHeadersComplete],
  10990.         '2': [Function: parserOnBody],
  10991.         '3': [Function: parserOnMessageComplete],
  10992.         '4': [Function: bound onParserExecute],
  10993.         _headers: [],
  10994.         _url: '',
  10995.         socket: [Circular],
  10996.         incoming: [Circular],
  10997.         outgoing: null,
  10998.         maxHeaderPairs: 2000,
  10999.         _consumed: true,
  11000.         onIncoming: [Function: bound parserOnIncoming],
  11001.         parsingHeadersStart: 0,
  11002.         [Symbol(isReused)]: false },
  11003.      on: [Function: socketOnWrap],
  11004.      _paused: false,
  11005.      _httpMessage:
  11006.       ServerResponse {
  11007.         _events: [Object],
  11008.         _eventsCount: 1,
  11009.         _maxListeners: undefined,
  11010.         output: [],
  11011.         outputEncodings: [],
  11012.         outputCallbacks: [],
  11013.         outputSize: 0,
  11014.         writable: true,
  11015.         _last: false,
  11016.         chunkedEncoding: false,
  11017.         shouldKeepAlive: true,
  11018.         useChunkedEncodingByDefault: true,
  11019.         sendDate: true,
  11020.         _removedConnection: false,
  11021.         _removedContLen: false,
  11022.         _removedTE: false,
  11023.         _contentLength: null,
  11024.         _hasBody: true,
  11025.         _trailer: '',
  11026.         finished: false,
  11027.         _headerSent: false,
  11028.         socket: [Circular],
  11029.         connection: [Circular],
  11030.         _header: null,
  11031.         _onPendingData: [Function: bound updateOutgoingData],
  11032.         _sent100: false,
  11033.         _expect_continue: false,
  11034.         [Symbol(isCorked)]: false,
  11035.         [Symbol(outHeadersKey)]: null },
  11036.      [Symbol(asyncId)]: 8,
  11037.      [Symbol(lastWriteQueueSize)]: 0,
  11038.      [Symbol(timeout)]:
  11039.       Timeout {
  11040.         _called: false,
  11041.         _idleTimeout: 120000,
  11042.         _idlePrev: [TimersList],
  11043.         _idleNext: [TimersList],
  11044.         _idleStart: 10049,
  11045.         _onTimeout: [Function: bound ],
  11046.         _timerArgs: undefined,
  11047.         _repeat: null,
  11048.         _destroyed: false,
  11049.         [Symbol(unrefed)]: true,
  11050.         [Symbol(asyncId)]: 197,
  11051.         [Symbol(triggerId)]: 11 },
  11052.      [Symbol(kBytesRead)]: 0,
  11053.      [Symbol(kBytesWritten)]: 0 },
  11054.   connection:
  11055.    Socket {
  11056.      connecting: false,
  11057.      _hadError: false,
  11058.      _handle:
  11059.       TCP {
  11060.         reading: true,
  11061.         onread: [Function: onStreamRead],
  11062.         onconnection: null,
  11063.         _consumed: true,
  11064.         [Symbol(owner)]: [Circular] },
  11065.      _parent: null,
  11066.      _host: null,
  11067.      _readableState:
  11068.       ReadableState {
  11069.         objectMode: false,
  11070.         highWaterMark: 16384,
  11071.         buffer: BufferList { head: null, tail: null, length: 0 },
  11072.         length: 0,
  11073.         pipes: null,
  11074.         pipesCount: 0,
  11075.         flowing: true,
  11076.         ended: false,
  11077.         endEmitted: false,
  11078.         reading: true,
  11079.         sync: false,
  11080.         needReadable: true,
  11081.         emittedReadable: false,
  11082.         readableListening: false,
  11083.         resumeScheduled: false,
  11084.         paused: false,
  11085.         emitClose: false,
  11086.         autoDestroy: false,
  11087.         destroyed: false,
  11088.         defaultEncoding: 'utf8',
  11089.         awaitDrain: 0,
  11090.         readingMore: false,
  11091.         decoder: null,
  11092.         encoding: null },
  11093.      readable: true,
  11094.      _events:
  11095.       [Object: null prototype] {
  11096.         end: [Array],
  11097.         drain: [Array],
  11098.         timeout: [Function: socketOnTimeout],
  11099.         data: [Function: bound socketOnData],
  11100.         error: [Function: socketOnError],
  11101.         close: [Array],
  11102.         resume: [Function: onSocketResume],
  11103.         pause: [Function: onSocketPause] },
  11104.      _eventsCount: 8,
  11105.      _maxListeners: undefined,
  11106.      _writableState:
  11107.       WritableState {
  11108.         objectMode: false,
  11109.         highWaterMark: 16384,
  11110.         finalCalled: false,
  11111.         needDrain: false,
  11112.         ending: false,
  11113.         ended: false,
  11114.         finished: false,
  11115.         destroyed: false,
  11116.         decodeStrings: false,
  11117.         defaultEncoding: 'utf8',
  11118.         length: 0,
  11119.         writing: false,
  11120.         corked: 0,
  11121.         sync: false,
  11122.         bufferProcessing: false,
  11123.         onwrite: [Function: bound onwrite],
  11124.         writecb: null,
  11125.         writelen: 0,
  11126.         bufferedRequest: null,
  11127.         lastBufferedRequest: null,
  11128.         pendingcb: 0,
  11129.         prefinished: false,
  11130.         errorEmitted: false,
  11131.         emitClose: false,
  11132.         autoDestroy: false,
  11133.         bufferedRequestCount: 0,
  11134.         corkedRequestsFree: [Object] },
  11135.      writable: true,
  11136.      allowHalfOpen: true,
  11137.      _sockname: null,
  11138.      _pendingData: null,
  11139.      _pendingEncoding: '',
  11140.      server:
  11141.       Server {
  11142.         _events: [Object],
  11143.         _eventsCount: 2,
  11144.         _maxListeners: undefined,
  11145.         _connections: 1,
  11146.         _handle: [TCP],
  11147.         _usingWorkers: false,
  11148.         _workers: [],
  11149.         _unref: false,
  11150.         allowHalfOpen: true,
  11151.         pauseOnConnect: false,
  11152.         httpAllowHalfOpen: false,
  11153.         timeout: 120000,
  11154.         keepAliveTimeout: 5000,
  11155.         maxHeadersCount: null,
  11156.         headersTimeout: 40000,
  11157.         _connectionKey: '4:127.0.0.1:1337',
  11158.         [Symbol(IncomingMessage)]: [Function],
  11159.         [Symbol(ServerResponse)]: [Function],
  11160.         [Symbol(asyncId)]: 6 },
  11161.      _server:
  11162.       Server {
  11163.         _events: [Object],
  11164.         _eventsCount: 2,
  11165.         _maxListeners: undefined,
  11166.         _connections: 1,
  11167.         _handle: [TCP],
  11168.         _usingWorkers: false,
  11169.         _workers: [],
  11170.         _unref: false,
  11171.         allowHalfOpen: true,
  11172.         pauseOnConnect: false,
  11173.         httpAllowHalfOpen: false,
  11174.         timeout: 120000,
  11175.         keepAliveTimeout: 5000,
  11176.         maxHeadersCount: null,
  11177.         headersTimeout: 40000,
  11178.         _connectionKey: '4:127.0.0.1:1337',
  11179.         [Symbol(IncomingMessage)]: [Function],
  11180.         [Symbol(ServerResponse)]: [Function],
  11181.         [Symbol(asyncId)]: 6 },
  11182.      timeout: 120000,
  11183.      parser:
  11184.       HTTPParser {
  11185.         '0': [Function: parserOnHeaders],
  11186.         '1': [Function: parserOnHeadersComplete],
  11187.         '2': [Function: parserOnBody],
  11188.         '3': [Function: parserOnMessageComplete],
  11189.         '4': [Function: bound onParserExecute],
  11190.         _headers: [],
  11191.         _url: '',
  11192.         socket: [Circular],
  11193.         incoming: [Circular],
  11194.         outgoing: null,
  11195.         maxHeaderPairs: 2000,
  11196.         _consumed: true,
  11197.         onIncoming: [Function: bound parserOnIncoming],
  11198.         parsingHeadersStart: 0,
  11199.         [Symbol(isReused)]: false },
  11200.      on: [Function: socketOnWrap],
  11201.      _paused: false,
  11202.      _httpMessage:
  11203.       ServerResponse {
  11204.         _events: [Object],
  11205.         _eventsCount: 1,
  11206.         _maxListeners: undefined,
  11207.         output: [],
  11208.         outputEncodings: [],
  11209.         outputCallbacks: [],
  11210.         outputSize: 0,
  11211.         writable: true,
  11212.         _last: false,
  11213.         chunkedEncoding: false,
  11214.         shouldKeepAlive: true,
  11215.         useChunkedEncodingByDefault: true,
  11216.         sendDate: true,
  11217.         _removedConnection: false,
  11218.         _removedContLen: false,
  11219.         _removedTE: false,
  11220.         _contentLength: null,
  11221.         _hasBody: true,
  11222.         _trailer: '',
  11223.         finished: false,
  11224.         _headerSent: false,
  11225.         socket: [Circular],
  11226.         connection: [Circular],
  11227.         _header: null,
  11228.         _onPendingData: [Function: bound updateOutgoingData],
  11229.         _sent100: false,
  11230.         _expect_continue: false,
  11231.         [Symbol(isCorked)]: false,
  11232.         [Symbol(outHeadersKey)]: null },
  11233.      [Symbol(asyncId)]: 8,
  11234.      [Symbol(lastWriteQueueSize)]: 0,
  11235.      [Symbol(timeout)]:
  11236.       Timeout {
  11237.         _called: false,
  11238.         _idleTimeout: 120000,
  11239.         _idlePrev: [TimersList],
  11240.         _idleNext: [TimersList],
  11241.         _idleStart: 10049,
  11242.         _onTimeout: [Function: bound ],
  11243.         _timerArgs: undefined,
  11244.         _repeat: null,
  11245.         _destroyed: false,
  11246.         [Symbol(unrefed)]: true,
  11247.         [Symbol(asyncId)]: 197,
  11248.         [Symbol(triggerId)]: 11 },
  11249.      [Symbol(kBytesRead)]: 0,
  11250.      [Symbol(kBytesWritten)]: 0 },
  11251.   httpVersionMajor: 1,
  11252.   httpVersionMinor: 1,
  11253.   httpVersion: '1.1',
  11254.   complete: false,
  11255.   headers:
  11256.    { host: '127.0.0.1:1337',
  11257.      connection: 'keep-alive',
  11258.      'cache-control': 'max-age=0',
  11259.      'upgrade-insecure-requests': '1',
  11260.      'user-agent':
  11261.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  11262.      'sec-fetch-mode': 'navigate',
  11263.      'sec-fetch-user': '?1',
  11264.      accept:
  11265.       'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  11266.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  11267.      'sec-fetch-site': 'none',
  11268.      'accept-encoding': 'gzip, deflate, br',
  11269.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  11270.   rawHeaders:
  11271.    [ 'Host',
  11272.      '127.0.0.1:1337',
  11273.      'Connection',
  11274.      'keep-alive',
  11275.      'Cache-Control',
  11276.      'max-age=0',
  11277.      'Upgrade-Insecure-Requests',
  11278.      '1',
  11279.      'User-Agent',
  11280.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  11281.      'Sec-Fetch-Mode',
  11282.      'navigate',
  11283.      'Sec-Fetch-User',
  11284.      '?1',
  11285.      'Accept',
  11286.      'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  11287.      'proxy-authorization',
  11288.      'Basic bnVsbCZudWxsOm51bGw=',
  11289.      'Sec-Fetch-Site',
  11290.      'none',
  11291.      'Accept-Encoding',
  11292.      'gzip, deflate, br',
  11293.      'Accept-Language',
  11294.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  11295.   trailers: {},
  11296.   rawTrailers: [],
  11297.   aborted: false,
  11298.   upgrade: false,
  11299.   url: '/',
  11300.   method: 'GET',
  11301.   statusCode: null,
  11302.   statusMessage: null,
  11303.   client:
  11304.    Socket {
  11305.      connecting: false,
  11306.      _hadError: false,
  11307.      _handle:
  11308.       TCP {
  11309.         reading: true,
  11310.         onread: [Function: onStreamRead],
  11311.         onconnection: null,
  11312.         _consumed: true,
  11313.         [Symbol(owner)]: [Circular] },
  11314.      _parent: null,
  11315.      _host: null,
  11316.      _readableState:
  11317.       ReadableState {
  11318.         objectMode: false,
  11319.         highWaterMark: 16384,
  11320.         buffer: BufferList { head: null, tail: null, length: 0 },
  11321.         length: 0,
  11322.         pipes: null,
  11323.         pipesCount: 0,
  11324.         flowing: true,
  11325.         ended: false,
  11326.         endEmitted: false,
  11327.         reading: true,
  11328.         sync: false,
  11329.         needReadable: true,
  11330.         emittedReadable: false,
  11331.         readableListening: false,
  11332.         resumeScheduled: false,
  11333.         paused: false,
  11334.         emitClose: false,
  11335.         autoDestroy: false,
  11336.         destroyed: false,
  11337.         defaultEncoding: 'utf8',
  11338.         awaitDrain: 0,
  11339.         readingMore: false,
  11340.         decoder: null,
  11341.         encoding: null },
  11342.      readable: true,
  11343.      _events:
  11344.       [Object: null prototype] {
  11345.         end: [Array],
  11346.         drain: [Array],
  11347.         timeout: [Function: socketOnTimeout],
  11348.         data: [Function: bound socketOnData],
  11349.         error: [Function: socketOnError],
  11350.         close: [Array],
  11351.         resume: [Function: onSocketResume],
  11352.         pause: [Function: onSocketPause] },
  11353.      _eventsCount: 8,
  11354.      _maxListeners: undefined,
  11355.      _writableState:
  11356.       WritableState {
  11357.         objectMode: false,
  11358.         highWaterMark: 16384,
  11359.         finalCalled: false,
  11360.         needDrain: false,
  11361.         ending: false,
  11362.         ended: false,
  11363.         finished: false,
  11364.         destroyed: false,
  11365.         decodeStrings: false,
  11366.         defaultEncoding: 'utf8',
  11367.         length: 0,
  11368.         writing: false,
  11369.         corked: 0,
  11370.         sync: false,
  11371.         bufferProcessing: false,
  11372.         onwrite: [Function: bound onwrite],
  11373.         writecb: null,
  11374.         writelen: 0,
  11375.         bufferedRequest: null,
  11376.         lastBufferedRequest: null,
  11377.         pendingcb: 0,
  11378.         prefinished: false,
  11379.         errorEmitted: false,
  11380.         emitClose: false,
  11381.         autoDestroy: false,
  11382.         bufferedRequestCount: 0,
  11383.         corkedRequestsFree: [Object] },
  11384.      writable: true,
  11385.      allowHalfOpen: true,
  11386.      _sockname: null,
  11387.      _pendingData: null,
  11388.      _pendingEncoding: '',
  11389.      server:
  11390.       Server {
  11391.         _events: [Object],
  11392.         _eventsCount: 2,
  11393.         _maxListeners: undefined,
  11394.         _connections: 1,
  11395.         _handle: [TCP],
  11396.         _usingWorkers: false,
  11397.         _workers: [],
  11398.         _unref: false,
  11399.         allowHalfOpen: true,
  11400.         pauseOnConnect: false,
  11401.         httpAllowHalfOpen: false,
  11402.         timeout: 120000,
  11403.         keepAliveTimeout: 5000,
  11404.         maxHeadersCount: null,
  11405.         headersTimeout: 40000,
  11406.         _connectionKey: '4:127.0.0.1:1337',
  11407.         [Symbol(IncomingMessage)]: [Function],
  11408.         [Symbol(ServerResponse)]: [Function],
  11409.         [Symbol(asyncId)]: 6 },
  11410.      _server:
  11411.       Server {
  11412.         _events: [Object],
  11413.         _eventsCount: 2,
  11414.         _maxListeners: undefined,
  11415.         _connections: 1,
  11416.         _handle: [TCP],
  11417.         _usingWorkers: false,
  11418.         _workers: [],
  11419.         _unref: false,
  11420.         allowHalfOpen: true,
  11421.         pauseOnConnect: false,
  11422.         httpAllowHalfOpen: false,
  11423.         timeout: 120000,
  11424.         keepAliveTimeout: 5000,
  11425.         maxHeadersCount: null,
  11426.         headersTimeout: 40000,
  11427.         _connectionKey: '4:127.0.0.1:1337',
  11428.         [Symbol(IncomingMessage)]: [Function],
  11429.         [Symbol(ServerResponse)]: [Function],
  11430.         [Symbol(asyncId)]: 6 },
  11431.      timeout: 120000,
  11432.      parser:
  11433.       HTTPParser {
  11434.         '0': [Function: parserOnHeaders],
  11435.         '1': [Function: parserOnHeadersComplete],
  11436.         '2': [Function: parserOnBody],
  11437.         '3': [Function: parserOnMessageComplete],
  11438.         '4': [Function: bound onParserExecute],
  11439.         _headers: [],
  11440.         _url: '',
  11441.         socket: [Circular],
  11442.         incoming: [Circular],
  11443.         outgoing: null,
  11444.         maxHeaderPairs: 2000,
  11445.         _consumed: true,
  11446.         onIncoming: [Function: bound parserOnIncoming],
  11447.         parsingHeadersStart: 0,
  11448.         [Symbol(isReused)]: false },
  11449.      on: [Function: socketOnWrap],
  11450.      _paused: false,
  11451.      _httpMessage:
  11452.       ServerResponse {
  11453.         _events: [Object],
  11454.         _eventsCount: 1,
  11455.         _maxListeners: undefined,
  11456.         output: [],
  11457.         outputEncodings: [],
  11458.         outputCallbacks: [],
  11459.         outputSize: 0,
  11460.         writable: true,
  11461.         _last: false,
  11462.         chunkedEncoding: false,
  11463.         shouldKeepAlive: true,
  11464.         useChunkedEncodingByDefault: true,
  11465.         sendDate: true,
  11466.         _removedConnection: false,
  11467.         _removedContLen: false,
  11468.         _removedTE: false,
  11469.         _contentLength: null,
  11470.         _hasBody: true,
  11471.         _trailer: '',
  11472.         finished: false,
  11473.         _headerSent: false,
  11474.         socket: [Circular],
  11475.         connection: [Circular],
  11476.         _header: null,
  11477.         _onPendingData: [Function: bound updateOutgoingData],
  11478.         _sent100: false,
  11479.         _expect_continue: false,
  11480.         [Symbol(isCorked)]: false,
  11481.         [Symbol(outHeadersKey)]: null },
  11482.      [Symbol(asyncId)]: 8,
  11483.      [Symbol(lastWriteQueueSize)]: 0,
  11484.      [Symbol(timeout)]:
  11485.       Timeout {
  11486.         _called: false,
  11487.         _idleTimeout: 120000,
  11488.         _idlePrev: [TimersList],
  11489.         _idleNext: [TimersList],
  11490.         _idleStart: 10049,
  11491.         _onTimeout: [Function: bound ],
  11492.         _timerArgs: undefined,
  11493.         _repeat: null,
  11494.         _destroyed: false,
  11495.         [Symbol(unrefed)]: true,
  11496.         [Symbol(asyncId)]: 197,
  11497.         [Symbol(triggerId)]: 11 },
  11498.      [Symbol(kBytesRead)]: 0,
  11499.      [Symbol(kBytesWritten)]: 0 },
  11500.   _consuming: false,
  11501.   _dumped: false }
  11502. IncomingMessage {
  11503.   _readableState:
  11504.    ReadableState {
  11505.      objectMode: false,
  11506.      highWaterMark: 16384,
  11507.      buffer: BufferList { head: null, tail: null, length: 0 },
  11508.      length: 0,
  11509.      pipes: null,
  11510.      pipesCount: 0,
  11511.      flowing: null,
  11512.      ended: false,
  11513.      endEmitted: false,
  11514.      reading: false,
  11515.      sync: true,
  11516.      needReadable: false,
  11517.      emittedReadable: false,
  11518.      readableListening: false,
  11519.      resumeScheduled: false,
  11520.      paused: true,
  11521.      emitClose: true,
  11522.      autoDestroy: false,
  11523.      destroyed: false,
  11524.      defaultEncoding: 'utf8',
  11525.      awaitDrain: 0,
  11526.      readingMore: true,
  11527.      decoder: null,
  11528.      encoding: null },
  11529.   readable: true,
  11530.   _events:
  11531.    [Object: null prototype] { end: [Function: resetHeadersTimeoutOnReqEnd] },
  11532.   _eventsCount: 1,
  11533.   _maxListeners: undefined,
  11534.   socket:
  11535.    Socket {
  11536.      connecting: false,
  11537.      _hadError: false,
  11538.      _handle:
  11539.       TCP {
  11540.         reading: true,
  11541.         onread: [Function: onStreamRead],
  11542.         onconnection: null,
  11543.         _consumed: true,
  11544.         [Symbol(owner)]: [Circular] },
  11545.      _parent: null,
  11546.      _host: null,
  11547.      _readableState:
  11548.       ReadableState {
  11549.         objectMode: false,
  11550.         highWaterMark: 16384,
  11551.         buffer: BufferList { head: null, tail: null, length: 0 },
  11552.         length: 0,
  11553.         pipes: null,
  11554.         pipesCount: 0,
  11555.         flowing: true,
  11556.         ended: false,
  11557.         endEmitted: false,
  11558.         reading: true,
  11559.         sync: false,
  11560.         needReadable: true,
  11561.         emittedReadable: false,
  11562.         readableListening: false,
  11563.         resumeScheduled: false,
  11564.         paused: false,
  11565.         emitClose: false,
  11566.         autoDestroy: false,
  11567.         destroyed: false,
  11568.         defaultEncoding: 'utf8',
  11569.         awaitDrain: 0,
  11570.         readingMore: false,
  11571.         decoder: null,
  11572.         encoding: null },
  11573.      readable: true,
  11574.      _events:
  11575.       [Object: null prototype] {
  11576.         end: [Array],
  11577.         drain: [Array],
  11578.         timeout: [Function: socketOnTimeout],
  11579.         data: [Function: bound socketOnData],
  11580.         error: [Function: socketOnError],
  11581.         close: [Array],
  11582.         resume: [Function: onSocketResume],
  11583.         pause: [Function: onSocketPause] },
  11584.      _eventsCount: 8,
  11585.      _maxListeners: undefined,
  11586.      _writableState:
  11587.       WritableState {
  11588.         objectMode: false,
  11589.         highWaterMark: 16384,
  11590.         finalCalled: false,
  11591.         needDrain: false,
  11592.         ending: false,
  11593.         ended: false,
  11594.         finished: false,
  11595.         destroyed: false,
  11596.         decodeStrings: false,
  11597.         defaultEncoding: 'utf8',
  11598.         length: 0,
  11599.         writing: false,
  11600.         corked: 0,
  11601.         sync: false,
  11602.         bufferProcessing: false,
  11603.         onwrite: [Function: bound onwrite],
  11604.         writecb: null,
  11605.         writelen: 0,
  11606.         bufferedRequest: null,
  11607.         lastBufferedRequest: null,
  11608.         pendingcb: 0,
  11609.         prefinished: false,
  11610.         errorEmitted: false,
  11611.         emitClose: false,
  11612.         autoDestroy: false,
  11613.         bufferedRequestCount: 0,
  11614.         corkedRequestsFree: [Object] },
  11615.      writable: true,
  11616.      allowHalfOpen: true,
  11617.      _sockname: null,
  11618.      _pendingData: null,
  11619.      _pendingEncoding: '',
  11620.      server:
  11621.       Server {
  11622.         _events: [Object],
  11623.         _eventsCount: 2,
  11624.         _maxListeners: undefined,
  11625.         _connections: 1,
  11626.         _handle: [TCP],
  11627.         _usingWorkers: false,
  11628.         _workers: [],
  11629.         _unref: false,
  11630.         allowHalfOpen: true,
  11631.         pauseOnConnect: false,
  11632.         httpAllowHalfOpen: false,
  11633.         timeout: 120000,
  11634.         keepAliveTimeout: 5000,
  11635.         maxHeadersCount: null,
  11636.         headersTimeout: 40000,
  11637.         _connectionKey: '4:127.0.0.1:1337',
  11638.         [Symbol(IncomingMessage)]: [Function],
  11639.         [Symbol(ServerResponse)]: [Function],
  11640.         [Symbol(asyncId)]: 6 },
  11641.      _server:
  11642.       Server {
  11643.         _events: [Object],
  11644.         _eventsCount: 2,
  11645.         _maxListeners: undefined,
  11646.         _connections: 1,
  11647.         _handle: [TCP],
  11648.         _usingWorkers: false,
  11649.         _workers: [],
  11650.         _unref: false,
  11651.         allowHalfOpen: true,
  11652.         pauseOnConnect: false,
  11653.         httpAllowHalfOpen: false,
  11654.         timeout: 120000,
  11655.         keepAliveTimeout: 5000,
  11656.         maxHeadersCount: null,
  11657.         headersTimeout: 40000,
  11658.         _connectionKey: '4:127.0.0.1:1337',
  11659.         [Symbol(IncomingMessage)]: [Function],
  11660.         [Symbol(ServerResponse)]: [Function],
  11661.         [Symbol(asyncId)]: 6 },
  11662.      timeout: 120000,
  11663.      parser:
  11664.       HTTPParser {
  11665.         '0': [Function: parserOnHeaders],
  11666.         '1': [Function: parserOnHeadersComplete],
  11667.         '2': [Function: parserOnBody],
  11668.         '3': [Function: parserOnMessageComplete],
  11669.         '4': [Function: bound onParserExecute],
  11670.         _headers: [],
  11671.         _url: '',
  11672.         socket: [Circular],
  11673.         incoming: [Circular],
  11674.         outgoing: null,
  11675.         maxHeaderPairs: 2000,
  11676.         _consumed: true,
  11677.         onIncoming: [Function: bound parserOnIncoming],
  11678.         parsingHeadersStart: 0,
  11679.         [Symbol(isReused)]: false },
  11680.      on: [Function: socketOnWrap],
  11681.      _paused: false,
  11682.      _httpMessage:
  11683.       ServerResponse {
  11684.         _events: [Object],
  11685.         _eventsCount: 1,
  11686.         _maxListeners: undefined,
  11687.         output: [],
  11688.         outputEncodings: [],
  11689.         outputCallbacks: [],
  11690.         outputSize: 0,
  11691.         writable: true,
  11692.         _last: false,
  11693.         chunkedEncoding: false,
  11694.         shouldKeepAlive: true,
  11695.         useChunkedEncodingByDefault: true,
  11696.         sendDate: true,
  11697.         _removedConnection: false,
  11698.         _removedContLen: false,
  11699.         _removedTE: false,
  11700.         _contentLength: null,
  11701.         _hasBody: true,
  11702.         _trailer: '',
  11703.         finished: false,
  11704.         _headerSent: false,
  11705.         socket: [Circular],
  11706.         connection: [Circular],
  11707.         _header: null,
  11708.         _onPendingData: [Function: bound updateOutgoingData],
  11709.         _sent100: false,
  11710.         _expect_continue: false,
  11711.         [Symbol(isCorked)]: false,
  11712.         [Symbol(outHeadersKey)]: null },
  11713.      [Symbol(asyncId)]: 8,
  11714.      [Symbol(lastWriteQueueSize)]: 0,
  11715.      [Symbol(timeout)]:
  11716.       Timeout {
  11717.         _called: false,
  11718.         _idleTimeout: 120000,
  11719.         _idlePrev: [TimersList],
  11720.         _idleNext: [TimersList],
  11721.         _idleStart: 10073,
  11722.         _onTimeout: [Function: bound ],
  11723.         _timerArgs: undefined,
  11724.         _repeat: null,
  11725.         _destroyed: false,
  11726.         [Symbol(unrefed)]: true,
  11727.         [Symbol(asyncId)]: 208,
  11728.         [Symbol(triggerId)]: 11 },
  11729.      [Symbol(kBytesRead)]: 0,
  11730.      [Symbol(kBytesWritten)]: 0 },
  11731.   connection:
  11732.    Socket {
  11733.      connecting: false,
  11734.      _hadError: false,
  11735.      _handle:
  11736.       TCP {
  11737.         reading: true,
  11738.         onread: [Function: onStreamRead],
  11739.         onconnection: null,
  11740.         _consumed: true,
  11741.         [Symbol(owner)]: [Circular] },
  11742.      _parent: null,
  11743.      _host: null,
  11744.      _readableState:
  11745.       ReadableState {
  11746.         objectMode: false,
  11747.         highWaterMark: 16384,
  11748.         buffer: BufferList { head: null, tail: null, length: 0 },
  11749.         length: 0,
  11750.         pipes: null,
  11751.         pipesCount: 0,
  11752.         flowing: true,
  11753.         ended: false,
  11754.         endEmitted: false,
  11755.         reading: true,
  11756.         sync: false,
  11757.         needReadable: true,
  11758.         emittedReadable: false,
  11759.         readableListening: false,
  11760.         resumeScheduled: false,
  11761.         paused: false,
  11762.         emitClose: false,
  11763.         autoDestroy: false,
  11764.         destroyed: false,
  11765.         defaultEncoding: 'utf8',
  11766.         awaitDrain: 0,
  11767.         readingMore: false,
  11768.         decoder: null,
  11769.         encoding: null },
  11770.      readable: true,
  11771.      _events:
  11772.       [Object: null prototype] {
  11773.         end: [Array],
  11774.         drain: [Array],
  11775.         timeout: [Function: socketOnTimeout],
  11776.         data: [Function: bound socketOnData],
  11777.         error: [Function: socketOnError],
  11778.         close: [Array],
  11779.         resume: [Function: onSocketResume],
  11780.         pause: [Function: onSocketPause] },
  11781.      _eventsCount: 8,
  11782.      _maxListeners: undefined,
  11783.      _writableState:
  11784.       WritableState {
  11785.         objectMode: false,
  11786.         highWaterMark: 16384,
  11787.         finalCalled: false,
  11788.         needDrain: false,
  11789.         ending: false,
  11790.         ended: false,
  11791.         finished: false,
  11792.         destroyed: false,
  11793.         decodeStrings: false,
  11794.         defaultEncoding: 'utf8',
  11795.         length: 0,
  11796.         writing: false,
  11797.         corked: 0,
  11798.         sync: false,
  11799.         bufferProcessing: false,
  11800.         onwrite: [Function: bound onwrite],
  11801.         writecb: null,
  11802.         writelen: 0,
  11803.         bufferedRequest: null,
  11804.         lastBufferedRequest: null,
  11805.         pendingcb: 0,
  11806.         prefinished: false,
  11807.         errorEmitted: false,
  11808.         emitClose: false,
  11809.         autoDestroy: false,
  11810.         bufferedRequestCount: 0,
  11811.         corkedRequestsFree: [Object] },
  11812.      writable: true,
  11813.      allowHalfOpen: true,
  11814.      _sockname: null,
  11815.      _pendingData: null,
  11816.      _pendingEncoding: '',
  11817.      server:
  11818.       Server {
  11819.         _events: [Object],
  11820.         _eventsCount: 2,
  11821.         _maxListeners: undefined,
  11822.         _connections: 1,
  11823.         _handle: [TCP],
  11824.         _usingWorkers: false,
  11825.         _workers: [],
  11826.         _unref: false,
  11827.         allowHalfOpen: true,
  11828.         pauseOnConnect: false,
  11829.         httpAllowHalfOpen: false,
  11830.         timeout: 120000,
  11831.         keepAliveTimeout: 5000,
  11832.         maxHeadersCount: null,
  11833.         headersTimeout: 40000,
  11834.         _connectionKey: '4:127.0.0.1:1337',
  11835.         [Symbol(IncomingMessage)]: [Function],
  11836.         [Symbol(ServerResponse)]: [Function],
  11837.         [Symbol(asyncId)]: 6 },
  11838.      _server:
  11839.       Server {
  11840.         _events: [Object],
  11841.         _eventsCount: 2,
  11842.         _maxListeners: undefined,
  11843.         _connections: 1,
  11844.         _handle: [TCP],
  11845.         _usingWorkers: false,
  11846.         _workers: [],
  11847.         _unref: false,
  11848.         allowHalfOpen: true,
  11849.         pauseOnConnect: false,
  11850.         httpAllowHalfOpen: false,
  11851.         timeout: 120000,
  11852.         keepAliveTimeout: 5000,
  11853.         maxHeadersCount: null,
  11854.         headersTimeout: 40000,
  11855.         _connectionKey: '4:127.0.0.1:1337',
  11856.         [Symbol(IncomingMessage)]: [Function],
  11857.         [Symbol(ServerResponse)]: [Function],
  11858.         [Symbol(asyncId)]: 6 },
  11859.      timeout: 120000,
  11860.      parser:
  11861.       HTTPParser {
  11862.         '0': [Function: parserOnHeaders],
  11863.         '1': [Function: parserOnHeadersComplete],
  11864.         '2': [Function: parserOnBody],
  11865.         '3': [Function: parserOnMessageComplete],
  11866.         '4': [Function: bound onParserExecute],
  11867.         _headers: [],
  11868.         _url: '',
  11869.         socket: [Circular],
  11870.         incoming: [Circular],
  11871.         outgoing: null,
  11872.         maxHeaderPairs: 2000,
  11873.         _consumed: true,
  11874.         onIncoming: [Function: bound parserOnIncoming],
  11875.         parsingHeadersStart: 0,
  11876.         [Symbol(isReused)]: false },
  11877.      on: [Function: socketOnWrap],
  11878.      _paused: false,
  11879.      _httpMessage:
  11880.       ServerResponse {
  11881.         _events: [Object],
  11882.         _eventsCount: 1,
  11883.         _maxListeners: undefined,
  11884.         output: [],
  11885.         outputEncodings: [],
  11886.         outputCallbacks: [],
  11887.         outputSize: 0,
  11888.         writable: true,
  11889.         _last: false,
  11890.         chunkedEncoding: false,
  11891.         shouldKeepAlive: true,
  11892.         useChunkedEncodingByDefault: true,
  11893.         sendDate: true,
  11894.         _removedConnection: false,
  11895.         _removedContLen: false,
  11896.         _removedTE: false,
  11897.         _contentLength: null,
  11898.         _hasBody: true,
  11899.         _trailer: '',
  11900.         finished: false,
  11901.         _headerSent: false,
  11902.         socket: [Circular],
  11903.         connection: [Circular],
  11904.         _header: null,
  11905.         _onPendingData: [Function: bound updateOutgoingData],
  11906.         _sent100: false,
  11907.         _expect_continue: false,
  11908.         [Symbol(isCorked)]: false,
  11909.         [Symbol(outHeadersKey)]: null },
  11910.      [Symbol(asyncId)]: 8,
  11911.      [Symbol(lastWriteQueueSize)]: 0,
  11912.      [Symbol(timeout)]:
  11913.       Timeout {
  11914.         _called: false,
  11915.         _idleTimeout: 120000,
  11916.         _idlePrev: [TimersList],
  11917.         _idleNext: [TimersList],
  11918.         _idleStart: 10073,
  11919.         _onTimeout: [Function: bound ],
  11920.         _timerArgs: undefined,
  11921.         _repeat: null,
  11922.         _destroyed: false,
  11923.         [Symbol(unrefed)]: true,
  11924.         [Symbol(asyncId)]: 208,
  11925.         [Symbol(triggerId)]: 11 },
  11926.      [Symbol(kBytesRead)]: 0,
  11927.      [Symbol(kBytesWritten)]: 0 },
  11928.   httpVersionMajor: 1,
  11929.   httpVersionMinor: 1,
  11930.   httpVersion: '1.1',
  11931.   complete: false,
  11932.   headers:
  11933.    { host: '127.0.0.1:1337',
  11934.      connection: 'keep-alive',
  11935.      pragma: 'no-cache',
  11936.      'cache-control': 'no-cache',
  11937.      'sec-fetch-mode': 'no-cors',
  11938.      'user-agent':
  11939.       'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  11940.      accept: 'image/webp,image/apng,image/*,*/*;q=0.8',
  11941.      'proxy-authorization': 'Basic bnVsbCZudWxsOm51bGw=',
  11942.      'sec-fetch-site': 'same-origin',
  11943.      referer: 'http://127.0.0.1:1337/',
  11944.      'accept-encoding': 'gzip, deflate, br',
  11945.      'accept-language': 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' },
  11946.   rawHeaders:
  11947.    [ 'Host',
  11948.      '127.0.0.1:1337',
  11949.      'Connection',
  11950.      'keep-alive',
  11951.      'Pragma',
  11952.      'no-cache',
  11953.      'Cache-Control',
  11954.      'no-cache',
  11955.      'Sec-Fetch-Mode',
  11956.      'no-cors',
  11957.      'User-Agent',
  11958.      'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',
  11959.      'Accept',
  11960.      'image/webp,image/apng,image/*,*/*;q=0.8',
  11961.      'proxy-authorization',
  11962.      'Basic bnVsbCZudWxsOm51bGw=',
  11963.      'Sec-Fetch-Site',
  11964.      'same-origin',
  11965.      'Referer',
  11966.      'http://127.0.0.1:1337/',
  11967.      'Accept-Encoding',
  11968.      'gzip, deflate, br',
  11969.      'Accept-Language',
  11970.      'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7,uk;q=0.6' ],
  11971.   trailers: {},
  11972.   rawTrailers: [],
  11973.   aborted: false,
  11974.   upgrade: false,
  11975.   url: '/favicon.ico',
  11976.   method: 'GET',
  11977.   statusCode: null,
  11978.   statusMessage: null,
  11979.   client:
  11980.    Socket {
  11981.      connecting: false,
  11982.      _hadError: false,
  11983.      _handle:
  11984.       TCP {
  11985.         reading: true,
  11986.         onread: [Function: onStreamRead],
  11987.         onconnection: null,
  11988.         _consumed: true,
  11989.         [Symbol(owner)]: [Circular] },
  11990.      _parent: null,
  11991.      _host: null,
  11992.      _readableState:
  11993.       ReadableState {
  11994.         objectMode: false,
  11995.         highWaterMark: 16384,
  11996.         buffer: BufferList { head: null, tail: null, length: 0 },
  11997.         length: 0,
  11998.         pipes: null,
  11999.         pipesCount: 0,
  12000.         flowing: true,
  12001.         ended: false,
  12002.         endEmitted: false,
  12003.         reading: true,
  12004.         sync: false,
  12005.         needReadable: true,
  12006.         emittedReadable: false,
  12007.         readableListening: false,
  12008.         resumeScheduled: false,
  12009.         paused: false,
  12010.         emitClose: false,
  12011.         autoDestroy: false,
  12012.         destroyed: false,
  12013.         defaultEncoding: 'utf8',
  12014.         awaitDrain: 0,
  12015.         readingMore: false,
  12016.         decoder: null,
  12017.         encoding: null },
  12018.      readable: true,
  12019.      _events:
  12020.       [Object: null prototype] {
  12021.         end: [Array],
  12022.         drain: [Array],
  12023.         timeout: [Function: socketOnTimeout],
  12024.         data: [Function: bound socketOnData],
  12025.         error: [Function: socketOnError],
  12026.         close: [Array],
  12027.         resume: [Function: onSocketResume],
  12028.         pause: [Function: onSocketPause] },
  12029.      _eventsCount: 8,
  12030.      _maxListeners: undefined,
  12031.      _writableState:
  12032.       WritableState {
  12033.         objectMode: false,
  12034.         highWaterMark: 16384,
  12035.         finalCalled: false,
  12036.         needDrain: false,
  12037.         ending: false,
  12038.         ended: false,
  12039.         finished: false,
  12040.         destroyed: false,
  12041.         decodeStrings: false,
  12042.         defaultEncoding: 'utf8',
  12043.         length: 0,
  12044.         writing: false,
  12045.         corked: 0,
  12046.         sync: false,
  12047.         bufferProcessing: false,
  12048.         onwrite: [Function: bound onwrite],
  12049.         writecb: null,
  12050.         writelen: 0,
  12051.         bufferedRequest: null,
  12052.         lastBufferedRequest: null,
  12053.         pendingcb: 0,
  12054.         prefinished: false,
  12055.         errorEmitted: false,
  12056.         emitClose: false,
  12057.         autoDestroy: false,
  12058.         bufferedRequestCount: 0,
  12059.         corkedRequestsFree: [Object] },
  12060.      writable: true,
  12061.      allowHalfOpen: true,
  12062.      _sockname: null,
  12063.      _pendingData: null,
  12064.      _pendingEncoding: '',
  12065.      server:
  12066.       Server {
  12067.         _events: [Object],
  12068.         _eventsCount: 2,
  12069.         _maxListeners: undefined,
  12070.         _connections: 1,
  12071.         _handle: [TCP],
  12072.         _usingWorkers: false,
  12073.         _workers: [],
  12074.         _unref: false,
  12075.         allowHalfOpen: true,
  12076.         pauseOnConnect: false,
  12077.         httpAllowHalfOpen: false,
  12078.         timeout: 120000,
  12079.         keepAliveTimeout: 5000,
  12080.         maxHeadersCount: null,
  12081.         headersTimeout: 40000,
  12082.         _connectionKey: '4:127.0.0.1:1337',
  12083.         [Symbol(IncomingMessage)]: [Function],
  12084.         [Symbol(ServerResponse)]: [Function],
  12085.         [Symbol(asyncId)]: 6 },
  12086.      _server:
  12087.       Server {
  12088.         _events: [Object],
  12089.         _eventsCount: 2,
  12090.         _maxListeners: undefined,
  12091.         _connections: 1,
  12092.         _handle: [TCP],
  12093.         _usingWorkers: false,
  12094.         _workers: [],
  12095.         _unref: false,
  12096.         allowHalfOpen: true,
  12097.         pauseOnConnect: false,
  12098.         httpAllowHalfOpen: false,
  12099.         timeout: 120000,
  12100.         keepAliveTimeout: 5000,
  12101.         maxHeadersCount: null,
  12102.         headersTimeout: 40000,
  12103.         _connectionKey: '4:127.0.0.1:1337',
  12104.         [Symbol(IncomingMessage)]: [Function],
  12105.         [Symbol(ServerResponse)]: [Function],
  12106.         [Symbol(asyncId)]: 6 },
  12107.      timeout: 120000,
  12108.      parser:
  12109.       HTTPParser {
  12110.         '0': [Function: parserOnHeaders],
  12111.         '1': [Function: parserOnHeadersComplete],
  12112.         '2': [Function: parserOnBody],
  12113.         '3': [Function: parserOnMessageComplete],
  12114.         '4': [Function: bound onParserExecute],
  12115.         _headers: [],
  12116.         _url: '',
  12117.         socket: [Circular],
  12118.         incoming: [Circular],
  12119.         outgoing: null,
  12120.         maxHeaderPairs: 2000,
  12121.         _consumed: true,
  12122.         onIncoming: [Function: bound parserOnIncoming],
  12123.         parsingHeadersStart: 0,
  12124.         [Symbol(isReused)]: false },
  12125.      on: [Function: socketOnWrap],
  12126.      _paused: false,
  12127.      _httpMessage:
  12128.       ServerResponse {
  12129.         _events: [Object],
  12130.         _eventsCount: 1,
  12131.         _maxListeners: undefined,
  12132.         output: [],
  12133.         outputEncodings: [],
  12134.         outputCallbacks: [],
  12135.         outputSize: 0,
  12136.         writable: true,
  12137.         _last: false,
  12138.         chunkedEncoding: false,
  12139.         shouldKeepAlive: true,
  12140.         useChunkedEncodingByDefault: true,
  12141.         sendDate: true,
  12142.         _removedConnection: false,
  12143.         _removedContLen: false,
  12144.         _removedTE: false,
  12145.         _contentLength: null,
  12146.         _hasBody: true,
  12147.         _trailer: '',
  12148.         finished: false,
  12149.         _headerSent: false,
  12150.         socket: [Circular],
  12151.         connection: [Circular],
  12152.         _header: null,
  12153.         _onPendingData: [Function: bound updateOutgoingData],
  12154.         _sent100: false,
  12155.         _expect_continue: false,
  12156.         [Symbol(isCorked)]: false,
  12157.         [Symbol(outHeadersKey)]: null },
  12158.      [Symbol(asyncId)]: 8,
  12159.      [Symbol(lastWriteQueueSize)]: 0,
  12160.      [Symbol(timeout)]:
  12161.       Timeout {
  12162.         _called: false,
  12163.         _idleTimeout: 120000,
  12164.         _idlePrev: [TimersList],
  12165.         _idleNext: [TimersList],
  12166.         _idleStart: 10073,
  12167.         _onTimeout: [Function: bound ],
  12168.         _timerArgs: undefined,
  12169.         _repeat: null,
  12170.         _destroyed: false,
  12171.         [Symbol(unrefed)]: true,
  12172.         [Symbol(asyncId)]: 208,
  12173.         [Symbol(triggerId)]: 11 },
  12174.      [Symbol(kBytesRead)]: 0,
  12175.      [Symbol(kBytesWritten)]: 0 },
  12176.   _consuming: false,
  12177.   _dumped: false }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement