Bug 263929

Summary: Rename Copy HTTP Request and Copy HTTP Response
Product: WebKit Reporter: Karl Dubost <karlcow>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 17   
Hardware: Unspecified   
OS: Unspecified   

Description Karl Dubost 2023-10-30 15:41:34 PDT
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)
Comment 1 Radar WebKit Bug Importer 2023-10-30 15:41:47 PDT
<rdar://problem/117708766>