ProxymanApp / ProxymanApp/Proxyman
Request and Response Body Size in ListView
@NghiaTranUIT is already working on this.
Since Jul 26, 2025.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Add an option to display both the body size and request size in the header section of each entry in the ListView (the main request list screen). This would allow users to quickly view and compare the sizes of requests and responses directly from the list, without needing to inspect each one individually.
Why this feature/change is important?
Currently, to view the body size or request size, users need to click into each individual request. This can be time-consuming, especially when analyzing multiple requests or trying to quickly identify large payloads. By displaying these sizes in the ListView header, users can:
• Quickly spot large requests or responses
• Easily compare sizes across multiple requests
• Save time during analysis and troubleshooting
This small UI enhancement would significantly improve the workflow and efficiency for developers and testers who need to monitor and optimize network traffic.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.