You can still do that with the inspect menu; if you look at the network history in Chrome, you can see the headers sent, the headers received and the body sent / received.
> You can still do that with the inspect menu; if you look at the network history in Chrome, you can see the headers sent, the headers received and the body sent / received.
That only works if you have it open before the page loaded. It doesn't save information about network requests that occurred before the inspector was opened.
However, I would suggest that you use "Inspect element" and open up dev tools - this way you will see DOM exactly as it is rendered.