One day I was busy using node-fetch
to make an HTTP Request
, and tried to retrieve the Response Text. When using Chrome Dev Tools, you can get this information in the Response tab. Like This:
The method of request does not matter.
I am trying to access the response text shown in the Response tab, using node-fetch. Any idea how or if it is possible to achieve this? If not, could you provide me with a module that could do this? The provided module must be able to do most types of HTTP requests, as well as being lightweight.
Thanks in advance.