Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2019
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 20.02 KB | None | 0 0
  1. IncomingMessage {
  2.   _readableState: ReadableState {
  3.     objectMode: false,
  4.     highWaterMark: 16384,
  5.     buffer: BufferList {
  6.       head: null,
  7.       tail: null,
  8.       length: 0
  9.     },
  10.     length: 0,
  11.     pipes: null,
  12.     pipesCount: 0,
  13.     flowing: null,
  14.     ended: true,
  15.     endEmitted: false,
  16.     reading: false,
  17.     sync: true,
  18.     needReadable: false,
  19.     emittedReadable: true,
  20.     readableListening: false,
  21.     resumeScheduled: false,
  22.     paused: true,
  23.     emitClose: true,
  24.     destroyed: false,
  25.     defaultEncoding: 'utf8',
  26.     awaitDrain: 0,
  27.     readingMore: true,
  28.     decoder: null,
  29.     encoding: null
  30.   },
  31.   readable: true,
  32.   domain: null,
  33.   _events: [Object: null prototype] {
  34.     end: [Function: resetHeadersTimeoutOnReqEnd]
  35.   },
  36.   _eventsCount: 1,
  37.   _maxListeners: undefined,
  38.   socket: Socket {
  39.     connecting: false,
  40.     _hadError: false,
  41.     _handle: TCP {
  42.       reading: true,
  43.       onread: [Function: onStreamRead],
  44.       onconnection: null,
  45.       _consumed: true,
  46.       [Symbol(owner)]: [Circular]
  47.     },
  48.     _parent: null,
  49.     _host: null,
  50.     _readableState: ReadableState {
  51.       objectMode: false,
  52.       highWaterMark: 16384,
  53.       buffer: BufferList {
  54.         head: null,
  55.         tail: null,
  56.         length: 0
  57.       },
  58.       length: 0,
  59.       pipes: null,
  60.       pipesCount: 0,
  61.       flowing: true,
  62.       ended: false,
  63.       endEmitted: false,
  64.       reading: true,
  65.       sync: false,
  66.       needReadable: true,
  67.       emittedReadable: false,
  68.       readableListening: false,
  69.       resumeScheduled: false,
  70.       paused: false,
  71.       emitClose: false,
  72.       destroyed: false,
  73.       defaultEncoding: 'utf8',
  74.       awaitDrain: 0,
  75.       readingMore: false,
  76.       decoder: null,
  77.       encoding: null
  78.     },
  79.     readable: true,
  80.     domain: null,
  81.     _events: [Object: null prototype] {
  82.       end: [Array],
  83.       drain: [Array],
  84.       timeout: [Function: socketOnTimeout],
  85.       data: [Function: bound socketOnData],
  86.       error: [Function: socketOnError],
  87.       close: [Array],
  88.       resume: [Function: onSocketResume],
  89.       pause: [Function: onSocketPause]
  90.     },
  91.     _eventsCount: 8,
  92.     _maxListeners: undefined,
  93.     _writableState: WritableState {
  94.       objectMode: false,
  95.       highWaterMark: 16384,
  96.       finalCalled: false,
  97.       needDrain: false,
  98.       ending: false,
  99.       ended: false,
  100.       finished: false,
  101.       destroyed: false,
  102.       decodeStrings: false,
  103.       defaultEncoding: 'utf8',
  104.       length: 0,
  105.       writing: false,
  106.       corked: 0,
  107.       sync: false,
  108.       bufferProcessing: false,
  109.       onwrite: [Function: bound onwrite],
  110.       writecb: null,
  111.       writelen: 0,
  112.       bufferedRequest: null,
  113.       lastBufferedRequest: null,
  114.       pendingcb: 0,
  115.       prefinished: false,
  116.       errorEmitted: false,
  117.       emitClose: false,
  118.       bufferedRequestCount: 0,
  119.       corkedRequestsFree: [Object]
  120.     },
  121.     writable: true,
  122.     allowHalfOpen: true,
  123.     _sockname: null,
  124.     _pendingData: null,
  125.     _pendingEncoding: '',
  126.     server: Server {
  127.       domain: null,
  128.       _events: [Object],
  129.       _eventsCount: 4,
  130.       _maxListeners: undefined,
  131.       _connections: 3,
  132.       _handle: [TCP],
  133.       _usingWorkers: false,
  134.       _workers: [],
  135.       _unref: false,
  136.       allowHalfOpen: true,
  137.       pauseOnConnect: false,
  138.       httpAllowHalfOpen: false,
  139.       timeout: 120000,
  140.       keepAliveTimeout: 5000,
  141.       _pendingResponseData: 0,
  142.       maxHeadersCount: null,
  143.       headersTimeout: 40000,
  144.       _connectionKey: '4:127.0.0.1:3000',
  145.       destroy: [Function],
  146.       [Symbol(IncomingMessage)]: [Function],
  147.       [Symbol(ServerResponse)]: [Function],
  148.       [Symbol(asyncId)]: 28
  149.     },
  150.     _server: Server {
  151.       domain: null,
  152.       _events: [Object],
  153.       _eventsCount: 4,
  154.       _maxListeners: undefined,
  155.       _connections: 3,
  156.       _handle: [TCP],
  157.       _usingWorkers: false,
  158.       _workers: [],
  159.       _unref: false,
  160.       allowHalfOpen: true,
  161.       pauseOnConnect: false,
  162.       httpAllowHalfOpen: false,
  163.       timeout: 120000,
  164.       keepAliveTimeout: 5000,
  165.       _pendingResponseData: 0,
  166.       maxHeadersCount: null,
  167.       headersTimeout: 40000,
  168.       _connectionKey: '4:127.0.0.1:3000',
  169.       destroy: [Function],
  170.       [Symbol(IncomingMessage)]: [Function],
  171.       [Symbol(ServerResponse)]: [Function],
  172.       [Symbol(asyncId)]: 28
  173.     },
  174.     timeout: 120000,
  175.     parser: HTTPParser {
  176.       '0': [Function: parserOnHeaders],
  177.       '1': [Function: parserOnHeadersComplete],
  178.       '2': [Function: parserOnBody],
  179.       '3': [Function: parserOnMessageComplete],
  180.       '4': [Function: bound onParserExecute],
  181.       _headers: [],
  182.       _url: '',
  183.       socket: [Circular],
  184.       incoming: [Circular],
  185.       outgoing: null,
  186.       maxHeaderPairs: 2000,
  187.       _consumed: true,
  188.       onIncoming: [Function: bound parserOnIncoming],
  189.       parsingHeadersStart: 0,
  190.       [Symbol(isReused)]: true
  191.     },
  192.     on: [Function: socketOnWrap],
  193.     _paused: false,
  194.     _peername: {
  195.       address: '127.0.0.1',
  196.       family: 'IPv4',
  197.       port: 53543
  198.     },
  199.     _httpMessage: ServerResponse {
  200.       domain: null,
  201.       _events: [Object],
  202.       _eventsCount: 1,
  203.       _maxListeners: undefined,
  204.       output: [],
  205.       outputEncodings: [],
  206.       outputCallbacks: [],
  207.       outputSize: 0,
  208.       writable: true,
  209.       _last: false,
  210.       chunkedEncoding: false,
  211.       shouldKeepAlive: true,
  212.       useChunkedEncodingByDefault: true,
  213.       sendDate: true,
  214.       _removedConnection: false,
  215.       _removedContLen: false,
  216.       _removedTE: false,
  217.       _contentLength: null,
  218.       _hasBody: true,
  219.       _trailer: '',
  220.       finished: false,
  221.       _headerSent: false,
  222.       socket: [Circular],
  223.       connection: [Circular],
  224.       _header: null,
  225.       _onPendingData: [Function: bound updateOutgoingData],
  226.       _sent100: false,
  227.       _expect_continue: false,
  228.       locals: {},
  229.       statusCode: 200,
  230.       [Symbol(isCorked)]: false,
  231.       [Symbol(outHeadersKey)]: null
  232.     },
  233.     [Symbol(asyncId)]: 106926,
  234.     [Symbol(lastWriteQueueSize)]: 0,
  235.     [Symbol(timeout)]: Timeout {
  236.       _called: false,
  237.       _idleTimeout: 120000,
  238.       _idlePrev: [TimersList],
  239.       _idleNext: [Timeout],
  240.       _idleStart: 5824106,
  241.       _onTimeout: [Function: bound ],
  242.       _timerArgs: undefined,
  243.       _repeat: null,
  244.       _destroyed: false,
  245.       [Symbol(unrefed)]: true,
  246.       [Symbol(asyncId)]: 106999,
  247.       [Symbol(triggerId)]: 106928
  248.     },
  249.     [Symbol(kBytesRead)]: 0,
  250.     [Symbol(kBytesWritten)]: 0
  251.   },
  252.   connection: Socket {
  253.     connecting: false,
  254.     _hadError: false,
  255.     _handle: TCP {
  256.       reading: true,
  257.       onread: [Function: onStreamRead],
  258.       onconnection: null,
  259.       _consumed: true,
  260.       [Symbol(owner)]: [Circular]
  261.     },
  262.     _parent: null,
  263.     _host: null,
  264.     _readableState: ReadableState {
  265.       objectMode: false,
  266.       highWaterMark: 16384,
  267.       buffer: BufferList {
  268.         head: null,
  269.         tail: null,
  270.         length: 0
  271.       },
  272.       length: 0,
  273.       pipes: null,
  274.       pipesCount: 0,
  275.       flowing: true,
  276.       ended: false,
  277.       endEmitted: false,
  278.       reading: true,
  279.       sync: false,
  280.       needReadable: true,
  281.       emittedReadable: false,
  282.       readableListening: false,
  283.       resumeScheduled: false,
  284.       paused: false,
  285.       emitClose: false,
  286.       destroyed: false,
  287.       defaultEncoding: 'utf8',
  288.       awaitDrain: 0,
  289.       readingMore: false,
  290.       decoder: null,
  291.       encoding: null
  292.     },
  293.     readable: true,
  294.     domain: null,
  295.     _events: [Object: null prototype] {
  296.       end: [Array],
  297.       drain: [Array],
  298.       timeout: [Function: socketOnTimeout],
  299.       data: [Function: bound socketOnData],
  300.       error: [Function: socketOnError],
  301.       close: [Array],
  302.       resume: [Function: onSocketResume],
  303.       pause: [Function: onSocketPause]
  304.     },
  305.     _eventsCount: 8,
  306.     _maxListeners: undefined,
  307.     _writableState: WritableState {
  308.       objectMode: false,
  309.       highWaterMark: 16384,
  310.       finalCalled: false,
  311.       needDrain: false,
  312.       ending: false,
  313.       ended: false,
  314.       finished: false,
  315.       destroyed: false,
  316.       decodeStrings: false,
  317.       defaultEncoding: 'utf8',
  318.       length: 0,
  319.       writing: false,
  320.       corked: 0,
  321.       sync: false,
  322.       bufferProcessing: false,
  323.       onwrite: [Function: bound onwrite],
  324.       writecb: null,
  325.       writelen: 0,
  326.       bufferedRequest: null,
  327.       lastBufferedRequest: null,
  328.       pendingcb: 0,
  329.       prefinished: false,
  330.       errorEmitted: false,
  331.       emitClose: false,
  332.       bufferedRequestCount: 0,
  333.       corkedRequestsFree: [Object]
  334.     },
  335.     writable: true,
  336.     allowHalfOpen: true,
  337.     _sockname: null,
  338.     _pendingData: null,
  339.     _pendingEncoding: '',
  340.     server: Server {
  341.       domain: null,
  342.       _events: [Object],
  343.       _eventsCount: 4,
  344.       _maxListeners: undefined,
  345.       _connections: 3,
  346.       _handle: [TCP],
  347.       _usingWorkers: false,
  348.       _workers: [],
  349.       _unref: false,
  350.       allowHalfOpen: true,
  351.       pauseOnConnect: false,
  352.       httpAllowHalfOpen: false,
  353.       timeout: 120000,
  354.       keepAliveTimeout: 5000,
  355.       _pendingResponseData: 0,
  356.       maxHeadersCount: null,
  357.       headersTimeout: 40000,
  358.       _connectionKey: '4:127.0.0.1:3000',
  359.       destroy: [Function],
  360.       [Symbol(IncomingMessage)]: [Function],
  361.       [Symbol(ServerResponse)]: [Function],
  362.       [Symbol(asyncId)]: 28
  363.     },
  364.     _server: Server {
  365.       domain: null,
  366.       _events: [Object],
  367.       _eventsCount: 4,
  368.       _maxListeners: undefined,
  369.       _connections: 3,
  370.       _handle: [TCP],
  371.       _usingWorkers: false,
  372.       _workers: [],
  373.       _unref: false,
  374.       allowHalfOpen: true,
  375.       pauseOnConnect: false,
  376.       httpAllowHalfOpen: false,
  377.       timeout: 120000,
  378.       keepAliveTimeout: 5000,
  379.       _pendingResponseData: 0,
  380.       maxHeadersCount: null,
  381.       headersTimeout: 40000,
  382.       _connectionKey: '4:127.0.0.1:3000',
  383.       destroy: [Function],
  384.       [Symbol(IncomingMessage)]: [Function],
  385.       [Symbol(ServerResponse)]: [Function],
  386.       [Symbol(asyncId)]: 28
  387.     },
  388.     timeout: 120000,
  389.     parser: HTTPParser {
  390.       '0': [Function: parserOnHeaders],
  391.       '1': [Function: parserOnHeadersComplete],
  392.       '2': [Function: parserOnBody],
  393.       '3': [Function: parserOnMessageComplete],
  394.       '4': [Function: bound onParserExecute],
  395.       _headers: [],
  396.       _url: '',
  397.       socket: [Circular],
  398.       incoming: [Circular],
  399.       outgoing: null,
  400.       maxHeaderPairs: 2000,
  401.       _consumed: true,
  402.       onIncoming: [Function: bound parserOnIncoming],
  403.       parsingHeadersStart: 0,
  404.       [Symbol(isReused)]: true
  405.     },
  406.     on: [Function: socketOnWrap],
  407.     _paused: false,
  408.     _peername: {
  409.       address: '127.0.0.1',
  410.       family: 'IPv4',
  411.       port: 53543
  412.     },
  413.     _httpMessage: ServerResponse {
  414.       domain: null,
  415.       _events: [Object],
  416.       _eventsCount: 1,
  417.       _maxListeners: undefined,
  418.       output: [],
  419.       outputEncodings: [],
  420.       outputCallbacks: [],
  421.       outputSize: 0,
  422.       writable: true,
  423.       _last: false,
  424.       chunkedEncoding: false,
  425.       shouldKeepAlive: true,
  426.       useChunkedEncodingByDefault: true,
  427.       sendDate: true,
  428.       _removedConnection: false,
  429.       _removedContLen: false,
  430.       _removedTE: false,
  431.       _contentLength: null,
  432.       _hasBody: true,
  433.       _trailer: '',
  434.       finished: false,
  435.       _headerSent: false,
  436.       socket: [Circular],
  437.       connection: [Circular],
  438.       _header: null,
  439.       _onPendingData: [Function: bound updateOutgoingData],
  440.       _sent100: false,
  441.       _expect_continue: false,
  442.       locals: {},
  443.       statusCode: 200,
  444.       [Symbol(isCorked)]: false,
  445.       [Symbol(outHeadersKey)]: null
  446.     },
  447.     [Symbol(asyncId)]: 106926,
  448.     [Symbol(lastWriteQueueSize)]: 0,
  449.     [Symbol(timeout)]: Timeout {
  450.       _called: false,
  451.       _idleTimeout: 120000,
  452.       _idlePrev: [TimersList],
  453.       _idleNext: [Timeout],
  454.       _idleStart: 5824106,
  455.       _onTimeout: [Function: bound ],
  456.       _timerArgs: undefined,
  457.       _repeat: null,
  458.       _destroyed: false,
  459.       [Symbol(unrefed)]: true,
  460.       [Symbol(asyncId)]: 106999,
  461.       [Symbol(triggerId)]: 106928
  462.     },
  463.     [Symbol(kBytesRead)]: 0,
  464.     [Symbol(kBytesWritten)]: 0
  465.   },
  466.   httpVersionMajor: 1,
  467.   httpVersionMinor: 1,
  468.   httpVersion: '1.1',
  469.   complete: true,
  470.   headers: {
  471.     host: 'localhost:3000',
  472.     connection: 'keep-alive',
  473.     pragma: 'no-cache',
  474.     'cache-control': 'no-cache',
  475.     'upgrade-insecure-requests': '1',
  476.     'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X ' +
  477.       '10_14_5) AppleWebKit/537.36 (KHTML, like ' +
  478.       'Gecko) Chrome/75.0.3770.142 Safari/537.36',
  479.     accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  480.     referer: 'http://localhost:3000/checkout',
  481.     'accept-encoding': 'gzip, deflate, br',
  482.     'accept-language': 'en-US,en;q=0.9,ru;q=0.8'
  483.   },
  484.   rawHeaders: [
  485.     'Host',
  486.     'localhost:3000',
  487.     'Connection',
  488.     'keep-alive',
  489.     'Pragma',
  490.     'no-cache',
  491.     'Cache-Control',
  492.     'no-cache',
  493.     'Upgrade-Insecure-Requests',
  494.     '1',
  495.     'User-Agent',
  496.     'Mozilla/5.0 (Macintosh; Intel Mac OS X ' +
  497.       '10_14_5) AppleWebKit/537.36 (KHTML, like ' +
  498.       'Gecko) Chrome/75.0.3770.142 Safari/537.36',
  499.     'Accept',
  500.     'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  501.     'Referer',
  502.     'http://localhost:3000/checkout',
  503.     'Accept-Encoding',
  504.     'gzip, deflate, br',
  505.     'Accept-Language',
  506.     'en-US,en;q=0.9,ru;q=0.8'
  507.   ],
  508.   trailers: {},
  509.   rawTrailers: [],
  510.   aborted: false,
  511.   upgrade: false,
  512.   url: '/checkout',
  513.   method: 'GET',
  514.   statusCode: null,
  515.   statusMessage: null,
  516.   client: Socket {
  517.     connecting: false,
  518.     _hadError: false,
  519.     _handle: TCP {
  520.       reading: true,
  521.       onread: [Function: onStreamRead],
  522.       onconnection: null,
  523.       _consumed: true,
  524.       [Symbol(owner)]: [Circular]
  525.     },
  526.     _parent: null,
  527.     _host: null,
  528.     _readableState: ReadableState {
  529.       objectMode: false,
  530.       highWaterMark: 16384,
  531.       buffer: BufferList {
  532.         head: null,
  533.         tail: null,
  534.         length: 0
  535.       },
  536.       length: 0,
  537.       pipes: null,
  538.       pipesCount: 0,
  539.       flowing: true,
  540.       ended: false,
  541.       endEmitted: false,
  542.       reading: true,
  543.       sync: false,
  544.       needReadable: true,
  545.       emittedReadable: false,
  546.       readableListening: false,
  547.       resumeScheduled: false,
  548.       paused: false,
  549.       emitClose: false,
  550.       destroyed: false,
  551.       defaultEncoding: 'utf8',
  552.       awaitDrain: 0,
  553.       readingMore: false,
  554.       decoder: null,
  555.       encoding: null
  556.     },
  557.     readable: true,
  558.     domain: null,
  559.     _events: [Object: null prototype] {
  560.       end: [Array],
  561.       drain: [Array],
  562.       timeout: [Function: socketOnTimeout],
  563.       data: [Function: bound socketOnData],
  564.       error: [Function: socketOnError],
  565.       close: [Array],
  566.       resume: [Function: onSocketResume],
  567.       pause: [Function: onSocketPause]
  568.     },
  569.     _eventsCount: 8,
  570.     _maxListeners: undefined,
  571.     _writableState: WritableState {
  572.       objectMode: false,
  573.       highWaterMark: 16384,
  574.       finalCalled: false,
  575.       needDrain: false,
  576.       ending: false,
  577.       ended: false,
  578.       finished: false,
  579.       destroyed: false,
  580.       decodeStrings: false,
  581.       defaultEncoding: 'utf8',
  582.       length: 0,
  583.       writing: false,
  584.       corked: 0,
  585.       sync: false,
  586.       bufferProcessing: false,
  587.       onwrite: [Function: bound onwrite],
  588.       writecb: null,
  589.       writelen: 0,
  590.       bufferedRequest: null,
  591.       lastBufferedRequest: null,
  592.       pendingcb: 0,
  593.       prefinished: false,
  594.       errorEmitted: false,
  595.       emitClose: false,
  596.       bufferedRequestCount: 0,
  597.       corkedRequestsFree: [Object]
  598.     },
  599.     writable: true,
  600.     allowHalfOpen: true,
  601.     _sockname: null,
  602.     _pendingData: null,
  603.     _pendingEncoding: '',
  604.     server: Server {
  605.       domain: null,
  606.       _events: [Object],
  607.       _eventsCount: 4,
  608.       _maxListeners: undefined,
  609.       _connections: 3,
  610.       _handle: [TCP],
  611.       _usingWorkers: false,
  612.       _workers: [],
  613.       _unref: false,
  614.       allowHalfOpen: true,
  615.       pauseOnConnect: false,
  616.       httpAllowHalfOpen: false,
  617.       timeout: 120000,
  618.       keepAliveTimeout: 5000,
  619.       _pendingResponseData: 0,
  620.       maxHeadersCount: null,
  621.       headersTimeout: 40000,
  622.       _connectionKey: '4:127.0.0.1:3000',
  623.       destroy: [Function],
  624.       [Symbol(IncomingMessage)]: [Function],
  625.       [Symbol(ServerResponse)]: [Function],
  626.       [Symbol(asyncId)]: 28
  627.     },
  628.     _server: Server {
  629.       domain: null,
  630.       _events: [Object],
  631.       _eventsCount: 4,
  632.       _maxListeners: undefined,
  633.       _connections: 3,
  634.       _handle: [TCP],
  635.       _usingWorkers: false,
  636.       _workers: [],
  637.       _unref: false,
  638.       allowHalfOpen: true,
  639.       pauseOnConnect: false,
  640.       httpAllowHalfOpen: false,
  641.       timeout: 120000,
  642.       keepAliveTimeout: 5000,
  643.       _pendingResponseData: 0,
  644.       maxHeadersCount: null,
  645.       headersTimeout: 40000,
  646.       _connectionKey: '4:127.0.0.1:3000',
  647.       destroy: [Function],
  648.       [Symbol(IncomingMessage)]: [Function],
  649.       [Symbol(ServerResponse)]: [Function],
  650.       [Symbol(asyncId)]: 28
  651.     },
  652.     timeout: 120000,
  653.     parser: HTTPParser {
  654.       '0': [Function: parserOnHeaders],
  655.       '1': [Function: parserOnHeadersComplete],
  656.       '2': [Function: parserOnBody],
  657.       '3': [Function: parserOnMessageComplete],
  658.       '4': [Function: bound onParserExecute],
  659.       _headers: [],
  660.       _url: '',
  661.       socket: [Circular],
  662.       incoming: [Circular],
  663.       outgoing: null,
  664.       maxHeaderPairs: 2000,
  665.       _consumed: true,
  666.       onIncoming: [Function: bound parserOnIncoming],
  667.       parsingHeadersStart: 0,
  668.       [Symbol(isReused)]: true
  669.     },
  670.     on: [Function: socketOnWrap],
  671.     _paused: false,
  672.     _peername: {
  673.       address: '127.0.0.1',
  674.       family: 'IPv4',
  675.       port: 53543
  676.     },
  677.     _httpMessage: ServerResponse {
  678.       domain: null,
  679.       _events: [Object],
  680.       _eventsCount: 1,
  681.       _maxListeners: undefined,
  682.       output: [],
  683.       outputEncodings: [],
  684.       outputCallbacks: [],
  685.       outputSize: 0,
  686.       writable: true,
  687.       _last: false,
  688.       chunkedEncoding: false,
  689.       shouldKeepAlive: true,
  690.       useChunkedEncodingByDefault: true,
  691.       sendDate: true,
  692.       _removedConnection: false,
  693.       _removedContLen: false,
  694.       _removedTE: false,
  695.       _contentLength: null,
  696.       _hasBody: true,
  697.       _trailer: '',
  698.       finished: false,
  699.       _headerSent: false,
  700.       socket: [Circular],
  701.       connection: [Circular],
  702.       _header: null,
  703.       _onPendingData: [Function: bound updateOutgoingData],
  704.       _sent100: false,
  705.       _expect_continue: false,
  706.       locals: {},
  707.       statusCode: 200,
  708.       [Symbol(isCorked)]: false,
  709.       [Symbol(outHeadersKey)]: null
  710.     },
  711.     [Symbol(asyncId)]: 106926,
  712.     [Symbol(lastWriteQueueSize)]: 0,
  713.     [Symbol(timeout)]: Timeout {
  714.       _called: false,
  715.       _idleTimeout: 120000,
  716.       _idlePrev: [TimersList],
  717.       _idleNext: [Timeout],
  718.       _idleStart: 5824106,
  719.       _onTimeout: [Function: bound ],
  720.       _timerArgs: undefined,
  721.       _repeat: null,
  722.       _destroyed: false,
  723.       [Symbol(unrefed)]: true,
  724.       [Symbol(asyncId)]: 106999,
  725.       [Symbol(triggerId)]: 106928
  726.     },
  727.     [Symbol(kBytesRead)]: 0,
  728.     [Symbol(kBytesWritten)]: 0
  729.   },
  730.   _consuming: false,
  731.   _dumped: false,
  732.   originalUrl: '/checkout',
  733.   _parsedUrl: Url {
  734.     protocol: null,
  735.     slashes: null,
  736.     auth: null,
  737.     host: null,
  738.     port: null,
  739.     hostname: null,
  740.     hash: null,
  741.     search: null,
  742.     query: null,
  743.     pathname: '/checkout',
  744.     path: '/checkout',
  745.     href: '/checkout',
  746.     _raw: '/checkout'
  747.   },
  748.   _parsedOriginalUrl: Url {
  749.     protocol: null,
  750.     slashes: null,
  751.     auth: null,
  752.     host: null,
  753.     port: null,
  754.     hostname: null,
  755.     hash: null,
  756.     search: null,
  757.     query: null,
  758.     pathname: '/checkout',
  759.     path: '/checkout',
  760.     href: '/checkout',
  761.     _raw: '/checkout'
  762.   }
  763. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement