Advertisement
Guest User

before

a guest
Jan 11th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 22.98 KB | None | 0 0
  1. IncomingMessage {
  2.  _readableState:
  3.   ReadableState {
  4.     objectMode: false,
  5.     highWaterMark: 16384,
  6.     buffer: [ <Buffer 2d 2d 32 38 63 35 66 63 30 66 2d 33 62 62 32 2d 34 37 37 36 2d 62 63 66 33 2d 64 35 39 39 32 37 31 30 64 62 30 37 0d 0a 63 6f 6e 74 65 6e 74 2d 64 69 ... > ],
  7.     length: 652,
  8.     pipes: null,
  9.     pipesCount: 0,
  10.     flowing: null,
  11.     ended: true,
  12.     endEmitted: false,
  13.     reading: false,
  14.     sync: false,
  15.     needReadable: false,
  16.     emittedReadable: true,
  17.     readableListening: false,
  18.     resumeScheduled: false,
  19.     defaultEncoding: 'utf8',
  20.     ranOut: false,
  21.     awaitDrain: 0,
  22.     readingMore: false,
  23.     decoder: null,
  24.     encoding: null },
  25.  readable: true,
  26.  domain: null,
  27.  _events: {},
  28.  _eventsCount: 0,
  29.  _maxListeners: undefined,
  30.  socket:
  31.   Socket {
  32.     connecting: false,
  33.     _hadError: false,
  34.     _handle:
  35.      TCP {
  36.        bytesRead: 2076,
  37.        _externalStream: {},
  38.        fd: 11,
  39.        reading: true,
  40.        owner: [Circular],
  41.        onread: [Function: onread],
  42.        onconnection: null,
  43.        writeQueueSize: 0 },
  44.     _parent: null,
  45.     _host: null,
  46.     _readableState:
  47.      ReadableState {
  48.        objectMode: false,
  49.        highWaterMark: 16384,
  50.        buffer: [],
  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.        defaultEncoding: 'utf8',
  64.        ranOut: false,
  65.        awaitDrain: 0,
  66.        readingMore: false,
  67.        decoder: null,
  68.        encoding: null },
  69.     readable: true,
  70.     domain: null,
  71.     _events:
  72.      { end: [Object],
  73.        finish: [Function: onSocketFinish],
  74.        _socketEnd: [Function: onSocketEnd],
  75.        drain: [Object],
  76.        timeout: [Function],
  77.        error: [Function: socketOnError],
  78.        close: [Object],
  79.        data: [Function: socketOnData],
  80.        resume: [Function: onSocketResume],
  81.        pause: [Function: onSocketPause] },
  82.     _eventsCount: 10,
  83.     _maxListeners: undefined,
  84.     _writableState:
  85.      WritableState {
  86.        objectMode: false,
  87.        highWaterMark: 16384,
  88.        needDrain: false,
  89.        ending: false,
  90.        ended: false,
  91.        finished: false,
  92.        decodeStrings: false,
  93.        defaultEncoding: 'utf8',
  94.        length: 0,
  95.        writing: false,
  96.        corked: 0,
  97.        sync: false,
  98.        bufferProcessing: false,
  99.        onwrite: [Function],
  100.        writecb: null,
  101.        writelen: 0,
  102.        bufferedRequest: null,
  103.        lastBufferedRequest: null,
  104.        pendingcb: 0,
  105.        prefinished: false,
  106.        errorEmitted: false,
  107.        bufferedRequestCount: 0,
  108.        corkedRequestsFree: [Object] },
  109.     writable: true,
  110.     allowHalfOpen: true,
  111.     destroyed: false,
  112.     _bytesDispatched: 276,
  113.     _sockname: null,
  114.     _pendingData: null,
  115.     _pendingEncoding: '',
  116.     server:
  117.      Server {
  118.        domain: null,
  119.        _events: [Object],
  120.        _eventsCount: 2,
  121.        _maxListeners: undefined,
  122.        _connections: 1,
  123.        _handle: [Object],
  124.        _usingSlaves: false,
  125.        _slaves: [],
  126.        _unref: false,
  127.        allowHalfOpen: true,
  128.        pauseOnConnect: false,
  129.        httpAllowHalfOpen: false,
  130.        timeout: 120000,
  131.        _pendingResponseData: 0,
  132.        _connectionKey: '6::::8080' },
  133.     _server:
  134.      Server {
  135.        domain: null,
  136.        _events: [Object],
  137.        _eventsCount: 2,
  138.        _maxListeners: undefined,
  139.        _connections: 1,
  140.        _handle: [Object],
  141.        _usingSlaves: false,
  142.        _slaves: [],
  143.        _unref: false,
  144.        allowHalfOpen: true,
  145.        pauseOnConnect: false,
  146.        httpAllowHalfOpen: false,
  147.        timeout: 120000,
  148.        _pendingResponseData: 0,
  149.        _connectionKey: '6::::8080' },
  150.     _idleTimeout: 120000,
  151.     _idleNext:
  152.      TimersList {
  153.        _idleNext: [Circular],
  154.        _idlePrev: [Circular],
  155.        _timer: [Object],
  156.        _unrefed: true,
  157.        msecs: 120000 },
  158.     _idlePrev:
  159.      TimersList {
  160.        _idleNext: [Circular],
  161.        _idlePrev: [Circular],
  162.        _timer: [Object],
  163.        _unrefed: true,
  164.        msecs: 120000 },
  165.     _idleStart: 3560424,
  166.     parser:
  167.      HTTPParser {
  168.        '0': [Function: parserOnHeaders],
  169.        '1': [Function: parserOnHeadersComplete],
  170.        '2': [Function: parserOnBody],
  171.        '3': [Function: parserOnMessageComplete],
  172.        '4': [Function: onParserExecute],
  173.        _headers: [],
  174.        _url: '',
  175.        _consumed: true,
  176.        socket: [Circular],
  177.        incoming: [Circular],
  178.        outgoing: null,
  179.        maxHeaderPairs: 2000,
  180.        onIncoming: [Function: parserOnIncoming] },
  181.     on: [Function: socketOnWrap],
  182.     _paused: false,
  183.     read: [Function],
  184.     _consuming: true,
  185.     _httpMessage:
  186.      ServerResponse {
  187.        domain: null,
  188.        _events: [Object],
  189.        _eventsCount: 1,
  190.        _maxListeners: undefined,
  191.        output: [],
  192.        outputEncodings: [],
  193.        outputCallbacks: [],
  194.        outputSize: 0,
  195.        writable: true,
  196.        _last: false,
  197.        chunkedEncoding: false,
  198.        shouldKeepAlive: true,
  199.        useChunkedEncodingByDefault: true,
  200.        sendDate: true,
  201.        _removedHeader: {},
  202.        _contentLength: null,
  203.        _hasBody: true,
  204.        _trailer: '',
  205.        finished: false,
  206.        _headerSent: false,
  207.        socket: [Circular],
  208.        connection: [Circular],
  209.        _header: null,
  210.        _headers: [Object],
  211.        _headerNames: [Object],
  212.        _onPendingData: [Function: updateOutgoingData],
  213.        req: [Circular],
  214.        locals: {},
  215.        writeHead: [Function: writeHead],
  216.        end: [Function: end] } },
  217.  connection:
  218.   Socket {
  219.     connecting: false,
  220.     _hadError: false,
  221.     _handle:
  222.      TCP {
  223.        bytesRead: 2076,
  224.        _externalStream: {},
  225.        fd: 11,
  226.        reading: true,
  227.        owner: [Circular],
  228.        onread: [Function: onread],
  229.        onconnection: null,
  230.        writeQueueSize: 0 },
  231.     _parent: null,
  232.     _host: null,
  233.     _readableState:
  234.      ReadableState {
  235.        objectMode: false,
  236.        highWaterMark: 16384,
  237.        buffer: [],
  238.        length: 0,
  239.        pipes: null,
  240.        pipesCount: 0,
  241.        flowing: true,
  242.        ended: false,
  243.        endEmitted: false,
  244.        reading: true,
  245.        sync: false,
  246.        needReadable: true,
  247.        emittedReadable: false,
  248.        readableListening: false,
  249.        resumeScheduled: false,
  250.        defaultEncoding: 'utf8',
  251.        ranOut: false,
  252.        awaitDrain: 0,
  253.        readingMore: false,
  254.        decoder: null,
  255.        encoding: null },
  256.     readable: true,
  257.     domain: null,
  258.     _events:
  259.      { end: [Object],
  260.        finish: [Function: onSocketFinish],
  261.        _socketEnd: [Function: onSocketEnd],
  262.        drain: [Object],
  263.        timeout: [Function],
  264.        error: [Function: socketOnError],
  265.        close: [Object],
  266.        data: [Function: socketOnData],
  267.        resume: [Function: onSocketResume],
  268.        pause: [Function: onSocketPause] },
  269.     _eventsCount: 10,
  270.     _maxListeners: undefined,
  271.     _writableState:
  272.      WritableState {
  273.        objectMode: false,
  274.        highWaterMark: 16384,
  275.        needDrain: false,
  276.        ending: false,
  277.        ended: false,
  278.        finished: false,
  279.        decodeStrings: false,
  280.        defaultEncoding: 'utf8',
  281.        length: 0,
  282.        writing: false,
  283.        corked: 0,
  284.        sync: false,
  285.        bufferProcessing: false,
  286.        onwrite: [Function],
  287.        writecb: null,
  288.        writelen: 0,
  289.        bufferedRequest: null,
  290.        lastBufferedRequest: null,
  291.        pendingcb: 0,
  292.        prefinished: false,
  293.        errorEmitted: false,
  294.        bufferedRequestCount: 0,
  295.        corkedRequestsFree: [Object] },
  296.     writable: true,
  297.     allowHalfOpen: true,
  298.     destroyed: false,
  299.     _bytesDispatched: 276,
  300.     _sockname: null,
  301.     _pendingData: null,
  302.     _pendingEncoding: '',
  303.     server:
  304.      Server {
  305.        domain: null,
  306.        _events: [Object],
  307.        _eventsCount: 2,
  308.        _maxListeners: undefined,
  309.        _connections: 1,
  310.        _handle: [Object],
  311.        _usingSlaves: false,
  312.        _slaves: [],
  313.        _unref: false,
  314.        allowHalfOpen: true,
  315.        pauseOnConnect: false,
  316.        httpAllowHalfOpen: false,
  317.        timeout: 120000,
  318.        _pendingResponseData: 0,
  319.        _connectionKey: '6::::8080' },
  320.     _server:
  321.      Server {
  322.        domain: null,
  323.        _events: [Object],
  324.        _eventsCount: 2,
  325.        _maxListeners: undefined,
  326.        _connections: 1,
  327.        _handle: [Object],
  328.        _usingSlaves: false,
  329.        _slaves: [],
  330.        _unref: false,
  331.        allowHalfOpen: true,
  332.        pauseOnConnect: false,
  333.        httpAllowHalfOpen: false,
  334.        timeout: 120000,
  335.        _pendingResponseData: 0,
  336.        _connectionKey: '6::::8080' },
  337.     _idleTimeout: 120000,
  338.     _idleNext:
  339.      TimersList {
  340.        _idleNext: [Circular],
  341.        _idlePrev: [Circular],
  342.        _timer: [Object],
  343.        _unrefed: true,
  344.        msecs: 120000 },
  345.     _idlePrev:
  346.      TimersList {
  347.        _idleNext: [Circular],
  348.        _idlePrev: [Circular],
  349.        _timer: [Object],
  350.        _unrefed: true,
  351.        msecs: 120000 },
  352.     _idleStart: 3560424,
  353.     parser:
  354.      HTTPParser {
  355.        '0': [Function: parserOnHeaders],
  356.        '1': [Function: parserOnHeadersComplete],
  357.        '2': [Function: parserOnBody],
  358.        '3': [Function: parserOnMessageComplete],
  359.        '4': [Function: onParserExecute],
  360.        _headers: [],
  361.        _url: '',
  362.        _consumed: true,
  363.        socket: [Circular],
  364.        incoming: [Circular],
  365.        outgoing: null,
  366.        maxHeaderPairs: 2000,
  367.        onIncoming: [Function: parserOnIncoming] },
  368.     on: [Function: socketOnWrap],
  369.     _paused: false,
  370.     read: [Function],
  371.     _consuming: true,
  372.     _httpMessage:
  373.      ServerResponse {
  374.        domain: null,
  375.        _events: [Object],
  376.        _eventsCount: 1,
  377.        _maxListeners: undefined,
  378.        output: [],
  379.        outputEncodings: [],
  380.        outputCallbacks: [],
  381.        outputSize: 0,
  382.        writable: true,
  383.        _last: false,
  384.        chunkedEncoding: false,
  385.        shouldKeepAlive: true,
  386.        useChunkedEncodingByDefault: true,
  387.        sendDate: true,
  388.        _removedHeader: {},
  389.        _contentLength: null,
  390.        _hasBody: true,
  391.        _trailer: '',
  392.        finished: false,
  393.        _headerSent: false,
  394.        socket: [Circular],
  395.        connection: [Circular],
  396.        _header: null,
  397.        _headers: [Object],
  398.        _headerNames: [Object],
  399.        _onPendingData: [Function: updateOutgoingData],
  400.        req: [Circular],
  401.        locals: {},
  402.        writeHead: [Function: writeHead],
  403.        end: [Function: end] } },
  404.  httpVersionMajor: 1,
  405.  httpVersionMinor: 1,
  406.  httpVersion: '1.1',
  407.  complete: true,
  408.  headers:
  409.   { accept: 'application/json',
  410.     'x-powered-by': 'Express',
  411.     'content-type': 'multipart/form-data; boundary=28c5fc0f-3bb2-4776-bcf3-d5992710db07',
  412.     'content-length': '652',
  413.     host: '192.168.43.203:8888',
  414.     connection: 'Keep-Alive',
  415.     'accept-encoding': 'gzip',
  416.     cookie: 'connect.sid=s%3ApeT7JXbETyfpfjkmROWdcxIgPmHuGNsj.OhZY6sk2tdsfZLN%2Fkazq%2FVxnExUYtwn2kmv1HkY6hhs',
  417.     'user-agent': 'okhttp/3.4.1' },
  418.  rawHeaders:
  419.   [ 'accept',
  420.     'application/json',
  421.     'x-powered-by',
  422.     'Express',
  423.     'Content-Type',
  424.     'multipart/form-data; boundary=28c5fc0f-3bb2-4776-bcf3-d5992710db07',
  425.     'Content-Length',
  426.     '652',
  427.     'Host',
  428.     '192.168.43.203:8888',
  429.     'Connection',
  430.     'Keep-Alive',
  431.     'Accept-Encoding',
  432.     'gzip',
  433.     'Cookie',
  434.     'connect.sid=s%3ApeT7JXbETyfpfjkmROWdcxIgPmHuGNsj.OhZY6sk2tdsfZLN%2Fkazq%2FVxnExUYtwn2kmv1HkY6hhs',
  435.     'User-Agent',
  436.     'okhttp/3.4.1' ],
  437.  trailers: {},
  438.  rawTrailers: [],
  439.  upgrade: false,
  440.  url: '/media/img/',
  441.  method: 'PUT',
  442.  statusCode: null,
  443.  statusMessage: null,
  444.  client:
  445.   Socket {
  446.     connecting: false,
  447.     _hadError: false,
  448.     _handle:
  449.      TCP {
  450.        bytesRead: 2076,
  451.        _externalStream: {},
  452.        fd: 11,
  453.        reading: true,
  454.        owner: [Circular],
  455.        onread: [Function: onread],
  456.        onconnection: null,
  457.        writeQueueSize: 0 },
  458.     _parent: null,
  459.     _host: null,
  460.     _readableState:
  461.      ReadableState {
  462.        objectMode: false,
  463.        highWaterMark: 16384,
  464.        buffer: [],
  465.        length: 0,
  466.        pipes: null,
  467.        pipesCount: 0,
  468.        flowing: true,
  469.        ended: false,
  470.        endEmitted: false,
  471.        reading: true,
  472.        sync: false,
  473.        needReadable: true,
  474.        emittedReadable: false,
  475.        readableListening: false,
  476.        resumeScheduled: false,
  477.        defaultEncoding: 'utf8',
  478.        ranOut: false,
  479.        awaitDrain: 0,
  480.        readingMore: false,
  481.        decoder: null,
  482.        encoding: null },
  483.     readable: true,
  484.     domain: null,
  485.     _events:
  486.      { end: [Object],
  487.        finish: [Function: onSocketFinish],
  488.        _socketEnd: [Function: onSocketEnd],
  489.        drain: [Object],
  490.        timeout: [Function],
  491.        error: [Function: socketOnError],
  492.        close: [Object],
  493.        data: [Function: socketOnData],
  494.        resume: [Function: onSocketResume],
  495.        pause: [Function: onSocketPause] },
  496.     _eventsCount: 10,
  497.     _maxListeners: undefined,
  498.     _writableState:
  499.      WritableState {
  500.        objectMode: false,
  501.        highWaterMark: 16384,
  502.        needDrain: false,
  503.        ending: false,
  504.        ended: false,
  505.        finished: false,
  506.        decodeStrings: false,
  507.        defaultEncoding: 'utf8',
  508.        length: 0,
  509.        writing: false,
  510.        corked: 0,
  511.        sync: false,
  512.        bufferProcessing: false,
  513.        onwrite: [Function],
  514.        writecb: null,
  515.        writelen: 0,
  516.        bufferedRequest: null,
  517.        lastBufferedRequest: null,
  518.        pendingcb: 0,
  519.        prefinished: false,
  520.        errorEmitted: false,
  521.        bufferedRequestCount: 0,
  522.        corkedRequestsFree: [Object] },
  523.     writable: true,
  524.     allowHalfOpen: true,
  525.     destroyed: false,
  526.     _bytesDispatched: 276,
  527.     _sockname: null,
  528.     _pendingData: null,
  529.     _pendingEncoding: '',
  530.     server:
  531.      Server {
  532.        domain: null,
  533.        _events: [Object],
  534.        _eventsCount: 2,
  535.        _maxListeners: undefined,
  536.        _connections: 1,
  537.        _handle: [Object],
  538.        _usingSlaves: false,
  539.        _slaves: [],
  540.        _unref: false,
  541.        allowHalfOpen: true,
  542.        pauseOnConnect: false,
  543.        httpAllowHalfOpen: false,
  544.        timeout: 120000,
  545.        _pendingResponseData: 0,
  546.        _connectionKey: '6::::8080' },
  547.     _server:
  548.      Server {
  549.        domain: null,
  550.        _events: [Object],
  551.        _eventsCount: 2,
  552.        _maxListeners: undefined,
  553.        _connections: 1,
  554.        _handle: [Object],
  555.        _usingSlaves: false,
  556.        _slaves: [],
  557.        _unref: false,
  558.        allowHalfOpen: true,
  559.        pauseOnConnect: false,
  560.        httpAllowHalfOpen: false,
  561.        timeout: 120000,
  562.        _pendingResponseData: 0,
  563.        _connectionKey: '6::::8080' },
  564.     _idleTimeout: 120000,
  565.     _idleNext:
  566.      TimersList {
  567.        _idleNext: [Circular],
  568.        _idlePrev: [Circular],
  569.        _timer: [Object],
  570.        _unrefed: true,
  571.        msecs: 120000 },
  572.     _idlePrev:
  573.      TimersList {
  574.        _idleNext: [Circular],
  575.        _idlePrev: [Circular],
  576.        _timer: [Object],
  577.        _unrefed: true,
  578.        msecs: 120000 },
  579.     _idleStart: 3560424,
  580.     parser:
  581.      HTTPParser {
  582.        '0': [Function: parserOnHeaders],
  583.        '1': [Function: parserOnHeadersComplete],
  584.        '2': [Function: parserOnBody],
  585.        '3': [Function: parserOnMessageComplete],
  586.        '4': [Function: onParserExecute],
  587.        _headers: [],
  588.        _url: '',
  589.        _consumed: true,
  590.        socket: [Circular],
  591.        incoming: [Circular],
  592.        outgoing: null,
  593.        maxHeaderPairs: 2000,
  594.        onIncoming: [Function: parserOnIncoming] },
  595.     on: [Function: socketOnWrap],
  596.     _paused: false,
  597.     read: [Function],
  598.     _consuming: true,
  599.     _httpMessage:
  600.      ServerResponse {
  601.        domain: null,
  602.        _events: [Object],
  603.        _eventsCount: 1,
  604.        _maxListeners: undefined,
  605.        output: [],
  606.        outputEncodings: [],
  607.        outputCallbacks: [],
  608.        outputSize: 0,
  609.        writable: true,
  610.        _last: false,
  611.        chunkedEncoding: false,
  612.        shouldKeepAlive: true,
  613.        useChunkedEncodingByDefault: true,
  614.        sendDate: true,
  615.        _removedHeader: {},
  616.        _contentLength: null,
  617.        _hasBody: true,
  618.        _trailer: '',
  619.        finished: false,
  620.        _headerSent: false,
  621.        socket: [Circular],
  622.        connection: [Circular],
  623.        _header: null,
  624.        _headers: [Object],
  625.        _headerNames: [Object],
  626.        _onPendingData: [Function: updateOutgoingData],
  627.        req: [Circular],
  628.        locals: {},
  629.        writeHead: [Function: writeHead],
  630.        end: [Function: end] } },
  631.  _consuming: true,
  632.  _dumped: false,
  633.  next: [Function: next],
  634.  baseUrl: '',
  635.  originalUrl: '/media/img/',
  636.  _parsedUrl:
  637.   Url {
  638.     protocol: null,
  639.     slashes: null,
  640.     auth: null,
  641.     host: null,
  642.     port: null,
  643.     hostname: null,
  644.     hash: null,
  645.     search: null,
  646.     query: null,
  647.     pathname: '/media/img/',
  648.     path: '/media/img/',
  649.     href: '/media/img/',
  650.     _raw: '/media/img/' },
  651.  params: {},
  652.  query: {},
  653.  res:
  654.   ServerResponse {
  655.     domain: null,
  656.     _events: { finish: [Function: resOnFinish] },
  657.     _eventsCount: 1,
  658.     _maxListeners: undefined,
  659.     output: [],
  660.     outputEncodings: [],
  661.     outputCallbacks: [],
  662.     outputSize: 0,
  663.     writable: true,
  664.     _last: false,
  665.     chunkedEncoding: false,
  666.     shouldKeepAlive: true,
  667.     useChunkedEncodingByDefault: true,
  668.     sendDate: true,
  669.     _removedHeader: {},
  670.     _contentLength: null,
  671.     _hasBody: true,
  672.     _trailer: '',
  673.     finished: false,
  674.     _headerSent: false,
  675.     socket:
  676.      Socket {
  677.        connecting: false,
  678.        _hadError: false,
  679.        _handle: [Object],
  680.        _parent: null,
  681.        _host: null,
  682.        _readableState: [Object],
  683.        readable: true,
  684.        domain: null,
  685.        _events: [Object],
  686.        _eventsCount: 10,
  687.        _maxListeners: undefined,
  688.        _writableState: [Object],
  689.        writable: true,
  690.        allowHalfOpen: true,
  691.        destroyed: false,
  692.        _bytesDispatched: 276,
  693.        _sockname: null,
  694.        _pendingData: null,
  695.        _pendingEncoding: '',
  696.        server: [Object],
  697.        _server: [Object],
  698.        _idleTimeout: 120000,
  699.        _idleNext: [Object],
  700.        _idlePrev: [Object],
  701.        _idleStart: 3560424,
  702.        parser: [Object],
  703.        on: [Function: socketOnWrap],
  704.        _paused: false,
  705.        read: [Function],
  706.        _consuming: true,
  707.        _httpMessage: [Circular] },
  708.     connection:
  709.      Socket {
  710.        connecting: false,
  711.        _hadError: false,
  712.        _handle: [Object],
  713.        _parent: null,
  714.        _host: null,
  715.        _readableState: [Object],
  716.        readable: true,
  717.        domain: null,
  718.        _events: [Object],
  719.        _eventsCount: 10,
  720.        _maxListeners: undefined,
  721.        _writableState: [Object],
  722.        writable: true,
  723.        allowHalfOpen: true,
  724.        destroyed: false,
  725.        _bytesDispatched: 276,
  726.        _sockname: null,
  727.        _pendingData: null,
  728.        _pendingEncoding: '',
  729.        server: [Object],
  730.        _server: [Object],
  731.        _idleTimeout: 120000,
  732.        _idleNext: [Object],
  733.        _idlePrev: [Object],
  734.        _idleStart: 3560424,
  735.        parser: [Object],
  736.        on: [Function: socketOnWrap],
  737.        _paused: false,
  738.        read: [Function],
  739.        _consuming: true,
  740.        _httpMessage: [Circular] },
  741.     _header: null,
  742.     _headers: { 'x-powered-by': 'Express' },
  743.     _headerNames: { 'x-powered-by': 'X-Powered-By' },
  744.     _onPendingData: [Function: updateOutgoingData],
  745.     req: [Circular],
  746.     locals: {},
  747.     writeHead: [Function: writeHead],
  748.     end: [Function: end] },
  749.  _parsedOriginalUrl:
  750.   Url {
  751.     protocol: null,
  752.     slashes: null,
  753.     auth: null,
  754.     host: null,
  755.     port: null,
  756.     hostname: null,
  757.     hash: null,
  758.     search: null,
  759.     query: null,
  760.     pathname: '/media/img/',
  761.     path: '/media/img/',
  762.     href: '/media/img/',
  763.     _raw: '/media/img/' },
  764.  sessionStore:
  765.   MemoryStore {
  766.     domain: null,
  767.     _events:
  768.      { disconnect: [Function: ondisconnect],
  769.        connect: [Function: onconnect] },
  770.     _eventsCount: 2,
  771.     _maxListeners: undefined,
  772.     sessions:
  773.      { qgzybTmvk88vDhK7moiRSqMDYf6h_uqj: '{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"user":1}',
  774.        peT7JXbETyfpfjkmROWdcxIgPmHuGNsj: '{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"user":1}' },
  775.     generate: [Function] },
  776.  sessionID: 'peT7JXbETyfpfjkmROWdcxIgPmHuGNsj',
  777.  read: [Function],
  778.  session:
  779.   Session {
  780.     cookie:
  781.      { path: '/',
  782.        _expires: null,
  783.        originalMaxAge: null,
  784.        httpOnly: true },
  785.     user: 1 },
  786.  body: {},
  787.  route:
  788.   Route {
  789.     path: '/media/img/',
  790.     stack: [ [Object], [Object], [Object], [Object] ],
  791.     methods: { put: true } },
  792.  user:
  793.   { dataValues:
  794.      { userID: 1,
  795.        firstName: 'TestFN1',
  796.        lastName: 'TestLN1',
  797.        phoneNumber: null,
  798.        email: 'media_abc@def.com',
  799.        password: '7eb7fb25ee7c9a6af4e7a4ffc0e611760f503c463a8ab21b5cd6d63fa6dc7ed3',
  800.        facebookID: null,
  801.        googleID: null,
  802.        salt: '8257a55af4e8ac3e8fc797bb3c5e047000cb157f60a2f2cbb5f4bf38b8fc7749',
  803.        phoneVerified: false,
  804.        phoneCode: null,
  805.        phoneCodeValidUntil: null,
  806.        lastLogin: 2017-01-12T03:01:45.000Z,
  807.        gender: 'male',
  808.        firstSetup: true,
  809.        admin: false,
  810.        createdAt: 2017-01-12T00:22:26.000Z,
  811.        updatedAt: 2017-01-12T03:01:45.000Z },
  812.     _previousDataValues:
  813.      { userID: 1,
  814.        firstName: 'TestFN1',
  815.        lastName: 'TestLN1',
  816.        phoneNumber: null,
  817.        email: 'media_abc@def.com',
  818.        password: '7eb7fb25ee7c9a6af4e7a4ffc0e611760f503c463a8ab21b5cd6d63fa6dc7ed3',
  819.        facebookID: null,
  820.        googleID: null,
  821.        salt: '8257a55af4e8ac3e8fc797bb3c5e047000cb157f60a2f2cbb5f4bf38b8fc7749',
  822.        phoneVerified: false,
  823.        phoneCode: null,
  824.        phoneCodeValidUntil: null,
  825.        lastLogin: 2017-01-12T03:01:45.000Z,
  826.        gender: 'male',
  827.        firstSetup: true,
  828.        admin: false,
  829.        createdAt: 2017-01-12T00:22:26.000Z,
  830.        updatedAt: 2017-01-12T03:01:45.000Z },
  831.     _changed: {},
  832.     '$modelOptions':
  833.      { timestamps: true,
  834.        instanceMethods: {},
  835.        classMethods: [Object],
  836.        validate: {},
  837.        freezeTableName: false,
  838.        underscored: false,
  839.        underscoredAll: false,
  840.        paranoid: false,
  841.        rejectOnEmpty: false,
  842.        whereCollection: [Object],
  843.        schema: null,
  844.        schemaDelimiter: '',
  845.        defaultScope: {},
  846.        scopes: [],
  847.        hooks: {},
  848.        indexes: [],
  849.        name: [Object],
  850.        omitNul: false,
  851.        sequelize: [Object],
  852.        uniqueKeys: {},
  853.        hasPrimaryKeys: true },
  854.     '$options':
  855.      { isNewRecord: false,
  856.        '$schema': null,
  857.        '$schemaDelimiter': '',
  858.        raw: true,
  859.        attributes: [Object] },
  860.     hasPrimaryKeys: true,
  861.     __eagerlyLoadedAssociations: [],
  862.     isNewRecord: false } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement