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 Utils reorganisation: add netlib.strutils 2016-06-02 12:31:41 +12:00
__init__.py combine projects 2016-02-18 13:03:40 +01:00
basetypes.py Satisfy flake8 2016-05-31 19:58:28 +12:00
certutils.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
encoding.py add MultiDict 2016-05-18 18:46:42 -07:00
exceptions.py combine projects 2016-02-18 13:03:40 +01:00
human.py Utils cleanups 2016-06-07 17:12:52 +12:00
multidict.py Now keeps header capitalization 2016-06-05 20:47:10 +02:00
odict.py Utils reorganisation: add netlib.strutils 2016-06-02 12:31:41 +12:00
socks.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
strutils.py Shift a bunch more string-related functions to strutils 2016-06-02 13:04:19 +12:00
tcp.py netlib: always disconnect when using context manager 2016-06-06 15:10:03 -07:00
tutils.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
utils.py Utils cleanups 2016-06-07 17:12:52 +12:00
version_check.py cleanup imports with flake8 2016-05-28 14:43:32 +02:00
version.py bump version 2016-04-09 20:01:24 -07:00
wsgi.py Utils reorganisation: add netlib.strutils 2016-06-02 12:31:41 +12:00