Advertisement
Guest User

Untitled

a guest
Sep 13th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. { errorMessage:
  2. Request {
  3. domain: null,
  4. _events: { pipe: [Function] },
  5. _eventsCount: 1,
  6. _maxListeners: undefined,
  7. method: 'POST',
  8. headers:
  9. { 'Postman-Token': '1741a3ca-2137-4d4c-927d-8e5de25f6176',
  10. 'Cache-Control': 'no-cache',
  11. Authorization: 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1MzY4NTQ1OTksImlhdCI6MTUzNjg1MzY5OSwic3ViIjoiNWI5YTg2YzNkMjYxMTUwMGFmYzM1NWNhIn0.2zHNCFvxDLC_FhgHVhztiIN58QPpUKwlMCym6xRPDeM',
  12. 'Content-Type': 'multipart/form-data',
  13. 'content-type': 'multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW',
  14. host: 'localhost:3000' },
  15. formData: { upload: [Object] },
  16. readable: true,
  17. writable: true,
  18. explicitMethod: true,
  19. _qs:
  20. Querystring {
  21. request: [Circular],
  22. lib: [Object],
  23. useQuerystring: undefined,
  24. parseOptions: {},
  25. stringifyOptions: {} },
  26. _auth:
  27. Auth {
  28. request: [Circular],
  29. hasAuth: false,
  30. sentAuth: false,
  31. bearerToken: null,
  32. user: null,
  33. pass: null },
  34. _oauth: OAuth { request: [Circular], params: null },
  35. _multipart:
  36. Multipart {
  37. request: [Circular],
  38. boundary: '8e9183a4-d380-4b9e-9129-49726dc5330e',
  39. chunked: false,
  40. body: null },
  41. _redirect:
  42. Redirect {
  43. request: [Circular],
  44. followRedirect: true,
  45. followRedirects: true,
  46. followAllRedirects: false,
  47. followOriginalHttpMethod: false,
  48. allowRedirect: [Function],
  49. maxRedirects: 10,
  50. redirects: [],
  51. redirectsFollowed: 0,
  52. removeRefererHeader: false },
  53. _tunnel:
  54. Tunnel {
  55. request: [Circular],
  56. proxyHeaderWhiteList: [Array],
  57. proxyHeaderExclusiveList: [] },
  58. setHeader: [Function],
  59. hasHeader: [Function],
  60. getHeader: [Function],
  61. removeHeader: [Function],
  62. localAddress: undefined,
  63. pool: {},
  64. dests: [],
  65. __isRequestRequest: true,
  66. uri:
  67. Url {
  68. protocol: 'http:',
  69. slashes: true,
  70. auth: null,
  71. host: 'localhost:3000',
  72. port: '3000',
  73. hostname: 'localhost',
  74. hash: null,
  75. search: null,
  76. query: null,
  77. pathname: '/v1/pictures',
  78. path: '/v1/pictures',
  79. href: 'http://localhost:3000/v1/pictures' },
  80. proxy: null,
  81. tunnel: false,
  82. setHost: true,
  83. originalCookieHeader: undefined,
  84. _disableCookies: true,
  85. _jar: undefined,
  86. port: '3000',
  87. host: 'localhost',
  88. _form:
  89. FormData {
  90. _overheadLength: 152,
  91. _valueLength: 52,
  92. _valuesToMeasure: [],
  93. writable: false,
  94. readable: true,
  95. dataSize: 0,
  96. maxDataSize: 2097152,
  97. pauseStreams: true,
  98. _released: false,
  99. _streams: [Array],
  100. _currentStream: null,
  101. _events: [Object],
  102. _eventsCount: 1,
  103. _boundary: '--------------------------895260015879097952813323' },
  104. path: '/v1/pictures',
  105. httpModule:
  106. { _connectionListener: [Function: connectionListener],
  107. METHODS: [Array],
  108. STATUS_CODES: [Object],
  109. Agent: [Object],
  110. ClientRequest: [Object],
  111. globalAgent: [Object],
  112. IncomingMessage: [Object],
  113. OutgoingMessage: [Object],
  114. Server: [Object],
  115. ServerResponse: [Object],
  116. createServer: [Function: createServer],
  117. get: [Function: get],
  118. request: [Function: request] },
  119. agentClass: { [Function: Agent] super_: [Object], defaultMaxSockets: Infinity },
  120. agent:
  121. Agent {
  122. domain: null,
  123. _events: [Object],
  124. _eventsCount: 1,
  125. _maxListeners: undefined,
  126. defaultPort: 80,
  127. protocol: 'http:',
  128. options: [Object],
  129. requests: {},
  130. sockets: [Object],
  131. freeSockets: {},
  132. keepAliveMsecs: 1000,
  133. keepAlive: false,
  134. maxSockets: Infinity,
  135. maxFreeSockets: 256 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement