proxy.py/plugin_examples
Abhinav Singh 439d58fdc2
Devtools Protocol (#174)
* Refine docs

* Decouple relay from dashboard.

Will be re-used by devtools protocol plugin.

* Just have a single manager for all eventing

* Ofcourse managers cant be shared across processes

* Remove unused

* Add DevtoolsProtocolPlugin

* Emit REQUEST_COMPLETE core event

* Emit only if --enable-events used

* Add event emitter for response cycle

* Fill up core events to devtools protocol expectations

* Serve static content with Cache-Control header and gzip compression

* Add PWA manifest.json and icons from sample PWA apps (replace later)

* Catch any exception and be ssl agnostic

* Add CSP headers and avoid inline scripts

* Re-enable iframe and deobfuscation

* Embed plugins within <section/> block

* Make tab switching agnostic of block name

* Add support for browser history on tab change

* Default hash to #home

* Switch to tab if hash is already set

* Expand canvas to fill screen even without content

* Remove inline css for embedded devtools

* Make dashboard backend websocket API pluggable

* doc
2019-11-14 19:00:07 -08:00
..
README.md Add private / public key generation utils which comply with new requirements on Mac OS 10.15 (#160) 2019-11-11 16:17:13 -08:00
__init__.py Test refactor + Docker image CI (#154) 2019-10-29 20:41:39 -07:00
cache_responses.py Devtools Protocol (#174) 2019-11-14 19:00:07 -08:00
filter_by_upstream.py Test refactor + Docker image CI (#154) 2019-10-29 20:41:39 -07:00
man_in_the_middle.py Test refactor + Docker image CI (#154) 2019-10-29 20:41:39 -07:00
mock_rest_api.py Test refactor + Docker image CI (#154) 2019-10-29 20:41:39 -07:00
modify_post_data.py Test refactor + Docker image CI (#154) 2019-10-29 20:41:39 -07:00
redirect_to_custom_server.py Test refactor + Docker image CI (#154) 2019-10-29 20:41:39 -07:00
setup.py Allow to pass flags as kwargs too in embed mode (#172) 2019-11-13 16:38:59 -08:00
shortlink.py Test refactor + Docker image CI (#154) 2019-10-29 20:41:39 -07:00
web_server_route.py Test refactor + Docker image CI (#154) 2019-10-29 20:41:39 -07:00

README.md

Proxy.py Plugins