Advertisement
pavelsc

VK IO

Aug 23rd, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. {
  2. method: 'POST',
  3. compress: false,
  4. agent: Agent {
  5. _events: [Object: null prototype] {
  6. free: [Function (anonymous)],
  7. newListener: [Function: maybeEnableKeylog]
  8. },
  9. _eventsCount: 2,
  10. _maxListeners: undefined,
  11. defaultPort: 443,
  12. protocol: 'https:',
  13. options: [Object: null prototype] { path: null },
  14. requests: [Object: null prototype] {},
  15. sockets: [Object: null prototype] {},
  16. freeSockets: [Object: null prototype] {},
  17. keepAliveMsecs: 1000,
  18. keepAlive: false,
  19. maxSockets: Infinity,
  20. maxFreeSockets: 256,
  21. scheduling: 'lifo',
  22. maxTotalSockets: Infinity,
  23. totalSocketCount: 0,
  24. maxCachedSessions: 100,
  25. _sessionCache: { map: {}, list: [] },
  26. [Symbol(kCapture)]: false
  27. },
  28. signal: AbortSignal {},
  29. headers: {
  30. 'User-Agent': 'vk-io/4.5.2 (+https://github.com/negezor/vk-io)',
  31. connection: 'keep-alive'
  32. },
  33. body: URLSearchParams {
  34. 'access_token' => 'vk1.a.VujwgC2o5gz3z7LMVnfVS6TW77zoWj053afw89AkvHepiH3WNKvGCBr_TTl3usBCijQQhx-xt4C5Gpzap_mGxxgQFxVWCnrP4ZSmh9zwG3B6pcTwlnXKps2F0Z0lRWWvQXFQPWVO_S0vjSdA_RjdYpRRjULtVNNIo9n7uI82WeGUb2M2MxRmI4dhd54JuSfM',
  35. 'v' => '5.131',
  36. 'random_id' => '863385515',
  37. 'peer_id' => '5303987',
  38. 'message' => 'testx',
  39. 'keyboard' => '[object Object]' }
  40. }
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement