Advertisement
Superloup10

Untitled

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