mitmproxy/netlib
Aldo Cortesi 0c85c72dc4 ODict improvements
- Setting values now tries to preserve the existing order, rather than
just appending to the end.
- __repr__ now returns  a repr of the tuple list. The old repr becomes a
.format() method. This is clearer, makes troubleshooting easier, and
doesn't assume all data in ODicts are header-like
2015-04-15 10:28:17 +12:00
..
__init__.py minor cleanups 2014-08-16 15:53:07 +02:00
certffi.py minor cleanups 2014-08-16 15:53:07 +02:00
certutils.py fix code smell 2015-04-09 02:09:33 +02:00
http_auth.py fix code smell 2015-04-09 02:09:33 +02:00
http_cookies.py Remove old-style set-cookie cruft, unit tests to 100% 2015-04-14 10:13:03 +12:00
http_status.py minor cleanups 2014-08-16 15:53:07 +02:00
http_uastrings.py minor cleanups 2014-08-16 15:53:07 +02:00
http.py fix code smell 2015-04-09 02:09:33 +02:00
odict.py ODict improvements 2015-04-15 10:28:17 +12:00
socks.py Simplify expected_http_body_size signature, fixing a traceback found in fuzzing 2014-11-07 15:59:00 +13:00
tcp.py fix code smell 2015-04-09 02:09:33 +02:00
test.py make tests more robust, fix coveralls 2015-02-27 22:27:23 +01:00
utils.py minor cleanups 2014-08-16 15:53:07 +02:00
version.py Bump version 2014-12-28 22:46:19 +13:00
wsgi.py ODict improvements 2015-04-15 10:28:17 +12:00