[GH-ISSUE #1648] [Breakpoint] Breakpoint for Request #1640

Closed
opened 2026-03-03 19:53:06 +03:00 by kerem · 0 comments
Owner

Originally created by @8bitzz on GitHub (May 23, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1648

Originally assigned to: @8bitzz on GitHub.

Description

Request Tab

IMG_6915

URL & Method section
  • Request tab is displayed in Edit mode
  • Tap on the Method button -> Show menu context to select the Method
  • URL Text Field is editable
  • URL Text Field has a Maximum multiline is 5
  • URL Text Field will display the URL with color (See PrettyURLBuilder class to build the URL to NSAttributeString)
  • URL Color will update as soon as the user updates a text
  • Display custom keyboard
  • If the URL is invalid (EndEditing delegate), show the error below the URL.
Header & Query
  • Tap on Header & Query cell should show HeaderEditorView
  • Reuse the HeaderEditorViewController, logic similar to MapLocalTool
  • Display custom keyboard for auto completion/ suggestion
  • Change query params should update URL automatically and vice versa
Body
  • Tap on Body cell should show BodyEditorView
  • Reuse the BodyEditorViewController, logic similar to MapLocalTool
  • Display custom keyboard for auto completion/ suggestion

Response Tab

  • Show Response button but disable selection
  • Users are not able to swipe to see Response Tab

Breakpoint Action Menu

  • Set menu action on right bar button on navigation bar
  • Display 3 options: Execute, Abort, Continue for users to select
Originally created by @8bitzz on GitHub (May 23, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1648 Originally assigned to: @8bitzz on GitHub. ## Description ### Request Tab ![IMG_6915](https://github.com/ProxymanApp/Proxyman/assets/23531403/c8c64caf-b91f-4ea3-a02b-4a1abef3ea7e) ##### URL & Method section - Request tab is displayed in `Edit` mode - Tap on the Method button -> Show menu context to select the Method - URL Text Field is editable - URL Text Field has a Maximum multiline is 5 - URL Text Field will display the URL with color (See PrettyURLBuilder class to build the URL to NSAttributeString) - URL Color will update as soon as the user updates a text - Display custom keyboard - If the URL is invalid (EndEditing delegate), show the error below the URL. ##### Header & Query - Tap on `Header` & `Query` cell should show `HeaderEditorView` - Reuse the `HeaderEditorViewController`, logic similar to MapLocalTool - Display custom keyboard for auto completion/ suggestion - Change `query` params should update URL automatically and vice versa ##### Body - Tap on `Body` cell should show `BodyEditorView` - Reuse the `BodyEditorViewController`, logic similar to MapLocalTool - Display custom keyboard for auto completion/ suggestion ### Response Tab - Show `Response` button but disable selection - Users are not able to swipe to see Response Tab ### Breakpoint Action Menu - Set menu action on right bar button on navigation bar - Display 3 options: `Execute`, `Abort`, `Continue` for users to select
kerem 2026-03-03 19:53:06 +03:00
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#1640
No description provided.