ProxymanApp / ProxymanApp/Proxyman
Request/Response Tab Manager
@NghiaTranUIT is already working on this.
Since Mar 31, 2020.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
At the moment, the Body Tab in the Request and Response panel automatically determines the Content-Type and do "Pretty" and "Highlight". However, in some cases, it doesn't work well if the Response's Content-Type is not correct.
For instance, some users report that their server returns JSON as a body, but Content-Type is text/html, so Proxyman couldn't do Prettier and Highlight.
In order to mitigate this problem, I would like to introduce a feature to handle the Tab in the Request and Response. So the user can select JSON or another format on their need.
Charles Proxy does it very well. We should inspire and support in Proxyman.
Acceptance Criteria
- Add a
cogmenu button on the Response panel - Able to select/unselect the format the need
- The selected tab is appended
- Do proper prettier and hightlighter
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.