1. Go to a webpage with STP 181 2. Open Web Inspector 3. Go to the Network Tab 4. Ctrl+Click on a resource on the left sidebar 5. There is a menu with * Copy HTTP Request Copy HTTP Request will copy the HTTP Headers but not the body if it exists * Copy HTTP Response Copy HTTP Response will copy the HTTP Headers but not the body if it exists Probably it would be better to rename these * Copy HTTP Request Headers * Copy HTTP Response Headers A full copy HTTP Response would be headers + body (if body exists) A full copy HTTP Request would be headers + body (if body exists)
<rdar://problem/117708766>