altair
                                
                                 altair copied to clipboard
                                
                                    altair copied to clipboard
                            
                            
                            
                        Request/response log or console
Is your feature request related to a problem? Please describe.
Sometimes I find it useful to see low lewel details like exact request and response sent and received. That is HTTP protocol infromation like headers and body.
Describe the solution you'd like
I have something like Postman in mind, a console where it's possible to see either formatted request and response, or in plain text, it looks like this:
formatted version:

plain text version:

It could be open as a separate window as well:

Describe alternatives you've considered
Using a browser version of Altair and opening browser DevTools.
Hey @pavelsaman :wave:,
Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider backing us - every little help counts!
https://www.electronjs.org/docs/api/net-log
netLog | ElectronLogging network events for a session.
https://github.com/axifive/netlog-viewer
https://chromium.googlesource.com/catapult/+/master/netlog_viewer/netlog_viewer
https://www.electronjs.org/docs/api/web-request#webrequestoncompletedfilter-listener
@pavelsaman Going through this, it looks like this is going to be a whole lot of work. I can't justify working on this large amount of work with presumably little benefit. Considering this information is already available in dev tools, what benefits are there to implementing this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Going to close this issue as stale. Feel free to comment here if that is not the case.