-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Milestone
Description
Description
From macOS insight, Many users prefer editing the Breakpoint With Raw Tab (To able to edit Response Header and status code)
BreakpointRawMessage and BreakpointData for code reference
- Video in action:
CleanShot.2023-08-01.at.13.14.32.mp4
Acceptance Criteria
- Support Raw Tab Editor on Breakpoint Response
Important Logic
- Edit the Header Tab -> End Editing Event fired -> It will automatically update the Raw Message
- Edit the Raw Message -> End editing event fired -> Automatic parse the raw message to Header and Status code -> Make sure it updates the data in the Header + Status Code too
- Reuse the class
HttpParserServiceto parse the data and get correct - Auto-Completion for Header Key, Header Value, HTTP version, and HTTP Status Code (as a Video) -> Reference Monaco Editor for the implementation.
Note:
When implementing this ticket, please beware that we will have the Raw Tab Editor for the Request part too (Breakpoint Request and Compose). It's for future ticket
