Is there anyway with a Node.js app that I can get it to log all HTTP and HTTPS requests and responses with URL, header and body contents ?
What would be lovely is a GUI version of Node with a debugger window simular to Chromes developer mode that shows all requests and responses, as well as normal console, and maybe allows other debugging functions and information.
Is there anyway with a Node.js app that I can get it to log all HTTP and HTTPS requests and responses with URL, header and body contents ?
What would be lovely is a GUI version of Node with a debugger window simular to Chromes developer mode that shows all requests and responses, as well as normal console, and maybe allows other debugging functions and information.