mitmproxy/mitmproxy
Aldo Cortesi 86b7661456 Remove sticky[auth,cookie] from http objects
- they're unused
- if we want them, they should be set by the addon in the new metadata store
2016-11-04 11:50:19 +13:00
..
addons Let's not over-ride __bool__ on connection objects 2016-11-04 10:59:41 +13:00
contrib python3: clean up super and __future__ 2016-10-17 18:03:07 +13:00
net Remove deprecated interfaces 2016-11-04 11:47:47 +13:00
platform python3: clean up class brackets 2016-10-17 17:37:08 +13:00
proxy Remove deprecated interfaces 2016-11-04 11:47:47 +13:00
script mitmproxy.types.[basethread,multidict,serializable] 2016-10-20 10:22:23 +13:00
test addons.script: 100% test coverage 2016-11-03 19:36:34 +13:00
tools streamfile: make options less crazy 2016-11-03 15:18:55 +13:00
types multidict: remove to_dict 2016-10-21 11:42:21 +13:00
utils tests: clean up test/mitmproxy/tutils.py 2016-11-02 09:44:18 +13:00
__init__.py move script context to mitmproxy.ctx 2016-07-08 19:57:57 -07:00
addonmanager.py addons.Addons -> addonmanager, builtins -> addons 2016-10-19 14:39:39 +13:00
certs.py fix #1676 2016-10-27 13:10:57 -07:00
connections.py Let's not over-ride __bool__ on connection objects 2016-11-04 10:59:41 +13:00
contentviews.py Add options.default_contentview 2016-10-30 12:05:37 +13:00
controller.py test.taddon: Add cycle() method, use it to test addons.intercept 2016-10-30 10:52:57 +13:00
ctx.py minor fixes 2016-10-25 22:06:52 -07:00
events.py Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
exceptions.py The final piece: netlib -> mitproxy.net 2016-10-20 11:56:38 +13:00
export.py improve flow export 2016-10-22 20:32:39 -07:00
flow.py tests: client_playback coverage 2016-11-02 10:59:33 +13:00
flowfilter.py netlib.strutils -> mitmproxy.utils.strutils 2016-10-20 10:11:58 +13:00
http.py Remove sticky[auth,cookie] from http objects 2016-11-04 11:50:19 +13:00
io_compat.py http2: add push indicator 2016-10-27 20:33:30 -07:00
io.py Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
log.py Create mitmproxy.utils hierarchy 2016-10-20 09:35:55 +13:00
master.py console: add caching sort keys 2016-10-30 21:11:30 +13:00
options.py streamfile: make options less crazy 2016-11-03 15:18:55 +13:00
optmanager.py typecheck options, fix current inconsistencies 2016-10-25 20:45:48 -07:00
stateobject.py mitmproxy.types.[basethread,multidict,serializable] 2016-10-20 10:22:23 +13:00
tcp.py mitmproxy.types.[basethread,multidict,serializable] 2016-10-20 10:22:23 +13:00
version.py netlib.version -> mitmproxy.version 2016-10-20 09:20:44 +13:00