mitmproxy/netlib
Aldo Cortesi 1ffc273c94 Utils cleanups
- Move more stuff that belongs in netlib.human
- Move some stuff to near the only use
- Zap mitmproxy.utils.timestamp(). I see the rationale, but we used it
interchangeably with time.time() throughout the project. Since time.time()
dominates in the codebase and timestamp() is such low utility, away it goes.
2016-06-07 17:12:52 +12:00
..
http Utils cleanups 2016-06-07 17:12:52 +12:00
websockets
__init__.py
basetypes.py
certutils.py
encoding.py
exceptions.py
human.py Utils cleanups 2016-06-07 17:12:52 +12:00
multidict.py
odict.py
socks.py
strutils.py
tcp.py netlib: always disconnect when using context manager 2016-06-06 15:10:03 -07:00
tutils.py
utils.py Utils cleanups 2016-06-07 17:12:52 +12:00
version.py
version_check.py
wsgi.py