mitmproxy/libmproxy/protocol
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
handle.py refactor protocol handling, fix #332 2014-08-30 20:15:19 +02:00
http.py Clean up and clarify StateObject 2014-09-17 11:41:42 +12:00
primitives.py Clean up and clarify StateObject 2014-09-17 11:41:42 +12:00
tcp.py Clean up and clarify StateObject 2014-09-17 11:41:42 +12:00