mitmproxy/mitmproxy
Thomas B Homburg 4be69a5fc7
GraphQL content-view (#4396)
* Add GraphQL contentview

* Simpler graphql formatting

* Do not prompt for exit

* Give graphql priority over json

* Revert "Do not prompt for exit"

This reverts commit 386b38f9eb4601ae41365ace5b9689c30761a412.

* Handle batched queries

* Fix flake issues

* typing fix

* Typing fixes

* Add graphql content view test

* Fix reference

* Fixed tests

* flake

* Implement GraphQLView.render_priority

* Show query key stub value

* Code coverage

* Import PARSE_ERROR

* Test for invalid json
2021-01-22 00:29:09 +01:00
..
addons [#4235] Automatic view mode based on should_render method (#4236) 2021-01-17 11:39:51 +01:00
contentviews GraphQL content-view (#4396) 2021-01-22 00:29:09 +01:00
contrib
coretypes
io
net [#4235] Automatic view mode based on should_render method (#4236) 2021-01-17 11:39:51 +01:00
platform
proxy fix race condition in NextLayer addon (#4403) 2021-01-20 15:03:55 +01:00
script
test
tools [#4235] Automatic view mode based on should_render method (#4236) 2021-01-17 11:39:51 +01:00
utils [#4235] Automatic view mode based on should_render method (#4236) 2021-01-17 11:39:51 +01:00
__init__.py
addonmanager.py
certs.py
command.py
command_lexer.py
controller.py
ctx.py
eventsequence.py
exceptions.py
flow.py
flowfilter.py
hooks.py duplicate hooks: warn instead of raise 2021-01-16 20:31:50 +01:00
http.py [#4235] Automatic view mode based on should_render method (#4236) 2021-01-17 11:39:51 +01:00
log.py
master.py deep-link to GitHub issues page on crashes 2021-01-17 11:27:50 +01:00
options.py
optmanager.py
py.typed
stateobject.py
tcp.py
types.py
version.py
websocket.py