Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Server {
- domain:
- Domain {
- domain: null,
- _events: { error: [Function] },
- _eventsCount: 1,
- _maxListeners: undefined,
- members: [] },
- _events:
- { request: [Function],
- connection: [Function: connectionListener],
- clientError: [Function] },
- _eventsCount: 3,
- _maxListeners: undefined,
- _connections: 0,
- _handle:
- TCP {
- _externalStream: {},
- fd: 14,
- reading: false,
- owner: [Circular],
- onread: null,
- onconnection: [Function: onconnection],
- writeQueueSize: 0 },
- _usingSlaves: false,
- _slaves: [],
- _unref: false,
- allowHalfOpen: true,
- pauseOnConnect: false,
- httpAllowHalfOpen: false,
- timeout: 120000,
- _pendingResponseData: 0,
- _connectionKey: '6::::5000' }
- > IncomingMessage {
- _readableState:
- ReadableState {
- objectMode: false,
- highWaterMark: 16384,
- buffer: [],
- length: 0,
- pipes: null,
- pipesCount: 0,
- flowing: null,
- ended: false,
- endEmitted: false,
- reading: false,
- sync: true,
- needReadable: false,
- emittedReadable: false,
- readableListening: false,
- defaultEncoding: 'utf8',
- ranOut: false,
- awaitDrain: 0,
- readingMore: false,
- decoder: null,
- encoding: null },
- readable: true,
- domain: null,
- _events: {},
- _eventsCount: 0,
- _maxListeners: undefined,
- socket:
- Socket {
- _connecting: false,
- _hadError: false,
- _handle:
- TCP {
- _externalStream: {},
- fd: 15,
- reading: true,
- owner: [Circular],
- onread: [Function: onread],
- onconnection: null,
- writeQueueSize: 0 },
- _parent: null,
- _host: null,
- _readableState:
- ReadableState {
- objectMode: false,
- highWaterMark: 16384,
- buffer: [],
- length: 0,
- pipes: null,
- pipesCount: 0,
- flowing: true,
- ended: false,
- endEmitted: false,
- reading: true,
- sync: false,
- needReadable: true,
- emittedReadable: false,
- readableListening: false,
- defaultEncoding: 'utf8',
- ranOut: false,
- awaitDrain: 0,
- readingMore: false,
- decoder: null,
- encoding: null,
- resumeScheduled: false },
- readable: true,
- domain: null,
- _events:
- { end:
- [ { [Function: g] listener: [Function: onend] },
- [Function: socketOnEnd] ],
- finish: [Function: onSocketFinish],
- _socketEnd: [Function: onSocketEnd],
- drain: [ [Function: ondrain], [Function: socketOnDrain] ],
- timeout: [Function],
- error: [Function: socketOnError],
- close:
- [ [Function: serverSocketCloseListener],
- [Function: onServerResponseClose] ],
- data: [Function: socketOnData],
- resume: [Function: onSocketResume],
- pause: [Function: onSocketPause] },
- _eventsCount: 10,
- _maxListeners: undefined,
- _writableState:
- WritableState {
- objectMode: false,
- highWaterMark: 16384,
- needDrain: false,
- ending: false,
- ended: false,
- finished: false,
- decodeStrings: false,
- defaultEncoding: 'utf8',
- length: 0,
- writing: false,
- corked: 0,
- sync: true,
- bufferProcessing: false,
- onwrite: [Function],
- writecb: null,
- writelen: 0,
- bufferedRequest: null,
- lastBufferedRequest: null,
- pendingcb: 0,
- prefinished: false,
- errorEmitted: false },
- writable: true,
- allowHalfOpen: true,
- destroyed: false,
- bytesRead: 0,
- _bytesDispatched: 0,
- _sockname: null,
- _pendingData: null,
- _pendingEncoding: '',
- server:
- Server {
- domain:
- Domain {
- domain: null,
- _events: { error: [Function] },
- _eventsCount: 1,
- _maxListeners: undefined,
- members: [] },
- _events:
- { request: [Function],
- connection: [Function: connectionListener],
- clientError: [Function] },
- _eventsCount: 3,
- _maxListeners: undefined,
- _connections: 1,
- _handle:
- TCP {
- _externalStream: {},
- fd: 14,
- reading: false,
- owner: [Circular],
- onread: null,
- onconnection: [Function: onconnection],
- writeQueueSize: 0 },
- _usingSlaves: false,
- _slaves: [],
- _unref: false,
- allowHalfOpen: true,
- pauseOnConnect: false,
- httpAllowHalfOpen: false,
- timeout: 120000,
- _pendingResponseData: 0,
- _connectionKey: '6::::5000' },
- _idleTimeout: 120000,
- _idleNext: { _idleNext: [Circular], _idlePrev: [Circular] },
- _idlePrev: { _idleNext: [Circular], _idlePrev: [Circular] },
- _idleStart: 190199,
- parser:
- HTTPParser {
- '0': [Function: parserOnHeaders],
- '1': [Function: parserOnHeadersComplete],
- '2': [Function: parserOnBody],
- '3': [Function: parserOnMessageComplete],
- '4': [Function: onParserExecute],
- _headers: [],
- _url: '',
- _consumed: true,
- socket: [Circular],
- incoming: [Circular],
- maxHeaderPairs: 2000,
- onIncoming: [Function: parserOnIncoming] },
- on: [Function: socketOnWrap],
- _paused: false,
- read: [Function],
- _consuming: true,
- _httpMessage:
- ServerResponse {
- domain: null,
- _events: { finish: [Function: resOnFinish] },
- _eventsCount: 1,
- _maxListeners: undefined,
- output: [],
- outputEncodings: [],
- outputCallbacks: [],
- outputSize: 0,
- writable: true,
- _last: false,
- chunkedEncoding: false,
- shouldKeepAlive: true,
- useChunkedEncodingByDefault: true,
- sendDate: true,
- _removedHeader: {},
- _contentLength: null,
- _hasBody: true,
- _trailer: '',
- finished: false,
- _headerSent: false,
- socket: [Circular],
- connection: [Circular],
- _header: null,
- _headers: null,
- _headerNames: {},
- _onPendingData: [Function: updateOutgoingData] } },
- connection:
- Socket {
- _connecting: false,
- _hadError: false,
- _handle:
- TCP {
- _externalStream: {},
- fd: 15,
- reading: true,
- owner: [Circular],
- onread: [Function: onread],
- onconnection: null,
- writeQueueSize: 0 },
- _parent: null,
- _host: null,
- _readableState:
- ReadableState {
- objectMode: false,
- highWaterMark: 16384,
- buffer: [],
- length: 0,
- pipes: null,
- pipesCount: 0,
- flowing: true,
- ended: false,
- endEmitted: false,
- reading: true,
- sync: false,
- needReadable: true,
- emittedReadable: false,
- readableListening: false,
- defaultEncoding: 'utf8',
- ranOut: false,
- awaitDrain: 0,
- readingMore: false,
- decoder: null,
- encoding: null,
- resumeScheduled: false },
- readable: true,
- domain: null,
- _events:
- { end:
- [ { [Function: g] listener: [Function: onend] },
- [Function: socketOnEnd] ],
- finish: [Function: onSocketFinish],
- _socketEnd: [Function: onSocketEnd],
- drain: [ [Function: ondrain], [Function: socketOnDrain] ],
- timeout: [Function],
- error: [Function: socketOnError],
- close:
- [ [Function: serverSocketCloseListener],
- [Function: onServerResponseClose] ],
- data: [Function: socketOnData],
- resume: [Function: onSocketResume],
- pause: [Function: onSocketPause] },
- _eventsCount: 10,
- _maxListeners: undefined,
- _writableState:
- WritableState {
- objectMode: false,
- highWaterMark: 16384,
- needDrain: false,
- ending: false,
- ended: false,
- finished: false,
- decodeStrings: false,
- defaultEncoding: 'utf8',
- length: 0,
- writing: false,
- corked: 0,
- sync: true,
- bufferProcessing: false,
- onwrite: [Function],
- writecb: null,
- writelen: 0,
- bufferedRequest: null,
- lastBufferedRequest: null,
- pendingcb: 0,
- prefinished: false,
- errorEmitted: false },
- writable: true,
- allowHalfOpen: true,
- destroyed: false,
- bytesRead: 0,
- _bytesDispatched: 0,
- _sockname: null,
- _pendingData: null,
- _pendingEncoding: '',
- server:
- Server {
- domain:
- Domain {
- domain: null,
- _events: { error: [Function] },
- _eventsCount: 1,
- _maxListeners: undefined,
- members: [] },
- _events:
- { request: [Function],
- connection: [Function: connectionListener],
- clientError: [Function] },
- _eventsCount: 3,
- _maxListeners: undefined,
- _connections: 1,
- _handle:
- TCP {
- _externalStream: {},
- fd: 14,
- reading: false,
- owner: [Circular],
- onread: null,
- onconnection: [Function: onconnection],
- writeQueueSize: 0 },
- _usingSlaves: false,
- _slaves: [],
- _unref: false,
- allowHalfOpen: true,
- pauseOnConnect: false,
- httpAllowHalfOpen: false,
- timeout: 120000,
- _pendingResponseData: 0,
- _connectionKey: '6::::5000' },
- _idleTimeout: 120000,
- _idleNext: { _idleNext: [Circular], _idlePrev: [Circular] },
- _idlePrev: { _idleNext: [Circular], _idlePrev: [Circular] },
- _idleStart: 190199,
- parser:
- HTTPParser {
- '0': [Function: parserOnHeaders],
- '1': [Function: parserOnHeadersComplete],
- '2': [Function: parserOnBody],
- '3': [Function: parserOnMessageComplete],
- '4': [Function: onParserExecute],
- _headers: [],
- _url: '',
- _consumed: true,
- socket: [Circular],
- incoming: [Circular],
- maxHeaderPairs: 2000,
- onIncoming: [Function: parserOnIncoming] },
- on: [Function: socketOnWrap],
- _paused: false,
- read: [Function],
- _consuming: true,
- _httpMessage:
- ServerResponse {
- domain: null,
- _events: { finish: [Function: resOnFinish] },
- _eventsCount: 1,
- _maxListeners: undefined,
- output: [],
- outputEncodings: [],
- outputCallbacks: [],
- outputSize: 0,
- writable: true,
- _last: false,
- chunkedEncoding: false,
- shouldKeepAlive: true,
- useChunkedEncodingByDefault: true,
- sendDate: true,
- _removedHeader: {},
- _contentLength: null,
- _hasBody: true,
- _trailer: '',
- finished: false,
- _headerSent: false,
- socket: [Circular],
- connection: [Circular],
- _header: null,
- _headers: null,
- _headerNames: {},
- _onPendingData: [Function: updateOutgoingData] } },
- httpVersionMajor: 1,
- httpVersionMinor: 1,
- httpVersion: '1.1',
- complete: false,
- headers:
- { host: 'localhost:5000',
- connection: 'keep-alive',
- pragma: 'no-cache',
- 'cache-control': 'no-cache',
- 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',
- accept: '*/*',
- dnt: '1',
- 'accept-encoding': 'gzip, deflate, sdch',
- 'accept-language': 'en-US,en;q=0.8' },
- rawHeaders:
- [ 'Host',
- 'localhost:5000',
- 'Connection',
- 'keep-alive',
- 'Pragma',
- 'no-cache',
- 'Cache-Control',
- 'no-cache',
- 'User-Agent',
- 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',
- 'Accept',
- '*/*',
- 'DNT',
- '1',
- 'Accept-Encoding',
- 'gzip, deflate, sdch',
- 'Accept-Language',
- 'en-US,en;q=0.8' ],
- trailers: {},
- rawTrailers: [],
- upgrade: false,
- url: '/',
- method: 'GET',
- statusCode: null,
- statusMessage: null,
- client:
- Socket {
- _connecting: false,
- _hadError: false,
- _handle:
- TCP {
- _externalStream: {},
- fd: 15,
- reading: true,
- owner: [Circular],
- onread: [Function: onread],
- onconnection: null,
- writeQueueSize: 0 },
- _parent: null,
- _host: null,
- _readableState:
- ReadableState {
- objectMode: false,
- highWaterMark: 16384,
- buffer: [],
- length: 0,
- pipes: null,
- pipesCount: 0,
- flowing: true,
- ended: false,
- endEmitted: false,
- reading: true,
- sync: false,
- needReadable: true,
- emittedReadable: false,
- readableListening: false,
- defaultEncoding: 'utf8',
- ranOut: false,
- awaitDrain: 0,
- readingMore: false,
- decoder: null,
- encoding: null,
- resumeScheduled: false },
- readable: true,
- domain: null,
- _events:
- { end:
- [ { [Function: g] listener: [Function: onend] },
- [Function: socketOnEnd] ],
- finish: [Function: onSocketFinish],
- _socketEnd: [Function: onSocketEnd],
- drain: [ [Function: ondrain], [Function: socketOnDrain] ],
- timeout: [Function],
- error: [Function: socketOnError],
- close:
- [ [Function: serverSocketCloseListener],
- [Function: onServerResponseClose] ],
- data: [Function: socketOnData],
- resume: [Function: onSocketResume],
- pause: [Function: onSocketPause] },
- _eventsCount: 10,
- _maxListeners: undefined,
- _writableState:
- WritableState {
- objectMode: false,
- highWaterMark: 16384,
- needDrain: false,
- ending: false,
- ended: false,
- finished: false,
- decodeStrings: false,
- defaultEncoding: 'utf8',
- length: 0,
- writing: false,
- corked: 0,
- sync: true,
- bufferProcessing: false,
- onwrite: [Function],
- writecb: null,
- writelen: 0,
- bufferedRequest: null,
- lastBufferedRequest: null,
- pendingcb: 0,
- prefinished: false,
- errorEmitted: false },
- writable: true,
- allowHalfOpen: true,
- destroyed: false,
- bytesRead: 0,
- _bytesDispatched: 0,
- _sockname: null,
- _pendingData: null,
- _pendingEncoding: '',
- server:
- Server {
- domain:
- Domain {
- domain: null,
- _events: { error: [Function] },
- _eventsCount: 1,
- _maxListeners: undefined,
- members: [] },
- _events:
- { request: [Function],
- connection: [Function: connectionListener],
- clientError: [Function] },
- _eventsCount: 3,
- _maxListeners: undefined,
- _connections: 1,
- _handle:
- TCP {
- _externalStream: {},
- fd: 14,
- reading: false,
- owner: [Circular],
- onread: null,
- onconnection: [Function: onconnection],
- writeQueueSize: 0 },
- _usingSlaves: false,
- _slaves: [],
- _unref: false,
- allowHalfOpen: true,
- pauseOnConnect: false,
- httpAllowHalfOpen: false,
- timeout: 120000,
- _pendingResponseData: 0,
- _connectionKey: '6::::5000' },
- _idleTimeout: 120000,
- _idleNext: { _idleNext: [Circular], _idlePrev: [Circular] },
- _idlePrev: { _idleNext: [Circular], _idlePrev: [Circular] },
- _idleStart: 190199,
- parser:
- HTTPParser {
- '0': [Function: parserOnHeaders],
- '1': [Function: parserOnHeadersComplete],
- '2': [Function: parserOnBody],
- '3': [Function: parserOnMessageComplete],
- '4': [Function: onParserExecute],
- _headers: [],
- _url: '',
- _consumed: true,
- socket: [Circular],
- incoming: [Circular],
- maxHeaderPairs: 2000,
- onIncoming: [Function: parserOnIncoming] },
- on: [Function: socketOnWrap],
- _paused: false,
- read: [Function],
- _consuming: true,
- _httpMessage:
- ServerResponse {
- domain: null,
- _events: { finish: [Function: resOnFinish] },
- _eventsCount: 1,
- _maxListeners: undefined,
- output: [],
- outputEncodings: [],
- outputCallbacks: [],
- outputSize: 0,
- writable: true,
- _last: false,
- chunkedEncoding: false,
- shouldKeepAlive: true,
- useChunkedEncodingByDefault: true,
- sendDate: true,
- _removedHeader: {},
- _contentLength: null,
- _hasBody: true,
- _trailer: '',
- finished: false,
- _headerSent: false,
- socket: [Circular],
- connection: [Circular],
- _header: null,
- _headers: null,
- _headerNames: {},
- _onPendingData: [Function: updateOutgoingData] } },
- _consuming: false,
- _dumped: false }
Advertisement
Add Comment
Please, Sign In to add comment