mitmproxy/netlib/http
Aldo Cortesi 8360f70024 First-order conversion to Python3-only
- Zap various occurrences of Python2 in docs and scripts
- Remove six from netlib, and some other places where obvious project-wide
search and replace works.
2016-10-17 15:18:47 +13:00
..
http1 fix-1366 2016-07-16 18:31:37 +02:00
http2 http2: improve framereader 2016-09-03 10:00:31 +02:00
__init__.py fix tests 2016-08-04 15:39:48 -07:00
authentication.py add basic auth support for reverse proxy mode 2016-08-13 11:04:53 -07:00
cookies.py parse_set_cookie header returns an empty list if no cookies are found 2016-09-28 15:10:31 +10:00
headers.py First-order conversion to Python3-only 2016-10-17 15:18:47 +13:00
message.py First-order conversion to Python3-only 2016-10-17 15:18:47 +13:00
multipart.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
request.py First-order conversion to Python3-only 2016-10-17 15:18:47 +13:00
response.py First-order conversion to Python3-only 2016-10-17 15:18:47 +13:00
status_codes.py combine projects 2016-02-18 13:03:40 +01:00
url.py First-order conversion to Python3-only 2016-10-17 15:18:47 +13:00
user_agents.py combine projects 2016-02-18 13:03:40 +01:00