mitmproxy/docs
Aldo Cortesi e6eeab6094 Revamp how addons work
- Addons now nest, which means that addons can manage addons. This has a number
of salutary effects - the scripts addon no longer has to poke into the global
addons list, we no longer have to replace/remove/boot-outof parent addons when
we load scripts, and this paves the way for making our top-level tools into
addons themselves.
- All addon calls are now wrapped in a safe execution environment where
exceptions are caught, and output to stdout/stderr are intercepted and turned
into logs.
- We no longer support script arguments in sys.argv - creating an option
properly is the only way to pass arguments. This means that all scripts are
always directly controllable from interctive tooling, and that arguments are
type-checked.

For now, I've disabled testing of the har dump example - it needs to be moved
to the new argument handling, and become a class addon. I'll address that in a
separate patch.
2017-04-25 22:13:44 +12:00
..
_static
_templates
dev add contributing section that redirects to README 2017-01-29 22:10:37 +01:00
features minor fixes 2017-03-11 14:46:33 +01:00
pathod pathoc: fix documentation for headers 2017-03-02 19:24:48 +01:00
schematics remove outdated architecture section from docs 2017-01-29 22:08:57 +01:00
screenshots
scripting Revamp how addons work 2017-04-25 22:13:44 +12:00
transparent Add transparent proxy support for OpenBSD 2017-02-11 14:05:22 +09:00
tutorials
.gitignore
certinstall-webapp.png
certinstall.rst docs: fix cert install link 2017-03-02 19:10:11 +01:00
conf.py
config.rst
custom-routing.txt
favicon.ico
howmitmproxy.rst Replace phrase "an TLS" with "a TLS" 2017-03-29 14:12:33 -04:00
index.rst Add transparent proxy support for OpenBSD 2017-02-11 14:05:22 +09:00
install.rst Revamp how addons work 2017-04-25 22:13:44 +12:00
introduction.rst
Makefile
mitmdump.rst
mitmproxy-docs.png
mitmproxy.rst fix other occurences of options shortcut 2017-03-07 12:16:23 +01:00
mitmweb.rst
modd.conf
modes.rst
transparent.rst Update shim path (#1968) 2017-01-30 20:07:37 +01:00