mitmproxy/mitmproxy
Jay Malhotra 0bd36e7313
Add content view syntax highlighting for JSON and msgpack (#5648)
* feat(contentview): add json syntax highlighting

* feat(contentview): add msgpack syntax highlighting

* fix(contentview): address pipeline failures

* feat(contentview): switch to pygment-like token names

* feat(mitmproxy): update cli syntax highlighting

* refactor: respond to review comments

* nits

Co-authored-by: Maximilian Hils <git@maximilianhils.com>
Co-authored-by: Maximilian Hils <github@maximilianhils.com>
2022-10-19 21:51:03 +00:00
..
addons Update pyOpenSSL (#5639) 2022-10-13 12:33:55 +00:00
contentviews Add content view syntax highlighting for JSON and msgpack (#5648) 2022-10-19 21:51:03 +00:00
contrib
coretypes remove unused basethread implementation 2022-09-19 17:10:31 +02:00
io
net udp: bind to 0.0.0.0 on Windows (#5642) 2022-10-14 05:54:42 +00:00
platform move get_local_ip out of platform-specific code (#5579) 2022-09-11 18:40:16 +02:00
proxy type -> type_name to avoid name clash with builtin 2022-10-14 07:35:08 +02:00
script
test switch to stdlib logging 2022-09-17 17:28:35 +02:00
tools Add content view syntax highlighting for JSON and msgpack (#5648) 2022-10-19 21:51:03 +00:00
utils Magisk module onboarding for Android (#5547) 2022-08-23 14:52:11 +00:00
__init__.py
addonmanager.py don't remove add_log but deprecate it. 2022-09-18 13:45:37 +02:00
certs.py
command.py mypy: install _all_ dependencies 2022-09-22 18:52:45 +02:00
command_lexer.py
connection.py Unify proxy modes, introduce UDP protocol detection. (#5556) 2022-08-30 05:27:51 +02:00
ctx.py
dns.py
eventsequence.py
exceptions.py
flow.py
flowfilter.py
hooks.py
http.py
log.py don't dim debug logs 2022-09-19 17:10:31 +02:00
master.py don't remove add_log but deprecate it. 2022-09-18 13:45:37 +02:00
options.py Unify proxy modes, introduce UDP protocol detection. (#5556) 2022-08-30 05:27:51 +02:00
optmanager.py
py.typed
stateobject.py
tcp.py
tls.py
types.py
udp.py
version.py
websocket.py