mitmproxy/test/mitmproxy
Maximilian Hils dd1ee72b21
use client.id as connection id where possible (#6372)
this fixes compatibilit with the new macOS transparent mode, where the client's peername is unspecified (which otherwise leads to duplicates)
2023-09-18 23:17:46 +00:00
..
addons use client.id as connection id where possible (#6372) 2023-09-18 23:17:46 +00:00
completion
contentviews refactor NextLayer addon 2023-03-05 19:55:24 +01:00
coretypes [autofix.ci] apply automated fixes 2023-02-27 08:37:11 +01:00
data fix HAR version comparison in tests (#6298) 2023-08-04 09:00:27 +00:00
io add har support in FlowReader class (#6335) 2023-09-18 21:05:29 +00:00
net Enable unsafe legacy SSL renegotiation (#6281) 2023-07-29 16:39:25 +00:00
platform
proxy udp: listen on both ipv4 and ipv6 by default (#6206) 2023-06-27 08:02:23 +00:00
script
tools recommend port+2 instead of port+1 to avoid clashes with mitmweb (#6221) 2023-07-02 12:59:55 +00:00
utils
__init__.py
test_addonmanager.py
test_certs.py
test_command.py
test_command_lexer.py
test_connection.py
test_ctx.py
test_dns.py
test_eventsequence.py
test_exceptions.py
test_flow.py
test_flowfilter.py
test_hooks.py
test_http.py treat multipart as bytes, not str. fixes #5148 (#5917) 2023-02-07 10:29:08 +00:00
test_log.py
test_master.py fix usage of asyncio.create_task (#5928) 2023-02-13 21:45:02 +00:00
test_options.py
test_optmanager.py
test_proxy.py
test_taddons.py
test_tcp.py
test_tls.py
test_typemanager.py
test_types.py
test_udp.py
test_version.py
test_websocket.py