mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 08:55:50 +03:00
[GH-ISSUE #428] Adding Multipart section in the Breakpoint Editor #427
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#427
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 (Oct 17, 2024).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/428
Originally assigned to: @kics223w1 on GitHub.
Description
Acceptance Criteria
New UI: Show Edit Button if it's in Editing mode.

Don't show the Edit button if it's read-only mode (For example: In the Main Request/Response, or in the Breakpoint Editor (Breakpoint on the Response))
Auto-fill the File name and Content-Type MIME (We've already had the logic to detect the MIME of a given file, use this lib. Don't manually code)
Test it carefully
Write 2-3 Unit Test with the Breakpoint on Request and Response. Add some binary file, some photo and text -> Assest the Response Body
@NghiaTranUIT commented on GitHub (Nov 16, 2024):
Update