Advertisement
Guest User

Untitled

a guest
Aug 31st, 2018
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.54 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: true,
  11. ended: true,
  12. endEmitted: true,
  13. reading: false,
  14. sync: true,
  15. needReadable: false,
  16. emittedReadable: false,
  17. readableListening: false,
  18. resumeScheduled: false,
  19. destroyed: false,
  20. defaultEncoding: 'utf8',
  21. awaitDrain: 0,
  22. readingMore: false,
  23. decoder: null,
  24. encoding: null },
  25. readable: false,
  26. domain: null,
  27. _events:
  28. { end: [ [Function: responseOnEnd], [Function] ],
  29. close: [ [Function], [Function] ],
  30. data: [Function],
  31. error: [Function] },
  32. _eventsCount: 4,
  33. _maxListeners: undefined,
  34. socket:
  35. TLSSocket {
  36. _tlsOptions:
  37. { pipe: false,
  38. secureContext: [Object],
  39. isServer: false,
  40. requestCert: true,
  41. rejectUnauthorized: false,
  42. session: undefined,
  43. NPNProtocols: undefined,
  44. ALPNProtocols: undefined,
  45. requestOCSP: undefined },
  46. _secureEstablished: true,
  47. _securePending: false,
  48. _newSessionPending: false,
  49. _controlReleased: true,
  50. _SNICallback: null,
  51. servername: null,
  52. npnProtocol: false,
  53. alpnProtocol: false,
  54. authorized: true,
  55. authorizationError: null,
  56. encrypted: true,
  57. _events:
  58. { close: [Array],
  59. end: [Object],
  60. finish: [Function: onSocketFinish],
  61. _socketEnd: [Function: onSocketEnd],
  62. secure: [Function],
  63. free: [Function: onFree],
  64. agentRemove: [Function: onRemove],
  65. drain: [Function: ondrain],
  66. error: [Function: socketErrorListener] },
  67. _eventsCount: 9,
  68. connecting: false,
  69. _hadError: false,
  70. _handle: null,
  71. _parent: null,
  72. _host: 'api.miclimo.com',
  73. _readableState:
  74. ReadableState {
  75. objectMode: false,
  76. highWaterMark: 16384,
  77. buffer: [Object],
  78. length: 0,
  79. pipes: null,
  80. pipesCount: 0,
  81. flowing: true,
  82. ended: false,
  83. endEmitted: false,
  84. reading: true,
  85. sync: false,
  86. needReadable: true,
  87. emittedReadable: false,
  88. readableListening: false,
  89. resumeScheduled: false,
  90. destroyed: true,
  91. defaultEncoding: 'utf8',
  92. awaitDrain: 0,
  93. readingMore: false,
  94. decoder: null,
  95. encoding: null },
  96. readable: false,
  97. domain: null,
  98. _maxListeners: undefined,
  99. _writableState:
  100. WritableState {
  101. objectMode: false,
  102. highWaterMark: 16384,
  103. finalCalled: false,
  104. needDrain: false,
  105. ending: true,
  106. ended: true,
  107. finished: true,
  108. destroyed: true,
  109. decodeStrings: false,
  110. defaultEncoding: 'utf8',
  111. length: 0,
  112. writing: false,
  113. corked: 0,
  114. sync: false,
  115. bufferProcessing: false,
  116. onwrite: [Function: bound onwrite],
  117. writecb: null,
  118. writelen: 0,
  119. bufferedRequest: null,
  120. lastBufferedRequest: null,
  121. pendingcb: 0,
  122. prefinished: true,
  123. errorEmitted: false,
  124. bufferedRequestCount: 0,
  125. corkedRequestsFree: [Object] },
  126. writable: false,
  127. allowHalfOpen: false,
  128. _bytesDispatched: 219,
  129. _sockname: null,
  130. _pendingData: null,
  131. _pendingEncoding: '',
  132. server: undefined,
  133. _server: null,
  134. ssl: null,
  135. _requestCert: true,
  136. _rejectUnauthorized: false,
  137. parser: null,
  138. _httpMessage:
  139. ClientRequest {
  140. domain: null,
  141. _events: [Object],
  142. _eventsCount: 5,
  143. _maxListeners: undefined,
  144. output: [],
  145. outputEncodings: [],
  146. outputCallbacks: [],
  147. outputSize: 0,
  148. writable: true,
  149. _last: true,
  150. upgrading: false,
  151. chunkedEncoding: false,
  152. shouldKeepAlive: false,
  153. useChunkedEncodingByDefault: false,
  154. sendDate: false,
  155. _removedConnection: false,
  156. _removedContLen: false,
  157. _removedTE: false,
  158. _contentLength: 0,
  159. _hasBody: true,
  160. _trailer: '',
  161. finished: true,
  162. _headerSent: true,
  163. socket: [Circular],
  164. connection: [Circular],
  165. _header: 'GET /users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29 HTTP/1.1\r\nAuthorization: Bearer 49e63c5ffa9da3d3ea4e08dfedbfb8cc9fa2c36d6400189ecaf4a5852a0e2667\r\nhost: api.miclimo.com\r\nConnection: close\r\n\r\n',
  166. _onPendingData: [Function: noopPendingOutput],
  167. agent: [Object],
  168. socketPath: undefined,
  169. timeout: undefined,
  170. method: 'GET',
  171. path: '/users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29',
  172. _ended: true,
  173. res: [Circular],
  174. aborted: undefined,
  175. timeoutCb: null,
  176. upgradeOrConnect: false,
  177. parser: null,
  178. maxHeadersCount: null,
  179. [Symbol(outHeadersKey)]: [Object] },
  180. read: [Function],
  181. _consuming: true,
  182. _idleNext: null,
  183. _idlePrev: null,
  184. _idleTimeout: -1,
  185. [Symbol(asyncId)]: 392,
  186. [Symbol(bytesRead)]: 590 },
  187. connection:
  188. TLSSocket {
  189. _tlsOptions:
  190. { pipe: false,
  191. secureContext: [Object],
  192. isServer: false,
  193. requestCert: true,
  194. rejectUnauthorized: false,
  195. session: undefined,
  196. NPNProtocols: undefined,
  197. ALPNProtocols: undefined,
  198. requestOCSP: undefined },
  199. _secureEstablished: true,
  200. _securePending: false,
  201. _newSessionPending: false,
  202. _controlReleased: true,
  203. _SNICallback: null,
  204. servername: null,
  205. npnProtocol: false,
  206. alpnProtocol: false,
  207. authorized: true,
  208. authorizationError: null,
  209. encrypted: true,
  210. _events:
  211. { close: [Array],
  212. end: [Object],
  213. finish: [Function: onSocketFinish],
  214. _socketEnd: [Function: onSocketEnd],
  215. secure: [Function],
  216. free: [Function: onFree],
  217. agentRemove: [Function: onRemove],
  218. drain: [Function: ondrain],
  219. error: [Function: socketErrorListener] },
  220. _eventsCount: 9,
  221. connecting: false,
  222. _hadError: false,
  223. _handle: null,
  224. _parent: null,
  225. _host: 'api.miclimo.com',
  226. _readableState:
  227. ReadableState {
  228. objectMode: false,
  229. highWaterMark: 16384,
  230. buffer: [Object],
  231. length: 0,
  232. pipes: null,
  233. pipesCount: 0,
  234. flowing: true,
  235. ended: false,
  236. endEmitted: false,
  237. reading: true,
  238. sync: false,
  239. needReadable: true,
  240. emittedReadable: false,
  241. readableListening: false,
  242. resumeScheduled: false,
  243. destroyed: true,
  244. defaultEncoding: 'utf8',
  245. awaitDrain: 0,
  246. readingMore: false,
  247. decoder: null,
  248. encoding: null },
  249. readable: false,
  250. domain: null,
  251. _maxListeners: undefined,
  252. _writableState:
  253. WritableState {
  254. objectMode: false,
  255. highWaterMark: 16384,
  256. finalCalled: false,
  257. needDrain: false,
  258. ending: true,
  259. ended: true,
  260. finished: true,
  261. destroyed: true,
  262. decodeStrings: false,
  263. defaultEncoding: 'utf8',
  264. length: 0,
  265. writing: false,
  266. corked: 0,
  267. sync: false,
  268. bufferProcessing: false,
  269. onwrite: [Function: bound onwrite],
  270. writecb: null,
  271. writelen: 0,
  272. bufferedRequest: null,
  273. lastBufferedRequest: null,
  274. pendingcb: 0,
  275. prefinished: true,
  276. errorEmitted: false,
  277. bufferedRequestCount: 0,
  278. corkedRequestsFree: [Object] },
  279. writable: false,
  280. allowHalfOpen: false,
  281. _bytesDispatched: 219,
  282. _sockname: null,
  283. _pendingData: null,
  284. _pendingEncoding: '',
  285. server: undefined,
  286. _server: null,
  287. ssl: null,
  288. _requestCert: true,
  289. _rejectUnauthorized: false,
  290. parser: null,
  291. _httpMessage:
  292. ClientRequest {
  293. domain: null,
  294. _events: [Object],
  295. _eventsCount: 5,
  296. _maxListeners: undefined,
  297. output: [],
  298. outputEncodings: [],
  299. outputCallbacks: [],
  300. outputSize: 0,
  301. writable: true,
  302. _last: true,
  303. upgrading: false,
  304. chunkedEncoding: false,
  305. shouldKeepAlive: false,
  306. useChunkedEncodingByDefault: false,
  307. sendDate: false,
  308. _removedConnection: false,
  309. _removedContLen: false,
  310. _removedTE: false,
  311. _contentLength: 0,
  312. _hasBody: true,
  313. _trailer: '',
  314. finished: true,
  315. _headerSent: true,
  316. socket: [Circular],
  317. connection: [Circular],
  318. _header: 'GET /users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29 HTTP/1.1\r\nAuthorization: Bearer 49e63c5ffa9da3d3ea4e08dfedbfb8cc9fa2c36d6400189ecaf4a5852a0e2667\r\nhost: api.miclimo.com\r\nConnection: close\r\n\r\n',
  319. _onPendingData: [Function: noopPendingOutput],
  320. agent: [Object],
  321. socketPath: undefined,
  322. timeout: undefined,
  323. method: 'GET',
  324. path: '/users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29',
  325. _ended: true,
  326. res: [Circular],
  327. aborted: undefined,
  328. timeoutCb: null,
  329. upgradeOrConnect: false,
  330. parser: null,
  331. maxHeadersCount: null,
  332. [Symbol(outHeadersKey)]: [Object] },
  333. read: [Function],
  334. _consuming: true,
  335. _idleNext: null,
  336. _idlePrev: null,
  337. _idleTimeout: -1,
  338. [Symbol(asyncId)]: 392,
  339. [Symbol(bytesRead)]: 590 },
  340. httpVersionMajor: 1,
  341. httpVersionMinor: 1,
  342. httpVersion: '1.1',
  343. complete: true,
  344. headers:
  345. { server: 'nginx/1.10.3 (Ubuntu)',
  346. date: 'Fri, 31 Aug 2018 19:00:16 GMT',
  347. 'content-type': 'application/json; charset=utf-8',
  348. 'content-length': '34',
  349. connection: 'close',
  350. 'x-dns-prefetch-control': 'off',
  351. 'x-frame-options': 'SAMEORIGIN',
  352. 'x-download-options': 'noopen',
  353. 'x-content-type-options': 'nosniff',
  354. 'x-xss-protection': '1; mode=block',
  355. 'access-control-allow-origin': '*',
  356. 'access-control-allow-methods': 'GET, POST, PUT, PATCH, DELETE, OPTIONS',
  357. 'access-control-allow-headers': 'X-Requested-With, Content-Type',
  358. etag: 'W/"22-GbnXCiS8FmeTwLsZK2V/Zg"',
  359. vary: 'Accept-Encoding' },
  360. rawHeaders:
  361. [ 'Server',
  362. 'nginx/1.10.3 (Ubuntu)',
  363. 'Date',
  364. 'Fri, 31 Aug 2018 19:00:16 GMT',
  365. 'Content-Type',
  366. 'application/json; charset=utf-8',
  367. 'Content-Length',
  368. '34',
  369. 'Connection',
  370. 'close',
  371. 'X-DNS-Prefetch-Control',
  372. 'off',
  373. 'X-Frame-Options',
  374. 'SAMEORIGIN',
  375. 'X-Download-Options',
  376. 'noopen',
  377. 'X-Content-Type-Options',
  378. 'nosniff',
  379. 'X-XSS-Protection',
  380. '1; mode=block',
  381. 'Access-Control-Allow-Origin',
  382. '*',
  383. 'Access-Control-Allow-Methods',
  384. 'GET, POST, PUT, PATCH, DELETE, OPTIONS',
  385. 'Access-Control-Allow-Headers',
  386. 'X-Requested-With, Content-Type',
  387. 'ETag',
  388. 'W/"22-GbnXCiS8FmeTwLsZK2V/Zg"',
  389. 'Vary',
  390. 'Accept-Encoding' ],
  391. trailers: {},
  392. rawTrailers: [],
  393. upgrade: false,
  394. url: '',
  395. method: null,
  396. statusCode: 404,
  397. statusMessage: 'Not Found',
  398. client:
  399. TLSSocket {
  400. _tlsOptions:
  401. { pipe: false,
  402. secureContext: [Object],
  403. isServer: false,
  404. requestCert: true,
  405. rejectUnauthorized: false,
  406. session: undefined,
  407. NPNProtocols: undefined,
  408. ALPNProtocols: undefined,
  409. requestOCSP: undefined },
  410. _secureEstablished: true,
  411. _securePending: false,
  412. _newSessionPending: false,
  413. _controlReleased: true,
  414. _SNICallback: null,
  415. servername: null,
  416. npnProtocol: false,
  417. alpnProtocol: false,
  418. authorized: true,
  419. authorizationError: null,
  420. encrypted: true,
  421. _events:
  422. { close: [Array],
  423. end: [Object],
  424. finish: [Function: onSocketFinish],
  425. _socketEnd: [Function: onSocketEnd],
  426. secure: [Function],
  427. free: [Function: onFree],
  428. agentRemove: [Function: onRemove],
  429. drain: [Function: ondrain],
  430. error: [Function: socketErrorListener] },
  431. _eventsCount: 9,
  432. connecting: false,
  433. _hadError: false,
  434. _handle: null,
  435. _parent: null,
  436. _host: 'api.miclimo.com',
  437. _readableState:
  438. ReadableState {
  439. objectMode: false,
  440. highWaterMark: 16384,
  441. buffer: [Object],
  442. length: 0,
  443. pipes: null,
  444. pipesCount: 0,
  445. flowing: true,
  446. ended: false,
  447. endEmitted: false,
  448. reading: true,
  449. sync: false,
  450. needReadable: true,
  451. emittedReadable: false,
  452. readableListening: false,
  453. resumeScheduled: false,
  454. destroyed: true,
  455. defaultEncoding: 'utf8',
  456. awaitDrain: 0,
  457. readingMore: false,
  458. decoder: null,
  459. encoding: null },
  460. readable: false,
  461. domain: null,
  462. _maxListeners: undefined,
  463. _writableState:
  464. WritableState {
  465. objectMode: false,
  466. highWaterMark: 16384,
  467. finalCalled: false,
  468. needDrain: false,
  469. ending: true,
  470. ended: true,
  471. finished: true,
  472. destroyed: true,
  473. decodeStrings: false,
  474. defaultEncoding: 'utf8',
  475. length: 0,
  476. writing: false,
  477. corked: 0,
  478. sync: false,
  479. bufferProcessing: false,
  480. onwrite: [Function: bound onwrite],
  481. writecb: null,
  482. writelen: 0,
  483. bufferedRequest: null,
  484. lastBufferedRequest: null,
  485. pendingcb: 0,
  486. prefinished: true,
  487. errorEmitted: false,
  488. bufferedRequestCount: 0,
  489. corkedRequestsFree: [Object] },
  490. writable: false,
  491. allowHalfOpen: false,
  492. _bytesDispatched: 219,
  493. _sockname: null,
  494. _pendingData: null,
  495. _pendingEncoding: '',
  496. server: undefined,
  497. _server: null,
  498. ssl: null,
  499. _requestCert: true,
  500. _rejectUnauthorized: false,
  501. parser: null,
  502. _httpMessage:
  503. ClientRequest {
  504. domain: null,
  505. _events: [Object],
  506. _eventsCount: 5,
  507. _maxListeners: undefined,
  508. output: [],
  509. outputEncodings: [],
  510. outputCallbacks: [],
  511. outputSize: 0,
  512. writable: true,
  513. _last: true,
  514. upgrading: false,
  515. chunkedEncoding: false,
  516. shouldKeepAlive: false,
  517. useChunkedEncodingByDefault: false,
  518. sendDate: false,
  519. _removedConnection: false,
  520. _removedContLen: false,
  521. _removedTE: false,
  522. _contentLength: 0,
  523. _hasBody: true,
  524. _trailer: '',
  525. finished: true,
  526. _headerSent: true,
  527. socket: [Circular],
  528. connection: [Circular],
  529. _header: 'GET /users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29 HTTP/1.1\r\nAuthorization: Bearer 49e63c5ffa9da3d3ea4e08dfedbfb8cc9fa2c36d6400189ecaf4a5852a0e2667\r\nhost: api.miclimo.com\r\nConnection: close\r\n\r\n',
  530. _onPendingData: [Function: noopPendingOutput],
  531. agent: [Object],
  532. socketPath: undefined,
  533. timeout: undefined,
  534. method: 'GET',
  535. path: '/users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29',
  536. _ended: true,
  537. res: [Circular],
  538. aborted: undefined,
  539. timeoutCb: null,
  540. upgradeOrConnect: false,
  541. parser: null,
  542. maxHeadersCount: null,
  543. [Symbol(outHeadersKey)]: [Object] },
  544. read: [Function],
  545. _consuming: true,
  546. _idleNext: null,
  547. _idlePrev: null,
  548. _idleTimeout: -1,
  549. [Symbol(asyncId)]: 392,
  550. [Symbol(bytesRead)]: 590 },
  551. _consuming: true,
  552. _dumped: false,
  553. req:
  554. ClientRequest {
  555. domain: null,
  556. _events:
  557. { socket: [Function],
  558. response: [Function: bound ],
  559. error: [Function: bound ],
  560. drain: [Function],
  561. prefinish: [Function: requestOnPrefinish] },
  562. _eventsCount: 5,
  563. _maxListeners: undefined,
  564. output: [],
  565. outputEncodings: [],
  566. outputCallbacks: [],
  567. outputSize: 0,
  568. writable: true,
  569. _last: true,
  570. upgrading: false,
  571. chunkedEncoding: false,
  572. shouldKeepAlive: false,
  573. useChunkedEncodingByDefault: false,
  574. sendDate: false,
  575. _removedConnection: false,
  576. _removedContLen: false,
  577. _removedTE: false,
  578. _contentLength: 0,
  579. _hasBody: true,
  580. _trailer: '',
  581. finished: true,
  582. _headerSent: true,
  583. socket:
  584. TLSSocket {
  585. _tlsOptions: [Object],
  586. _secureEstablished: true,
  587. _securePending: false,
  588. _newSessionPending: false,
  589. _controlReleased: true,
  590. _SNICallback: null,
  591. servername: null,
  592. npnProtocol: false,
  593. alpnProtocol: false,
  594. authorized: true,
  595. authorizationError: null,
  596. encrypted: true,
  597. _events: [Object],
  598. _eventsCount: 9,
  599. connecting: false,
  600. _hadError: false,
  601. _handle: null,
  602. _parent: null,
  603. _host: 'api.miclimo.com',
  604. _readableState: [Object],
  605. readable: false,
  606. domain: null,
  607. _maxListeners: undefined,
  608. _writableState: [Object],
  609. writable: false,
  610. allowHalfOpen: false,
  611. _bytesDispatched: 219,
  612. _sockname: null,
  613. _pendingData: null,
  614. _pendingEncoding: '',
  615. server: undefined,
  616. _server: null,
  617. ssl: null,
  618. _requestCert: true,
  619. _rejectUnauthorized: false,
  620. parser: null,
  621. _httpMessage: [Circular],
  622. read: [Function],
  623. _consuming: true,
  624. _idleNext: null,
  625. _idlePrev: null,
  626. _idleTimeout: -1,
  627. [Symbol(asyncId)]: 392,
  628. [Symbol(bytesRead)]: 590 },
  629. connection:
  630. TLSSocket {
  631. _tlsOptions: [Object],
  632. _secureEstablished: true,
  633. _securePending: false,
  634. _newSessionPending: false,
  635. _controlReleased: true,
  636. _SNICallback: null,
  637. servername: null,
  638. npnProtocol: false,
  639. alpnProtocol: false,
  640. authorized: true,
  641. authorizationError: null,
  642. encrypted: true,
  643. _events: [Object],
  644. _eventsCount: 9,
  645. connecting: false,
  646. _hadError: false,
  647. _handle: null,
  648. _parent: null,
  649. _host: 'api.miclimo.com',
  650. _readableState: [Object],
  651. readable: false,
  652. domain: null,
  653. _maxListeners: undefined,
  654. _writableState: [Object],
  655. writable: false,
  656. allowHalfOpen: false,
  657. _bytesDispatched: 219,
  658. _sockname: null,
  659. _pendingData: null,
  660. _pendingEncoding: '',
  661. server: undefined,
  662. _server: null,
  663. ssl: null,
  664. _requestCert: true,
  665. _rejectUnauthorized: false,
  666. parser: null,
  667. _httpMessage: [Circular],
  668. read: [Function],
  669. _consuming: true,
  670. _idleNext: null,
  671. _idlePrev: null,
  672. _idleTimeout: -1,
  673. [Symbol(asyncId)]: 392,
  674. [Symbol(bytesRead)]: 590 },
  675. _header: 'GET /users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29 HTTP/1.1\r\nAuthorization: Bearer 49e63c5ffa9da3d3ea4e08dfedbfb8cc9fa2c36d6400189ecaf4a5852a0e2667\r\nhost: api.miclimo.com\r\nConnection: close\r\n\r\n',
  676. _onPendingData: [Function: noopPendingOutput],
  677. agent:
  678. Agent {
  679. domain: null,
  680. _events: [Object],
  681. _eventsCount: 1,
  682. _maxListeners: undefined,
  683. defaultPort: 443,
  684. protocol: 'https:',
  685. options: [Object],
  686. requests: {},
  687. sockets: [Object],
  688. freeSockets: {},
  689. keepAliveMsecs: 1000,
  690. keepAlive: false,
  691. maxSockets: Infinity,
  692. maxFreeSockets: 256,
  693. maxCachedSessions: 100,
  694. _sessionCache: [Object] },
  695. socketPath: undefined,
  696. timeout: undefined,
  697. method: 'GET',
  698. path: '/users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29',
  699. _ended: true,
  700. res: [Circular],
  701. aborted: undefined,
  702. timeoutCb: null,
  703. upgradeOrConnect: false,
  704. parser: null,
  705. maxHeadersCount: null,
  706. [Symbol(outHeadersKey)]: { authorization: [Array], host: [Array] } },
  707. request:
  708. Request {
  709. domain: null,
  710. _events:
  711. { error: [Function: bound ],
  712. complete: [Function: bound ],
  713. pipe: [Function],
  714. data: [Function],
  715. end: [Function] },
  716. _eventsCount: 5,
  717. _maxListeners: undefined,
  718. headers:
  719. { Authorization: 'Bearer 49e63c5ffa9da3d3ea4e08dfedbfb8cc9fa2c36d6400189ecaf4a5852a0e2667' },
  720. rejectUnauthorized: false,
  721. callback: [Function],
  722. readable: true,
  723. writable: true,
  724. _qs:
  725. Querystring {
  726. request: [Circular],
  727. lib: [Object],
  728. useQuerystring: undefined,
  729. parseOptions: {},
  730. stringifyOptions: {} },
  731. _auth:
  732. Auth {
  733. request: [Circular],
  734. hasAuth: false,
  735. sentAuth: false,
  736. bearerToken: null,
  737. user: null,
  738. pass: null },
  739. _oauth: OAuth { request: [Circular], params: null },
  740. _multipart:
  741. Multipart {
  742. request: [Circular],
  743. boundary: '105f8fd4-9006-4878-bff2-0f450873d3a7',
  744. chunked: false,
  745. body: null },
  746. _redirect:
  747. Redirect {
  748. request: [Circular],
  749. followRedirect: true,
  750. followRedirects: true,
  751. followAllRedirects: false,
  752. followOriginalHttpMethod: false,
  753. allowRedirect: [Function],
  754. maxRedirects: 10,
  755. redirects: [],
  756. redirectsFollowed: 0,
  757. removeRefererHeader: false },
  758. _tunnel:
  759. Tunnel {
  760. request: [Circular],
  761. proxyHeaderWhiteList: [Array],
  762. proxyHeaderExclusiveList: [] },
  763. setHeader: [Function],
  764. hasHeader: [Function],
  765. getHeader: [Function],
  766. removeHeader: [Function],
  767. method: 'GET',
  768. localAddress: undefined,
  769. pool: { 'https:false': [Object] },
  770. dests: [],
  771. __isRequestRequest: true,
  772. _callback: [Function],
  773. uri:
  774. Url {
  775. protocol: 'https:',
  776. slashes: true,
  777. auth: null,
  778. host: 'api.miclimo.com',
  779. port: 443,
  780. hostname: 'api.miclimo.com',
  781. hash: null,
  782. search: null,
  783. query: null,
  784. pathname: '/users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29',
  785. path: '/users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29',
  786. href: 'https://api.miclimo.com/users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29' },
  787. proxy: null,
  788. tunnel: true,
  789. setHost: true,
  790. originalCookieHeader: undefined,
  791. _disableCookies: true,
  792. _jar: undefined,
  793. port: 443,
  794. host: 'api.miclimo.com',
  795. path: '/users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29',
  796. httpModule:
  797. { Server: [Object],
  798. createServer: [Function: createServer],
  799. globalAgent: [Object],
  800. Agent: [Object],
  801. request: [Function: request],
  802. get: [Function: get] },
  803. agentClass: { [Function: Agent] super_: [Object] },
  804. agent:
  805. Agent {
  806. domain: null,
  807. _events: [Object],
  808. _eventsCount: 1,
  809. _maxListeners: undefined,
  810. defaultPort: 443,
  811. protocol: 'https:',
  812. options: [Object],
  813. requests: {},
  814. sockets: [Object],
  815. freeSockets: {},
  816. keepAliveMsecs: 1000,
  817. keepAlive: false,
  818. maxSockets: Infinity,
  819. maxFreeSockets: 256,
  820. maxCachedSessions: 100,
  821. _sessionCache: [Object] },
  822. _started: true,
  823. href: 'https://api.miclimo.com/users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29',
  824. req:
  825. ClientRequest {
  826. domain: null,
  827. _events: [Object],
  828. _eventsCount: 5,
  829. _maxListeners: undefined,
  830. output: [],
  831. outputEncodings: [],
  832. outputCallbacks: [],
  833. outputSize: 0,
  834. writable: true,
  835. _last: true,
  836. upgrading: false,
  837. chunkedEncoding: false,
  838. shouldKeepAlive: false,
  839. useChunkedEncodingByDefault: false,
  840. sendDate: false,
  841. _removedConnection: false,
  842. _removedContLen: false,
  843. _removedTE: false,
  844. _contentLength: 0,
  845. _hasBody: true,
  846. _trailer: '',
  847. finished: true,
  848. _headerSent: true,
  849. socket: [Object],
  850. connection: [Object],
  851. _header: 'GET /users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29 HTTP/1.1\r\nAuthorization: Bearer 49e63c5ffa9da3d3ea4e08dfedbfb8cc9fa2c36d6400189ecaf4a5852a0e2667\r\nhost: api.miclimo.com\r\nConnection: close\r\n\r\n',
  852. _onPendingData: [Function: noopPendingOutput],
  853. agent: [Object],
  854. socketPath: undefined,
  855. timeout: undefined,
  856. method: 'GET',
  857. path: '/users/createdAt:%7B%24lte%3AISODate%28%222018-01-10T00%3A00%3A00Z%22%29',
  858. _ended: true,
  859. res: [Circular],
  860. aborted: undefined,
  861. timeoutCb: null,
  862. upgradeOrConnect: false,
  863. parser: null,
  864. maxHeadersCount: null,
  865. [Symbol(outHeadersKey)]: [Object] },
  866. ntick: true,
  867. response: [Circular],
  868. originalHost: 'api.miclimo.com',
  869. originalHostHeaderName: 'host',
  870. responseContent: [Circular],
  871. _destdata: true,
  872. _ended: true,
  873. _callbackCalled: true },
  874. toJSON: [Function: responseToJSON],
  875. caseless:
  876. Caseless {
  877. dict:
  878. { server: 'nginx/1.10.3 (Ubuntu)',
  879. date: 'Fri, 31 Aug 2018 19:00:16 GMT',
  880. 'content-type': 'application/json; charset=utf-8',
  881. 'content-length': '34',
  882. connection: 'close',
  883. 'x-dns-prefetch-control': 'off',
  884. 'x-frame-options': 'SAMEORIGIN',
  885. 'x-download-options': 'noopen',
  886. 'x-content-type-options': 'nosniff',
  887. 'x-xss-protection': '1; mode=block',
  888. 'access-control-allow-origin': '*',
  889. 'access-control-allow-methods': 'GET, POST, PUT, PATCH, DELETE, OPTIONS',
  890. 'access-control-allow-headers': 'X-Requested-With, Content-Type',
  891. etag: 'W/"22-GbnXCiS8FmeTwLsZK2V/Zg"',
  892. vary: 'Accept-Encoding' } },
  893. read: [Function],
  894. body: '{"message":"Not Found","stack":{}}' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement