mitmproxy/netlib/http
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
..
http1 Utils cleanups 2016-06-07 17:12:52 +12:00
http2 Merge pull request #1183 from mitmproxy/module-imports 2016-06-01 16:26:55 +12:00
__init__.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
authentication.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
cookies.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
headers.py Utils reorganisation: add netlib.strutils 2016-06-02 12:31:41 +12:00
message.py Utils reorganisation: add netlib.strutils 2016-06-02 12:31:41 +12:00
multipart.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
request.py minor fixes 2016-06-06 19:10:19 -07:00
response.py minor fixes 2016-06-06 19:10:19 -07:00
status_codes.py combine projects 2016-02-18 13:03:40 +01:00
url.py Utils cleanups 2016-06-07 17:12:52 +12:00
user_agents.py combine projects 2016-02-18 13:03:40 +01:00