Advertisement
Guest User

Untitled

a guest
Apr 30th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.13 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: true,
  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: undefined,
  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: 'www.brooklynfitzone.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: 196,
  129. _sockname: null,
  130. _pendingData: null,
  131. _pendingEncoding: '',
  132. server: undefined,
  133. _server: null,
  134. ssl: null,
  135. _requestCert: true,
  136. _rejectUnauthorized: true,
  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: true,
  154. sendDate: false,
  155. _removedConnection: false,
  156. _removedContLen: false,
  157. _removedTE: false,
  158. _contentLength: null,
  159. _hasBody: true,
  160. _trailer: '',
  161. finished: true,
  162. _headerSent: true,
  163. socket: [Circular],
  164. connection: [Circular],
  165. _header: 'POST /index.php/login HTTP/1.1\r\nhost: www.brooklynfitzone.com\r\ncontent-type: application/x-www-form-urlencoded\r\ncontent-length: 43\r\nConnection: close\r\n\r\n',
  166. _onPendingData: [Function: noopPendingOutput],
  167. agent: [Object],
  168. socketPath: undefined,
  169. timeout: undefined,
  170. method: 'POST',
  171. path: '/index.php/login',
  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)]: 9,
  186. [Symbol(bytesRead)]: 2022 },
  187. connection:
  188. TLSSocket {
  189. _tlsOptions:
  190. { pipe: false,
  191. secureContext: [Object],
  192. isServer: false,
  193. requestCert: true,
  194. rejectUnauthorized: true,
  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: undefined,
  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: 'www.brooklynfitzone.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: 196,
  282. _sockname: null,
  283. _pendingData: null,
  284. _pendingEncoding: '',
  285. server: undefined,
  286. _server: null,
  287. ssl: null,
  288. _requestCert: true,
  289. _rejectUnauthorized: true,
  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: true,
  307. sendDate: false,
  308. _removedConnection: false,
  309. _removedContLen: false,
  310. _removedTE: false,
  311. _contentLength: null,
  312. _hasBody: true,
  313. _trailer: '',
  314. finished: true,
  315. _headerSent: true,
  316. socket: [Circular],
  317. connection: [Circular],
  318. _header: 'POST /index.php/login HTTP/1.1\r\nhost: www.brooklynfitzone.com\r\ncontent-type: application/x-www-form-urlencoded\r\ncontent-length: 43\r\nConnection: close\r\n\r\n',
  319. _onPendingData: [Function: noopPendingOutput],
  320. agent: [Object],
  321. socketPath: undefined,
  322. timeout: undefined,
  323. method: 'POST',
  324. path: '/index.php/login',
  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)]: 9,
  339. [Symbol(bytesRead)]: 2022 },
  340. httpVersionMajor: 1,
  341. httpVersionMinor: 1,
  342. httpVersion: '1.1',
  343. complete: true,
  344. headers:
  345. { date: 'Mon, 30 Apr 2018 14:22:45 GMT',
  346. server: 'Apache/2.4.18 (Ubuntu)',
  347. 'set-cookie':
  348. [ 'user_session=ODResBvTjLlsNyQQz5DUhkJtYNxoLweLvCfUimvvX8D7UStDtE716lu5m7t0NdDh%2FRpBVCMwhaiXDXQifm70L7AhKR9sRrRUFZIGGLkRQ7vklvmmvUPD9ebWoONDo56cm4j2VzQNubkLIYvGDveng3NNvHEbWvLtjeosCv%2BD7CgY%2BB49KmxhCA4wMdhfxBPQVZZv%2FFGzVS08Y6kc7CUbQ6TGzBfsBg1kpfTvCiePo%2FVuzBt5D%2FYOdDYSVeePr3kPMzTu1ytvq8esHiLGDL4fxSKCNBr%2BjQO1f9xYQF6JpKU%3Daa53bc77ec0414870ce5aa4123446ce47443c083; expires=Wed, 02-May-2018 14:22:45 GMT; Max-Age=172800; path=/',
  349. 'user_session=QO7xHuvtH6HVskuAfka6oK%2BMACyswjAJjv6TaHibyFkZy8rFt6sTqsKuuK6swbFdIk9ADTWaYNVqDH4fsNmQFHARaYFGF3aId3F39GYsSpMErcHhqu4j2cUPYsYr5dlo2uvc1HxFyFXqSC6YxbhlOofkKuTo%2Bhgkb0GR2oFIEuV1W%2BCz5G3iAPMCk3jhwoTr0GXzdjaudQXW5jBqvjuA6kjvvclzcIMklTsE7lAZrozNfiwIg%2FbFyqYmSGta1uTH2h0N5RAiMXvlINSKKp9GvpcBJ10iq%2Fa5T4suggz1G5U%3D99ac9184ed4920b2f88d118079324b1d447d6edf; expires=Wed, 02-May-2018 14:22:45 GMT; Max-Age=172800; path=/',
  350. 'site_lang=english; expires=Tue, 30-Apr-2019 14:22:45 GMT; Max-Age=31536000; path=/',
  351. 'user_session=rh0WkRJW%2F1pueHIv2fBEjapeBw0QqnAeMqt%2BjlKwLlUn8uS7vRMq%2Bb1DrfmrjVQVWLgPhCytRx%2BgB9xQLjF0Q57bu94J0BwJ9%2F7rA5ku23No3dh4Of6yKpCU8pZdbkDzyYuhC%2BfhCyE1L%2FgIdiAT1LpyeHO%2BMJZnqvSg4BUHlA91o6F5BPeDZdmE2ZCATKza73QpbV8BrMFYwJN4ccU4UST%2F1DYbUIM5vBalKPHCDqUpUytaiTeoKu8Sv5UfiQq0DYrBqt%2BiSHekb8VoI%2BI6FlZf1tozIKTh1jPpJxVgG6QuP%2FwQEo6C7Sn7PUktwxRhpt1WnbxZD19a23iYml3YUrgeoLoiajX%2BS3R6XLZfb7hnauIPr894bZf3wiynMBN9aM9yXjSbvC5Lv0rVxWA9d3pvwaXYO4z5daEvEPI6ZVEvFTlNeYFLs0hnpijMFdMOmL%2FnOxBW45H2%2FzuuFimjX9MoP71ILnLRNTIr9qnhNY0n2JauPPTdf3EG6qWStroYqRWta2oJQSue4X%2BgpuF5izbKdwVM7KndnijSrn7WGIU%3Dfb52719b429ef13bb575f9f1a4b52b19f8deed5e; expires=Wed, 02-May-2018 14:22:45 GMT; Max-Age=172800; path=/',
  352. 'app_version=1.1; expires=Tue, 30-Apr-2019 14:22:45 GMT; Max-Age=31536000; path=/' ],
  353. refresh: '0;url=https://www.brooklynfitzone.com/index.php',
  354. 'content-length': '0',
  355. connection: 'close',
  356. 'content-type': 'text/html; charset=UTF-8' },
  357. rawHeaders:
  358. [ 'Date',
  359. 'Mon, 30 Apr 2018 14:22:45 GMT',
  360. 'Server',
  361. 'Apache/2.4.18 (Ubuntu)',
  362. 'Set-Cookie',
  363. 'user_session=ODResBvTjLlsNyQQz5DUhkJtYNxoLweLvCfUimvvX8D7UStDtE716lu5m7t0NdDh%2FRpBVCMwhaiXDXQifm70L7AhKR9sRrRUFZIGGLkRQ7vklvmmvUPD9ebWoONDo56cm4j2VzQNubkLIYvGDveng3NNvHEbWvLtjeosCv%2BD7CgY%2BB49KmxhCA4wMdhfxBPQVZZv%2FFGzVS08Y6kc7CUbQ6TGzBfsBg1kpfTvCiePo%2FVuzBt5D%2FYOdDYSVeePr3kPMzTu1ytvq8esHiLGDL4fxSKCNBr%2BjQO1f9xYQF6JpKU%3Daa53bc77ec0414870ce5aa4123446ce47443c083; expires=Wed, 02-May-2018 14:22:45 GMT; Max-Age=172800; path=/',
  364. 'Set-Cookie',
  365. 'user_session=QO7xHuvtH6HVskuAfka6oK%2BMACyswjAJjv6TaHibyFkZy8rFt6sTqsKuuK6swbFdIk9ADTWaYNVqDH4fsNmQFHARaYFGF3aId3F39GYsSpMErcHhqu4j2cUPYsYr5dlo2uvc1HxFyFXqSC6YxbhlOofkKuTo%2Bhgkb0GR2oFIEuV1W%2BCz5G3iAPMCk3jhwoTr0GXzdjaudQXW5jBqvjuA6kjvvclzcIMklTsE7lAZrozNfiwIg%2FbFyqYmSGta1uTH2h0N5RAiMXvlINSKKp9GvpcBJ10iq%2Fa5T4suggz1G5U%3D99ac9184ed4920b2f88d118079324b1d447d6edf; expires=Wed, 02-May-2018 14:22:45 GMT; Max-Age=172800; path=/',
  366. 'Set-Cookie',
  367. 'site_lang=english; expires=Tue, 30-Apr-2019 14:22:45 GMT; Max-Age=31536000; path=/',
  368. 'Set-Cookie',
  369. 'user_session=rh0WkRJW%2F1pueHIv2fBEjapeBw0QqnAeMqt%2BjlKwLlUn8uS7vRMq%2Bb1DrfmrjVQVWLgPhCytRx%2BgB9xQLjF0Q57bu94J0BwJ9%2F7rA5ku23No3dh4Of6yKpCU8pZdbkDzyYuhC%2BfhCyE1L%2FgIdiAT1LpyeHO%2BMJZnqvSg4BUHlA91o6F5BPeDZdmE2ZCATKza73QpbV8BrMFYwJN4ccU4UST%2F1DYbUIM5vBalKPHCDqUpUytaiTeoKu8Sv5UfiQq0DYrBqt%2BiSHekb8VoI%2BI6FlZf1tozIKTh1jPpJxVgG6QuP%2FwQEo6C7Sn7PUktwxRhpt1WnbxZD19a23iYml3YUrgeoLoiajX%2BS3R6XLZfb7hnauIPr894bZf3wiynMBN9aM9yXjSbvC5Lv0rVxWA9d3pvwaXYO4z5daEvEPI6ZVEvFTlNeYFLs0hnpijMFdMOmL%2FnOxBW45H2%2FzuuFimjX9MoP71ILnLRNTIr9qnhNY0n2JauPPTdf3EG6qWStroYqRWta2oJQSue4X%2BgpuF5izbKdwVM7KndnijSrn7WGIU%3Dfb52719b429ef13bb575f9f1a4b52b19f8deed5e; expires=Wed, 02-May-2018 14:22:45 GMT; Max-Age=172800; path=/',
  370. 'Set-Cookie',
  371. 'app_version=1.1; expires=Tue, 30-Apr-2019 14:22:45 GMT; Max-Age=31536000; path=/',
  372. 'Refresh',
  373. '0;url=https://www.brooklynfitzone.com/index.php',
  374. 'Content-Length',
  375. '0',
  376. 'Connection',
  377. 'close',
  378. 'Content-Type',
  379. 'text/html; charset=UTF-8' ],
  380. trailers: {},
  381. rawTrailers: [],
  382. upgrade: false,
  383. url: '',
  384. method: null,
  385. statusCode: 200,
  386. statusMessage: 'OK',
  387. client:
  388. TLSSocket {
  389. _tlsOptions:
  390. { pipe: false,
  391. secureContext: [Object],
  392. isServer: false,
  393. requestCert: true,
  394. rejectUnauthorized: true,
  395. session: undefined,
  396. NPNProtocols: undefined,
  397. ALPNProtocols: undefined,
  398. requestOCSP: undefined },
  399. _secureEstablished: true,
  400. _securePending: false,
  401. _newSessionPending: false,
  402. _controlReleased: true,
  403. _SNICallback: null,
  404. servername: null,
  405. npnProtocol: undefined,
  406. alpnProtocol: false,
  407. authorized: true,
  408. authorizationError: null,
  409. encrypted: true,
  410. _events:
  411. { close: [Array],
  412. end: [Object],
  413. finish: [Function: onSocketFinish],
  414. _socketEnd: [Function: onSocketEnd],
  415. secure: [Function],
  416. free: [Function: onFree],
  417. agentRemove: [Function: onRemove],
  418. drain: [Function: ondrain],
  419. error: [Function: socketErrorListener] },
  420. _eventsCount: 9,
  421. connecting: false,
  422. _hadError: false,
  423. _handle: null,
  424. _parent: null,
  425. _host: 'www.brooklynfitzone.com',
  426. _readableState:
  427. ReadableState {
  428. objectMode: false,
  429. highWaterMark: 16384,
  430. buffer: [Object],
  431. length: 0,
  432. pipes: null,
  433. pipesCount: 0,
  434. flowing: true,
  435. ended: false,
  436. endEmitted: false,
  437. reading: true,
  438. sync: false,
  439. needReadable: true,
  440. emittedReadable: false,
  441. readableListening: false,
  442. resumeScheduled: false,
  443. destroyed: true,
  444. defaultEncoding: 'utf8',
  445. awaitDrain: 0,
  446. readingMore: false,
  447. decoder: null,
  448. encoding: null },
  449. readable: false,
  450. domain: null,
  451. _maxListeners: undefined,
  452. _writableState:
  453. WritableState {
  454. objectMode: false,
  455. highWaterMark: 16384,
  456. finalCalled: false,
  457. needDrain: false,
  458. ending: true,
  459. ended: true,
  460. finished: true,
  461. destroyed: true,
  462. decodeStrings: false,
  463. defaultEncoding: 'utf8',
  464. length: 0,
  465. writing: false,
  466. corked: 0,
  467. sync: false,
  468. bufferProcessing: false,
  469. onwrite: [Function: bound onwrite],
  470. writecb: null,
  471. writelen: 0,
  472. bufferedRequest: null,
  473. lastBufferedRequest: null,
  474. pendingcb: 0,
  475. prefinished: true,
  476. errorEmitted: false,
  477. bufferedRequestCount: 0,
  478. corkedRequestsFree: [Object] },
  479. writable: false,
  480. allowHalfOpen: false,
  481. _bytesDispatched: 196,
  482. _sockname: null,
  483. _pendingData: null,
  484. _pendingEncoding: '',
  485. server: undefined,
  486. _server: null,
  487. ssl: null,
  488. _requestCert: true,
  489. _rejectUnauthorized: true,
  490. parser: null,
  491. _httpMessage:
  492. ClientRequest {
  493. domain: null,
  494. _events: [Object],
  495. _eventsCount: 5,
  496. _maxListeners: undefined,
  497. output: [],
  498. outputEncodings: [],
  499. outputCallbacks: [],
  500. outputSize: 0,
  501. writable: true,
  502. _last: true,
  503. upgrading: false,
  504. chunkedEncoding: false,
  505. shouldKeepAlive: false,
  506. useChunkedEncodingByDefault: true,
  507. sendDate: false,
  508. _removedConnection: false,
  509. _removedContLen: false,
  510. _removedTE: false,
  511. _contentLength: null,
  512. _hasBody: true,
  513. _trailer: '',
  514. finished: true,
  515. _headerSent: true,
  516. socket: [Circular],
  517. connection: [Circular],
  518. _header: 'POST /index.php/login HTTP/1.1\r\nhost: www.brooklynfitzone.com\r\ncontent-type: application/x-www-form-urlencoded\r\ncontent-length: 43\r\nConnection: close\r\n\r\n',
  519. _onPendingData: [Function: noopPendingOutput],
  520. agent: [Object],
  521. socketPath: undefined,
  522. timeout: undefined,
  523. method: 'POST',
  524. path: '/index.php/login',
  525. _ended: true,
  526. res: [Circular],
  527. aborted: undefined,
  528. timeoutCb: null,
  529. upgradeOrConnect: false,
  530. parser: null,
  531. maxHeadersCount: null,
  532. [Symbol(outHeadersKey)]: [Object] },
  533. read: [Function],
  534. _consuming: true,
  535. _idleNext: null,
  536. _idlePrev: null,
  537. _idleTimeout: -1,
  538. [Symbol(asyncId)]: 9,
  539. [Symbol(bytesRead)]: 2022 },
  540. _consuming: true,
  541. _dumped: false,
  542. req:
  543. ClientRequest {
  544. domain: null,
  545. _events:
  546. { socket: [Function],
  547. response: [Function: bound ],
  548. error: [Function: bound ],
  549. drain: [Function],
  550. prefinish: [Function: requestOnPrefinish] },
  551. _eventsCount: 5,
  552. _maxListeners: undefined,
  553. output: [],
  554. outputEncodings: [],
  555. outputCallbacks: [],
  556. outputSize: 0,
  557. writable: true,
  558. _last: true,
  559. upgrading: false,
  560. chunkedEncoding: false,
  561. shouldKeepAlive: false,
  562. useChunkedEncodingByDefault: true,
  563. sendDate: false,
  564. _removedConnection: false,
  565. _removedContLen: false,
  566. _removedTE: false,
  567. _contentLength: null,
  568. _hasBody: true,
  569. _trailer: '',
  570. finished: true,
  571. _headerSent: true,
  572. socket:
  573. TLSSocket {
  574. _tlsOptions: [Object],
  575. _secureEstablished: true,
  576. _securePending: false,
  577. _newSessionPending: false,
  578. _controlReleased: true,
  579. _SNICallback: null,
  580. servername: null,
  581. npnProtocol: undefined,
  582. alpnProtocol: false,
  583. authorized: true,
  584. authorizationError: null,
  585. encrypted: true,
  586. _events: [Object],
  587. _eventsCount: 9,
  588. connecting: false,
  589. _hadError: false,
  590. _handle: null,
  591. _parent: null,
  592. _host: 'www.brooklynfitzone.com',
  593. _readableState: [Object],
  594. readable: false,
  595. domain: null,
  596. _maxListeners: undefined,
  597. _writableState: [Object],
  598. writable: false,
  599. allowHalfOpen: false,
  600. _bytesDispatched: 196,
  601. _sockname: null,
  602. _pendingData: null,
  603. _pendingEncoding: '',
  604. server: undefined,
  605. _server: null,
  606. ssl: null,
  607. _requestCert: true,
  608. _rejectUnauthorized: true,
  609. parser: null,
  610. _httpMessage: [Circular],
  611. read: [Function],
  612. _consuming: true,
  613. _idleNext: null,
  614. _idlePrev: null,
  615. _idleTimeout: -1,
  616. [Symbol(asyncId)]: 9,
  617. [Symbol(bytesRead)]: 2022 },
  618. connection:
  619. TLSSocket {
  620. _tlsOptions: [Object],
  621. _secureEstablished: true,
  622. _securePending: false,
  623. _newSessionPending: false,
  624. _controlReleased: true,
  625. _SNICallback: null,
  626. servername: null,
  627. npnProtocol: undefined,
  628. alpnProtocol: false,
  629. authorized: true,
  630. authorizationError: null,
  631. encrypted: true,
  632. _events: [Object],
  633. _eventsCount: 9,
  634. connecting: false,
  635. _hadError: false,
  636. _handle: null,
  637. _parent: null,
  638. _host: 'www.brooklynfitzone.com',
  639. _readableState: [Object],
  640. readable: false,
  641. domain: null,
  642. _maxListeners: undefined,
  643. _writableState: [Object],
  644. writable: false,
  645. allowHalfOpen: false,
  646. _bytesDispatched: 196,
  647. _sockname: null,
  648. _pendingData: null,
  649. _pendingEncoding: '',
  650. server: undefined,
  651. _server: null,
  652. ssl: null,
  653. _requestCert: true,
  654. _rejectUnauthorized: true,
  655. parser: null,
  656. _httpMessage: [Circular],
  657. read: [Function],
  658. _consuming: true,
  659. _idleNext: null,
  660. _idlePrev: null,
  661. _idleTimeout: -1,
  662. [Symbol(asyncId)]: 9,
  663. [Symbol(bytesRead)]: 2022 },
  664. _header: 'POST /index.php/login HTTP/1.1\r\nhost: www.brooklynfitzone.com\r\ncontent-type: application/x-www-form-urlencoded\r\ncontent-length: 43\r\nConnection: close\r\n\r\n',
  665. _onPendingData: [Function: noopPendingOutput],
  666. agent:
  667. Agent {
  668. domain: null,
  669. _events: [Object],
  670. _eventsCount: 1,
  671. _maxListeners: undefined,
  672. defaultPort: 443,
  673. protocol: 'https:',
  674. options: [Object],
  675. requests: {},
  676. sockets: [Object],
  677. freeSockets: {},
  678. keepAliveMsecs: 1000,
  679. keepAlive: false,
  680. maxSockets: Infinity,
  681. maxFreeSockets: 256,
  682. maxCachedSessions: 100,
  683. _sessionCache: [Object] },
  684. socketPath: undefined,
  685. timeout: undefined,
  686. method: 'POST',
  687. path: '/index.php/login',
  688. _ended: true,
  689. res: [Circular],
  690. aborted: undefined,
  691. timeoutCb: null,
  692. upgradeOrConnect: false,
  693. parser: null,
  694. maxHeadersCount: null,
  695. [Symbol(outHeadersKey)]:
  696. { host: [Array],
  697. 'content-type': [Array],
  698. 'content-length': [Array] } },
  699. request:
  700. Request {
  701. domain: null,
  702. _events:
  703. { error: [Function: bound ],
  704. complete: [Function: bound ],
  705. pipe: [Function],
  706. data: [Function],
  707. end: [Function] },
  708. _eventsCount: 5,
  709. _maxListeners: undefined,
  710. followAllRedirects: true,
  711. uri:
  712. Url {
  713. protocol: 'https:',
  714. slashes: true,
  715. auth: null,
  716. host: 'www.brooklynfitzone.com',
  717. port: 443,
  718. hostname: 'www.brooklynfitzone.com',
  719. hash: null,
  720. search: null,
  721. query: null,
  722. pathname: '/index.php/login',
  723. path: '/index.php/login',
  724. href: 'https://www.brooklynfitzone.com/index.php/login' },
  725. callback: [Function],
  726. method: 'POST',
  727. readable: true,
  728. writable: true,
  729. explicitMethod: true,
  730. _qs:
  731. Querystring {
  732. request: [Circular],
  733. lib: [Object],
  734. useQuerystring: undefined,
  735. parseOptions: {},
  736. stringifyOptions: {} },
  737. _auth:
  738. Auth {
  739. request: [Circular],
  740. hasAuth: false,
  741. sentAuth: false,
  742. bearerToken: null,
  743. user: null,
  744. pass: null },
  745. _oauth: OAuth { request: [Circular], params: null },
  746. _multipart:
  747. Multipart {
  748. request: [Circular],
  749. boundary: '7974a69f-c485-4c6e-a0b7-29a29b12139f',
  750. chunked: false,
  751. body: null },
  752. _redirect:
  753. Redirect {
  754. request: [Circular],
  755. followRedirect: true,
  756. followRedirects: true,
  757. followAllRedirects: true,
  758. followOriginalHttpMethod: false,
  759. allowRedirect: [Function],
  760. maxRedirects: 10,
  761. redirects: [],
  762. redirectsFollowed: 0,
  763. removeRefererHeader: false },
  764. _tunnel:
  765. Tunnel {
  766. request: [Circular],
  767. proxyHeaderWhiteList: [Array],
  768. proxyHeaderExclusiveList: [] },
  769. headers:
  770. { 'content-type': 'application/x-www-form-urlencoded',
  771. 'content-length': 43 },
  772. setHeader: [Function],
  773. hasHeader: [Function],
  774. getHeader: [Function],
  775. removeHeader: [Function],
  776. localAddress: undefined,
  777. pool: {},
  778. dests: [],
  779. __isRequestRequest: true,
  780. _callback: [Function],
  781. proxy: null,
  782. tunnel: true,
  783. setHost: true,
  784. originalCookieHeader: undefined,
  785. _jar: RequestJar { _jar: [Object] },
  786. port: 443,
  787. host: 'www.brooklynfitzone.com',
  788. body: 'user=ramonkawa%40gmail.com&pass=alfagann007',
  789. path: '/index.php/login',
  790. httpModule:
  791. { Server: [Object],
  792. createServer: [Function: createServer],
  793. globalAgent: [Object],
  794. Agent: [Object],
  795. request: [Function: request],
  796. get: [Function: get] },
  797. agentClass: { [Function: Agent] super_: [Object] },
  798. agent:
  799. Agent {
  800. domain: null,
  801. _events: [Object],
  802. _eventsCount: 1,
  803. _maxListeners: undefined,
  804. defaultPort: 443,
  805. protocol: 'https:',
  806. options: [Object],
  807. requests: {},
  808. sockets: [Object],
  809. freeSockets: {},
  810. keepAliveMsecs: 1000,
  811. keepAlive: false,
  812. maxSockets: Infinity,
  813. maxFreeSockets: 256,
  814. maxCachedSessions: 100,
  815. _sessionCache: [Object] },
  816. _started: true,
  817. href: 'https://www.brooklynfitzone.com/index.php/login',
  818. req:
  819. ClientRequest {
  820. domain: null,
  821. _events: [Object],
  822. _eventsCount: 5,
  823. _maxListeners: undefined,
  824. output: [],
  825. outputEncodings: [],
  826. outputCallbacks: [],
  827. outputSize: 0,
  828. writable: true,
  829. _last: true,
  830. upgrading: false,
  831. chunkedEncoding: false,
  832. shouldKeepAlive: false,
  833. useChunkedEncodingByDefault: true,
  834. sendDate: false,
  835. _removedConnection: false,
  836. _removedContLen: false,
  837. _removedTE: false,
  838. _contentLength: null,
  839. _hasBody: true,
  840. _trailer: '',
  841. finished: true,
  842. _headerSent: true,
  843. socket: [Object],
  844. connection: [Object],
  845. _header: 'POST /index.php/login HTTP/1.1\r\nhost: www.brooklynfitzone.com\r\ncontent-type: application/x-www-form-urlencoded\r\ncontent-length: 43\r\nConnection: close\r\n\r\n',
  846. _onPendingData: [Function: noopPendingOutput],
  847. agent: [Object],
  848. socketPath: undefined,
  849. timeout: undefined,
  850. method: 'POST',
  851. path: '/index.php/login',
  852. _ended: true,
  853. res: [Circular],
  854. aborted: undefined,
  855. timeoutCb: null,
  856. upgradeOrConnect: false,
  857. parser: null,
  858. maxHeadersCount: null,
  859. [Symbol(outHeadersKey)]: [Object] },
  860. ntick: true,
  861. response: [Circular],
  862. originalHost: 'www.brooklynfitzone.com',
  863. originalHostHeaderName: 'host',
  864. responseContent: [Circular],
  865. _ended: true,
  866. _callbackCalled: true },
  867. toJSON: [Function: responseToJSON],
  868. caseless:
  869. Caseless {
  870. dict:
  871. { date: 'Mon, 30 Apr 2018 14:22:45 GMT',
  872. server: 'Apache/2.4.18 (Ubuntu)',
  873. 'set-cookie': [Array],
  874. refresh: '0;url=https://www.brooklynfitzone.com/index.php',
  875. 'content-length': '0',
  876. connection: 'close',
  877. 'content-type': 'text/html; charset=UTF-8' } },
  878. read: [Function],
  879. body: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement