mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#240
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NghiaTranUIT on GitHub (May 16, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/238
Originally assigned to: @kics223w1 on GitHub.
Description
Since we've already implemented the Breakpoint, it's time to implement the Compose View.
Please play around with the Compose Tool in the macOS version to understand all expected behavior.
Acceptance Criteria
Add a new button to the Toolbar. Use SF Image Name:

square.and.pencilLayout this Compose View

Reuse the Request Panel from the Breakpoint
Able to modify: URL, Query, Header, and Body (Able to select file #233 ). For example: Editing the Query Table View -> Automatically update the URL, and vice versa.
⚠️ Don't implement the RAW tab
If the URL is invalid -> Show the error

If there is any error: Timeout, invalid host, ... show the alert with a friendly error message
@NghiaTranUIT commented on GitHub (May 16, 2023):
Requirement #2
For example: If I select the
httpbin.orgPin item -> open the compose view -> Make a Request to httpbin.org -> New Request will appear onAll Domainandhttppin.orgpin items.@NghiaTranUIT commented on GitHub (May 16, 2023):
Requirement 3