mitmproxy/test
Aldo Cortesi b0b3b19ad6 Extract console dump functionality into an addon
This removes all the code that deals with printing flows to screen from dump.py
into a self-contained addon.

- This fixes a bug - by moving dumping into an
addon, we now dump flows AFTER addon transformation, so we can see the changes
made.
- We get dumping "for free" in other places by simply adding the addon. It's
now easy to add dumping to console to mitmweb for debugging and development.
The same goes for external projects that derive from master.
- We also get major benefits in clarity for a frankly hairy part of our
project. Mitmdump is much clearer, and all the hairyness is now isolated for
further refactoring.
2016-07-17 10:17:02 +12:00
..
mitmproxy Extract console dump functionality into an addon 2016-07-17 10:17:02 +12:00
netlib preserve content-type parameter order 2016-07-15 23:46:12 -07:00
pathod sni is now str, not bytes 2016-07-06 21:03:17 -07:00
__init__.py move tests into shared folder 2016-02-15 16:34:22 +01:00