mitmproxy/libmproxy/proxy
Aldo Cortesi d998790c2f Clean up and clarify StateObject
- Flatten the class hierarchy
- get_state, load_state, from_state are public
- Simplify code
- Remove __eq__ and __neq__. This fundamentally changes the semantics of
inherited objects in a way that's not part of the core function of the
class
2014-09-17 11:41:42 +12:00
..
__init__.py mitmproxy -> libmproxy.main. do some leanup on the way 2014-09-08 23:34:43 +02:00
config.py mitmproxy -> libmproxy.main. do some leanup on the way 2014-09-08 23:34:43 +02:00
connection.py Clean up and clarify StateObject 2014-09-17 11:41:42 +12:00
primitives.py remove proxy mode abstraction: always be clear which mode we are in 2014-09-08 14:32:42 +02:00
server.py mitmproxy -> libmproxy.main. do some leanup on the way 2014-09-08 23:34:43 +02:00