[GH-ISSUE #280] Raw Message Editor #2: Breakpoint Request #281

Open
opened 2026-03-03 19:49:35 +03:00 by kerem · 0 comments
Owner

Originally created by @NghiaTranUIT on GitHub (Aug 1, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/280

Originally assigned to: @kics223w1 on GitHub.

Description

Continue from #279

It's time to implement the Raw Tab for the Breakpoint Request

Video:

https://github.com/ProxymanApp/proxyman-windows-linux/assets/5878421/7ec0115b-6f08-4dfa-bd56-b58dd3660f98

Acceptance Criteria

  • Support Raw Tab Editor on Breakpoint Request

Important Logic

  1. Edit the Header Tab -> Ended Editing Event fired -> It will automatically update the Raw Message
  2. Edit the Query Tab -> Ended Editing Event fired -> It will automatically update the Raw Message (Query must be percent-encoded)
  3. Select Method dropdown -> It will automatically update the Raw Message
  4. Edit the Raw Message -> Ended editing event fired or debounce 0.3s -> Automatic parse the raw message to Header, Query, HTTP Method -> Make sure it updates the data in the Header + Query + HTTP Method Dropdown
  5. Reuse the class HttpParserService to parse the data and get correct
  6. Auto-Completion for Header Key, Header Value, HTTP version, and HTTP Method -> Reference Monaco Editor for the implementation.

HTTP Message Validator

Unit Tests

Originally created by @NghiaTranUIT on GitHub (Aug 1, 2023). Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/280 Originally assigned to: @kics223w1 on GitHub. ## Description Continue from #279 It's time to implement the Raw Tab for the Breakpoint Request Video: https://github.com/ProxymanApp/proxyman-windows-linux/assets/5878421/7ec0115b-6f08-4dfa-bd56-b58dd3660f98 ## Acceptance Criteria - Support Raw Tab Editor on Breakpoint Request ## Important Logic 1. Edit the Header Tab -> Ended Editing Event fired -> It will automatically update the Raw Message 2. Edit the Query Tab -> Ended Editing Event fired -> It will automatically update the Raw Message (Query must be percent-encoded) 3. Select Method dropdown -> It will automatically update the Raw Message 4. Edit the Raw Message -> Ended editing event fired or debounce 0.3s -> Automatic parse the raw message to Header, Query, HTTP Method -> Make sure it updates the data in the Header + Query + HTTP Method Dropdown 5. Reuse the class HttpParserService to parse the data and get correct 6. Auto-Completion for Header Key, Header Value, HTTP version, and HTTP Method -> Reference [Monaco Editor](https://github.com/ProxymanApp/monaco-editor) for the implementation. ### HTTP Message Validator - Similar with https://github.com/ProxymanApp/proxyman-windows-linux/issues/279#issuecomment-1659649928 ### Unit Tests - Similar with https://github.com/ProxymanApp/proxyman-windows-linux/issues/279#issuecomment-1659658836 - Edit Raw Tab on Breakpoint Request & Response -> Verify the output
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxyman-windows-linux#281
No description provided.