Created
June 1, 2017 23:30
-
-
Save Maciek416/d0aac3965840677e0c475872d58adc4e to your computer and use it in GitHub Desktop.
response.request object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Request { | |
| domain: null, | |
| _events: | |
| { error: [Function: bound ], | |
| complete: [Function: bound ], | |
| pipe: [Function], | |
| data: [Function], | |
| end: [Function] }, | |
| _eventsCount: 5, | |
| _maxListeners: undefined, | |
| uri: | |
| Url { | |
| protocol: 'https:', | |
| slashes: true, | |
| auth: null, | |
| host: 'saucelabs.com', | |
| port: 443, | |
| hostname: 'saucelabs.com', | |
| hash: null, | |
| search: '?resolutions=true', | |
| query: 'resolutions=true', | |
| pathname: '/rest/v1/info/platforms/all', | |
| path: '/rest/v1/info/platforms/all?resolutions=true', | |
| href: 'https://saucelabs.com/rest/v1/info/platforms/all?resolutions=true' }, | |
| callback: [Function], | |
| readable: true, | |
| writable: true, | |
| _qs: | |
| Querystring { | |
| request: [Circular], | |
| lib: { formats: [Object], parse: [Function], stringify: [Function] }, | |
| useQuerystring: undefined, | |
| parseOptions: {}, | |
| stringifyOptions: {} }, | |
| _auth: | |
| Auth { | |
| request: [Circular], | |
| hasAuth: false, | |
| sentAuth: false, | |
| bearerToken: null, | |
| user: null, | |
| pass: null }, | |
| _oauth: OAuth { request: [Circular], params: null }, | |
| _multipart: | |
| Multipart { | |
| request: [Circular], | |
| boundary: '8491ff5a-f009-4420-9199-85cdcbe36ea7', | |
| chunked: false, | |
| body: null }, | |
| _redirect: | |
| Redirect { | |
| request: [Circular], | |
| followRedirect: true, | |
| followRedirects: true, | |
| followAllRedirects: false, | |
| followOriginalHttpMethod: false, | |
| allowRedirect: [Function], | |
| maxRedirects: 10, | |
| redirects: [], | |
| redirectsFollowed: 0, | |
| removeRefererHeader: false }, | |
| _tunnel: | |
| Tunnel { | |
| request: [Circular], | |
| proxyHeaderWhiteList: | |
| [ 'accept', | |
| 'accept-charset', | |
| 'accept-encoding', | |
| 'accept-language', | |
| 'accept-ranges', | |
| 'cache-control', | |
| 'content-encoding', | |
| 'content-language', | |
| 'content-location', | |
| 'content-md5', | |
| 'content-range', | |
| 'content-type', | |
| 'connection', | |
| 'date', | |
| 'expect', | |
| 'max-forwards', | |
| 'pragma', | |
| 'referer', | |
| 'te', | |
| 'user-agent', | |
| 'via' ], | |
| proxyHeaderExclusiveList: [] }, | |
| headers: {}, | |
| setHeader: [Function], | |
| hasHeader: [Function], | |
| getHeader: [Function], | |
| removeHeader: [Function], | |
| method: 'GET', | |
| localAddress: undefined, | |
| pool: {}, | |
| dests: [], | |
| __isRequestRequest: true, | |
| _callback: [Function], | |
| proxy: null, | |
| tunnel: true, | |
| setHost: true, | |
| originalCookieHeader: undefined, | |
| _disableCookies: true, | |
| _jar: undefined, | |
| port: 443, | |
| host: 'saucelabs.com', | |
| path: '/rest/v1/info/platforms/all?resolutions=true', | |
| httpModule: | |
| { Server: { [Function: Server] super_: [Object] }, | |
| createServer: [Function], | |
| globalAgent: | |
| Agent { | |
| domain: null, | |
| _events: [Object], | |
| _eventsCount: 1, | |
| _maxListeners: undefined, | |
| defaultPort: 443, | |
| protocol: 'https:', | |
| options: [Object], | |
| requests: {}, | |
| sockets: [Object], | |
| freeSockets: {}, | |
| keepAliveMsecs: 1000, | |
| keepAlive: false, | |
| maxSockets: Infinity, | |
| maxFreeSockets: 256, | |
| maxCachedSessions: 100, | |
| _sessionCache: [Object] }, | |
| Agent: { [Function: Agent] super_: [Object] }, | |
| request: [Function], | |
| get: [Function] }, | |
| agentClass: | |
| { [Function: Agent] | |
| super_: { [Function: Agent] super_: [Object], defaultMaxSockets: Infinity } }, | |
| agent: | |
| Agent { | |
| domain: null, | |
| _events: { free: [Function] }, | |
| _eventsCount: 1, | |
| _maxListeners: undefined, | |
| defaultPort: 443, | |
| protocol: 'https:', | |
| options: { path: null }, | |
| requests: {}, | |
| sockets: { 'saucelabs.com:443::::::::': [Object] }, | |
| freeSockets: {}, | |
| keepAliveMsecs: 1000, | |
| keepAlive: false, | |
| maxSockets: Infinity, | |
| maxFreeSockets: 256, | |
| maxCachedSessions: 100, | |
| _sessionCache: { map: [Object], list: [Object] } }, | |
| _started: true, | |
| href: 'https://saucelabs.com/rest/v1/info/platforms/all?resolutions=true', | |
| req: | |
| ClientRequest { | |
| domain: null, | |
| _events: | |
| { socket: [Object], | |
| response: [Function: bound ], | |
| error: [Function: bound ], | |
| drain: [Function], | |
| prefinish: [Function: requestOnPrefinish] }, | |
| _eventsCount: 5, | |
| _maxListeners: undefined, | |
| output: [], | |
| outputEncodings: [], | |
| outputCallbacks: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| upgrading: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: false, | |
| sendDate: false, | |
| _removedHeader: {}, | |
| _contentLength: 0, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: | |
| TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'saucelabs.com', | |
| _readableState: [Object], | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: [Object], | |
| writable: false, | |
| allowHalfOpen: false, | |
| destroyed: true, | |
| _bytesDispatched: 101, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Circular], | |
| read: [Function], | |
| _consuming: true, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleTimeout: -1 }, | |
| connection: | |
| TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'saucelabs.com', | |
| _readableState: [Object], | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: [Object], | |
| writable: false, | |
| allowHalfOpen: false, | |
| destroyed: true, | |
| _bytesDispatched: 101, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Circular], | |
| read: [Function], | |
| _consuming: true, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleTimeout: -1 }, | |
| _header: 'GET /rest/v1/info/platforms/all?resolutions=true HTTP/1.1\r\nhost: saucelabs.com\r\nConnection: close\r\n\r\n', | |
| _headers: { host: 'saucelabs.com' }, | |
| _headerNames: { host: 'host' }, | |
| _onPendingData: null, | |
| agent: | |
| Agent { | |
| domain: null, | |
| _events: [Object], | |
| _eventsCount: 1, | |
| _maxListeners: undefined, | |
| defaultPort: 443, | |
| protocol: 'https:', | |
| options: [Object], | |
| requests: {}, | |
| sockets: [Object], | |
| freeSockets: {}, | |
| keepAliveMsecs: 1000, | |
| keepAlive: false, | |
| maxSockets: Infinity, | |
| maxFreeSockets: 256, | |
| maxCachedSessions: 100, | |
| _sessionCache: [Object] }, | |
| socketPath: undefined, | |
| timeout: undefined, | |
| method: 'GET', | |
| path: '/rest/v1/info/platforms/all?resolutions=true', | |
| _ended: true, | |
| parser: null, | |
| res: | |
| IncomingMessage { | |
| _readableState: [Object], | |
| readable: false, | |
| domain: null, | |
| _events: [Object], | |
| _eventsCount: 4, | |
| _maxListeners: undefined, | |
| socket: [Object], | |
| connection: [Object], | |
| httpVersionMajor: 1, | |
| httpVersionMinor: 1, | |
| httpVersion: '1.1', | |
| complete: true, | |
| headers: [Object], | |
| rawHeaders: [Object], | |
| trailers: {}, | |
| rawTrailers: [], | |
| upgrade: false, | |
| url: '', | |
| method: null, | |
| statusCode: 200, | |
| statusMessage: 'OK', | |
| client: [Object], | |
| _consuming: true, | |
| _dumped: false, | |
| req: [Circular], | |
| request: [Circular], | |
| toJSON: [Function: responseToJSON], | |
| caseless: [Object], | |
| read: [Function], | |
| body: '< Very long JSON body here, cut for brevity >' } }, | |
| ntick: true, | |
| response: | |
| IncomingMessage { | |
| _readableState: | |
| ReadableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| buffer: [Object], | |
| length: 0, | |
| pipes: null, | |
| pipesCount: 0, | |
| flowing: true, | |
| ended: true, | |
| endEmitted: true, | |
| reading: false, | |
| sync: false, | |
| needReadable: false, | |
| emittedReadable: false, | |
| readableListening: false, | |
| resumeScheduled: false, | |
| defaultEncoding: 'utf8', | |
| ranOut: false, | |
| awaitDrain: 0, | |
| readingMore: false, | |
| decoder: null, | |
| encoding: null }, | |
| readable: false, | |
| domain: null, | |
| _events: | |
| { end: [Object], | |
| close: [Object], | |
| data: [Function], | |
| error: [Function] }, | |
| _eventsCount: 4, | |
| _maxListeners: undefined, | |
| socket: | |
| TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'saucelabs.com', | |
| _readableState: [Object], | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: [Object], | |
| writable: false, | |
| allowHalfOpen: false, | |
| destroyed: true, | |
| _bytesDispatched: 101, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Object], | |
| read: [Function], | |
| _consuming: true, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleTimeout: -1 }, | |
| connection: | |
| TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'saucelabs.com', | |
| _readableState: [Object], | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: [Object], | |
| writable: false, | |
| allowHalfOpen: false, | |
| destroyed: true, | |
| _bytesDispatched: 101, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Object], | |
| read: [Function], | |
| _consuming: true, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleTimeout: -1 }, | |
| httpVersionMajor: 1, | |
| httpVersionMinor: 1, | |
| httpVersion: '1.1', | |
| complete: true, | |
| headers: | |
| { server: 'nginx', | |
| date: 'Thu, 01 Jun 2017 23:28:08 GMT', | |
| 'content-type': 'application/json', | |
| 'transfer-encoding': 'chunked', | |
| connection: 'close', | |
| 'x-sl-request-id': '4dd6609e1e9e4ed8892f627c83e0d693', | |
| 'x-ratelimit-remaining': '1', | |
| vary: 'Authorization', | |
| 'x-ratelimit-limit': '2', | |
| 'cache-control': 'max-age=300,public', | |
| 'access-control-allow-origin': '*', | |
| 'x-ratelimit-reset': '60', | |
| 'x-proxy-cache': 'HIT', | |
| 'x-backend': 'resto' }, | |
| rawHeaders: | |
| [ 'Server', | |
| 'nginx', | |
| 'Date', | |
| 'Thu, 01 Jun 2017 23:28:08 GMT', | |
| 'Content-Type', | |
| 'application/json', | |
| 'Transfer-Encoding', | |
| 'chunked', | |
| 'Connection', | |
| 'close', | |
| 'X-Sl-Request-Id', | |
| '4dd6609e1e9e4ed8892f627c83e0d693', | |
| 'X-Ratelimit-Remaining', | |
| '1', | |
| 'Vary', | |
| 'Authorization', | |
| 'X-Ratelimit-Limit', | |
| '2', | |
| 'Cache-Control', | |
| 'max-age=300,public', | |
| 'Access-Control-Allow-Origin', | |
| '*', | |
| 'X-Ratelimit-Reset', | |
| '60', | |
| 'X-Proxy-Cache', | |
| 'HIT', | |
| 'X-Backend', | |
| 'resto' ], | |
| trailers: {}, | |
| rawTrailers: [], | |
| upgrade: false, | |
| url: '', | |
| method: null, | |
| statusCode: 200, | |
| statusMessage: 'OK', | |
| client: | |
| TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'saucelabs.com', | |
| _readableState: [Object], | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: [Object], | |
| writable: false, | |
| allowHalfOpen: false, | |
| destroyed: true, | |
| _bytesDispatched: 101, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Object], | |
| read: [Function], | |
| _consuming: true, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleTimeout: -1 }, | |
| _consuming: true, | |
| _dumped: false, | |
| req: | |
| ClientRequest { | |
| domain: null, | |
| _events: [Object], | |
| _eventsCount: 5, | |
| _maxListeners: undefined, | |
| output: [], | |
| outputEncodings: [], | |
| outputCallbacks: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| upgrading: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: false, | |
| sendDate: false, | |
| _removedHeader: {}, | |
| _contentLength: 0, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: [Object], | |
| connection: [Object], | |
| _header: 'GET /rest/v1/info/platforms/all?resolutions=true HTTP/1.1\r\nhost: saucelabs.com\r\nConnection: close\r\n\r\n', | |
| _headers: [Object], | |
| _headerNames: [Object], | |
| _onPendingData: null, | |
| agent: [Object], | |
| socketPath: undefined, | |
| timeout: undefined, | |
| method: 'GET', | |
| path: '/rest/v1/info/platforms/all?resolutions=true', | |
| _ended: true, | |
| parser: null, | |
| res: [Circular] }, | |
| request: [Circular], | |
| toJSON: [Function: responseToJSON], | |
| caseless: Caseless { dict: [Object] }, | |
| read: [Function], | |
| body: '< Very long JSON body here, cut for brevity >' }, | |
| originalHost: 'saucelabs.com', | |
| originalHostHeaderName: 'host', | |
| responseContent: | |
| IncomingMessage { | |
| _readableState: | |
| ReadableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| buffer: [Object], | |
| length: 0, | |
| pipes: null, | |
| pipesCount: 0, | |
| flowing: true, | |
| ended: true, | |
| endEmitted: true, | |
| reading: false, | |
| sync: false, | |
| needReadable: false, | |
| emittedReadable: false, | |
| readableListening: false, | |
| resumeScheduled: false, | |
| defaultEncoding: 'utf8', | |
| ranOut: false, | |
| awaitDrain: 0, | |
| readingMore: false, | |
| decoder: null, | |
| encoding: null }, | |
| readable: false, | |
| domain: null, | |
| _events: | |
| { end: [Object], | |
| close: [Object], | |
| data: [Function], | |
| error: [Function] }, | |
| _eventsCount: 4, | |
| _maxListeners: undefined, | |
| socket: | |
| TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'saucelabs.com', | |
| _readableState: [Object], | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: [Object], | |
| writable: false, | |
| allowHalfOpen: false, | |
| destroyed: true, | |
| _bytesDispatched: 101, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Object], | |
| read: [Function], | |
| _consuming: true, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleTimeout: -1 }, | |
| connection: | |
| TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'saucelabs.com', | |
| _readableState: [Object], | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: [Object], | |
| writable: false, | |
| allowHalfOpen: false, | |
| destroyed: true, | |
| _bytesDispatched: 101, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Object], | |
| read: [Function], | |
| _consuming: true, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleTimeout: -1 }, | |
| httpVersionMajor: 1, | |
| httpVersionMinor: 1, | |
| httpVersion: '1.1', | |
| complete: true, | |
| headers: | |
| { server: 'nginx', | |
| date: 'Thu, 01 Jun 2017 23:28:08 GMT', | |
| 'content-type': 'application/json', | |
| 'transfer-encoding': 'chunked', | |
| connection: 'close', | |
| 'x-sl-request-id': '4dd6609e1e9e4ed8892f627c83e0d693', | |
| 'x-ratelimit-remaining': '1', | |
| vary: 'Authorization', | |
| 'x-ratelimit-limit': '2', | |
| 'cache-control': 'max-age=300,public', | |
| 'access-control-allow-origin': '*', | |
| 'x-ratelimit-reset': '60', | |
| 'x-proxy-cache': 'HIT', | |
| 'x-backend': 'resto' }, | |
| rawHeaders: | |
| [ 'Server', | |
| 'nginx', | |
| 'Date', | |
| 'Thu, 01 Jun 2017 23:28:08 GMT', | |
| 'Content-Type', | |
| 'application/json', | |
| 'Transfer-Encoding', | |
| 'chunked', | |
| 'Connection', | |
| 'close', | |
| 'X-Sl-Request-Id', | |
| '4dd6609e1e9e4ed8892f627c83e0d693', | |
| 'X-Ratelimit-Remaining', | |
| '1', | |
| 'Vary', | |
| 'Authorization', | |
| 'X-Ratelimit-Limit', | |
| '2', | |
| 'Cache-Control', | |
| 'max-age=300,public', | |
| 'Access-Control-Allow-Origin', | |
| '*', | |
| 'X-Ratelimit-Reset', | |
| '60', | |
| 'X-Proxy-Cache', | |
| 'HIT', | |
| 'X-Backend', | |
| 'resto' ], | |
| trailers: {}, | |
| rawTrailers: [], | |
| upgrade: false, | |
| url: '', | |
| method: null, | |
| statusCode: 200, | |
| statusMessage: 'OK', | |
| client: | |
| TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: null, | |
| npnProtocol: false, | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _handle: null, | |
| _parent: null, | |
| _host: 'saucelabs.com', | |
| _readableState: [Object], | |
| readable: false, | |
| domain: null, | |
| _maxListeners: undefined, | |
| _writableState: [Object], | |
| writable: false, | |
| allowHalfOpen: false, | |
| destroyed: true, | |
| _bytesDispatched: 101, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: null, | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Object], | |
| read: [Function], | |
| _consuming: true, | |
| _idleNext: null, | |
| _idlePrev: null, | |
| _idleTimeout: -1 }, | |
| _consuming: true, | |
| _dumped: false, | |
| req: | |
| ClientRequest { | |
| domain: null, | |
| _events: [Object], | |
| _eventsCount: 5, | |
| _maxListeners: undefined, | |
| output: [], | |
| outputEncodings: [], | |
| outputCallbacks: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| upgrading: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: false, | |
| sendDate: false, | |
| _removedHeader: {}, | |
| _contentLength: 0, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: [Object], | |
| connection: [Object], | |
| _header: 'GET /rest/v1/info/platforms/all?resolutions=true HTTP/1.1\r\nhost: saucelabs.com\r\nConnection: close\r\n\r\n', | |
| _headers: [Object], | |
| _headerNames: [Object], | |
| _onPendingData: null, | |
| agent: [Object], | |
| socketPath: undefined, | |
| timeout: undefined, | |
| method: 'GET', | |
| path: '/rest/v1/info/platforms/all?resolutions=true', | |
| _ended: true, | |
| parser: null, | |
| res: [Circular] }, | |
| request: [Circular], | |
| toJSON: [Function: responseToJSON], | |
| caseless: Caseless { dict: [Object] }, | |
| read: [Function], | |
| body: '< Very long JSON body here, cut for brevity >' }, | |
| _destdata: true, | |
| _ended: true, | |
| _callbackCalled: true } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment