mitmproxy / mitmproxy/mitmproxy
Syntax highlighting for responses
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 45.1k
- Forks
- 4.7k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 16
Description
FIrst of all, thanks for this awesome piece of software! I'm developing a browser and this seems very helpful for debugging issues.
It'd be nice if code in responses was syntax-highlighted, e.g. using the excellent pygments library. This would probably make it much easier to read, at least for me. Also, colors are just nice! 😉
Contributor guide
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.
Research direction
The issue names no files, tests, or entry points; begin by locating where mitmproxy renders HTTP response bodies and how that display handles response content. Done means response code is syntax-highlighted using an appropriate Pygments-based approach while remaining readable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100