Advertisement
Guest User

Untitled

a guest
May 1st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.26 KB | None | 0 0
  1. Request {
  2. domain: null,
  3. _events: { pipe: [Function] },
  4. _eventsCount: 1,
  5. _maxListeners: undefined,
  6. uri:
  7. Url {
  8. protocol: 'http:',
  9. slashes: true,
  10. auth: null,
  11. host: 'rextester.com',
  12. port: 80,
  13. hostname: 'rextester.com',
  14. hash: null,
  15. search: null,
  16. query: null,
  17. pathname: '/rundotnet/Run',
  18. path: '/rundotnet/Run',
  19. href: 'http://rextester.com/rundotnet/Run' },
  20. method: 'POST',
  21. readable: true,
  22. writable: true,
  23. explicitMethod: true,
  24. _qs:
  25. Querystring {
  26. request: [Circular],
  27. lib: { formats: [Object], parse: [Function], stringify: [Function] },
  28. useQuerystring: undefined,
  29. parseOptions: {},
  30. stringifyOptions: {} },
  31. _auth:
  32. Auth {
  33. request: [Circular],
  34. hasAuth: false,
  35. sentAuth: false,
  36. bearerToken: null,
  37. user: null,
  38. pass: null },
  39. _oauth: OAuth { request: [Circular], params: null },
  40. _multipart:
  41. Multipart {
  42. request: [Circular],
  43. boundary: '3f229f76-f92f-492b-a08d-fb30e79dce89',
  44. chunked: false,
  45. body: null },
  46. _redirect:
  47. Redirect {
  48. request: [Circular],
  49. followRedirect: true,
  50. followRedirects: true,
  51. followAllRedirects: false,
  52. followOriginalHttpMethod: false,
  53. allowRedirect: [Function],
  54. maxRedirects: 10,
  55. redirects: [],
  56. redirectsFollowed: 0,
  57. removeRefererHeader: false },
  58. _tunnel:
  59. Tunnel {
  60. request: [Circular],
  61. proxyHeaderWhiteList:
  62. [ 'accept',
  63. 'accept-charset',
  64. 'accept-encoding',
  65. 'accept-language',
  66. 'accept-ranges',
  67. 'cache-control',
  68. 'content-encoding',
  69. 'content-language',
  70. 'content-location',
  71. 'content-md5',
  72. 'content-range',
  73. 'content-type',
  74. 'connection',
  75. 'date',
  76. 'expect',
  77. 'max-forwards',
  78. 'pragma',
  79. 'referer',
  80. 'te',
  81. 'user-agent',
  82. 'via' ],
  83. proxyHeaderExclusiveList: [] },
  84. headers:
  85. { host: 'rextester.com',
  86. 'content-type': 'application/x-www-form-urlencoded' },
  87. setHeader: [Function],
  88. hasHeader: [Function],
  89. getHeader: [Function],
  90. removeHeader: [Function],
  91. localAddress: undefined,
  92. pool: {},
  93. dests: [],
  94. __isRequestRequest: true,
  95. proxy: null,
  96. tunnel: false,
  97. setHost: true,
  98. originalCookieHeader: undefined,
  99. _disableCookies: true,
  100. _jar: undefined,
  101. port: 80,
  102. host: 'rextester.com',
  103. path: '/rundotnet/Run',
  104. httpModule:
  105. { IncomingMessage: { [Function: IncomingMessage] super_: [Object] },
  106. METHODS:
  107. [ 'ACL',
  108. 'BIND',
  109. 'CHECKOUT',
  110. 'CONNECT',
  111. 'COPY',
  112. 'DELETE',
  113. 'GET',
  114. 'HEAD',
  115. 'LINK',
  116. 'LOCK',
  117. 'M-SEARCH',
  118. 'MERGE',
  119. 'MKACTIVITY',
  120. 'MKCALENDAR',
  121. 'MKCOL',
  122. 'MOVE',
  123. 'NOTIFY',
  124. 'OPTIONS',
  125. 'PATCH',
  126. 'POST',
  127. 'PROPFIND',
  128. 'PROPPATCH',
  129. 'PURGE',
  130. 'PUT',
  131. 'REBIND',
  132. 'REPORT',
  133. 'SEARCH',
  134. 'SUBSCRIBE',
  135. 'TRACE',
  136. 'UNBIND',
  137. 'UNLINK',
  138. 'UNLOCK',
  139. 'UNSUBSCRIBE' ],
  140. OutgoingMessage: { [Function: OutgoingMessage] super_: [Object] },
  141. ServerResponse: { [Function: ServerResponse] super_: [Object] },
  142. STATUS_CODES:
  143. { '100': 'Continue',
  144. '101': 'Switching Protocols',
  145. '102': 'Processing',
  146. '200': 'OK',
  147. '201': 'Created',
  148. '202': 'Accepted',
  149. '203': 'Non-Authoritative Information',
  150. '204': 'No Content',
  151. '205': 'Reset Content',
  152. '206': 'Partial Content',
  153. '207': 'Multi-Status',
  154. '208': 'Already Reported',
  155. '226': 'IM Used',
  156. '300': 'Multiple Choices',
  157. '301': 'Moved Permanently',
  158. '302': 'Found',
  159. '303': 'See Other',
  160. '304': 'Not Modified',
  161. '305': 'Use Proxy',
  162. '307': 'Temporary Redirect',
  163. '308': 'Permanent Redirect',
  164. '400': 'Bad Request',
  165. '401': 'Unauthorized',
  166. '402': 'Payment Required',
  167. '403': 'Forbidden',
  168. '404': 'Not Found',
  169. '405': 'Method Not Allowed',
  170. '406': 'Not Acceptable',
  171. '407': 'Proxy Authentication Required',
  172. '408': 'Request Timeout',
  173. '409': 'Conflict',
  174. '410': 'Gone',
  175. '411': 'Length Required',
  176. '412': 'Precondition Failed',
  177. '413': 'Payload Too Large',
  178. '414': 'URI Too Long',
  179. '415': 'Unsupported Media Type',
  180. '416': 'Range Not Satisfiable',
  181. '417': 'Expectation Failed',
  182. '418': 'I\'m a teapot',
  183. '421': 'Misdirected Request',
  184. '422': 'Unprocessable Entity',
  185. '423': 'Locked',
  186. '424': 'Failed Dependency',
  187. '425': 'Unordered Collection',
  188. '426': 'Upgrade Required',
  189. '428': 'Precondition Required',
  190. '429': 'Too Many Requests',
  191. '431': 'Request Header Fields Too Large',
  192. '451': 'Unavailable For Legal Reasons',
  193. '500': 'Internal Server Error',
  194. '501': 'Not Implemented',
  195. '502': 'Bad Gateway',
  196. '503': 'Service Unavailable',
  197. '504': 'Gateway Timeout',
  198. '505': 'HTTP Version Not Supported',
  199. '506': 'Variant Also Negotiates',
  200. '507': 'Insufficient Storage',
  201. '508': 'Loop Detected',
  202. '509': 'Bandwidth Limit Exceeded',
  203. '510': 'Not Extended',
  204. '511': 'Network Authentication Required' },
  205. Agent: { [Function: Agent] super_: [Object], defaultMaxSockets: Infinity },
  206. globalAgent:
  207. Agent {
  208. domain: null,
  209. _events: [Object],
  210. _eventsCount: 1,
  211. _maxListeners: undefined,
  212. defaultPort: 80,
  213. protocol: 'http:',
  214. options: [Object],
  215. requests: {},
  216. sockets: {},
  217. freeSockets: {},
  218. keepAliveMsecs: 1000,
  219. keepAlive: false,
  220. maxSockets: Infinity,
  221. maxFreeSockets: 256 },
  222. ClientRequest: { [Function: ClientRequest] super_: [Object] },
  223. request: [Function],
  224. get: [Function],
  225. _connectionListener: [Function: connectionListener],
  226. Server: { [Function: Server] super_: [Object] },
  227. createServer: [Function],
  228. Client: [Function: deprecated],
  229. createClient: [Function: deprecated] },
  230. agentClass:
  231. { [Function: Agent]
  232. super_:
  233. { [Function: EventEmitter]
  234. EventEmitter: [Circular],
  235. usingDomains: false,
  236. defaultMaxListeners: [Getter/Setter],
  237. init: [Function],
  238. listenerCount: [Function] },
  239. defaultMaxSockets: Infinity },
  240. agent:
  241. Agent {
  242. domain: null,
  243. _events: { free: [Function] },
  244. _eventsCount: 1,
  245. _maxListeners: undefined,
  246. defaultPort: 80,
  247. protocol: 'http:',
  248. options: { path: null },
  249. requests: {},
  250. sockets: {},
  251. freeSockets: {},
  252. keepAliveMsecs: 1000,
  253. keepAlive: false,
  254. maxSockets: Infinity,
  255. maxFreeSockets: 256 },
  256. body: 'LanguageChoiceWrapper=24&EditorChoiceWrapper=1&LayoutChoiceWrapper=1&Program=print%28%27hey%27%29&Input=&Privacy=&PrivacyUsers=&Title=&SavedOutput=&WholeError=&WholeWarning=&StatsToSave=&CodeGuid=&IsInEditMode=False&IsLive=False' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement