mitmproxy/examples/addons
Alexander Prinzhorn edbb3d6791
update ws injection example, fixes #4751 (#4761)
* update ws injection example, fixes #4751

* Update websocket-inject-message.py

* Revert "Update websocket-inject-message.py"

This reverts commit 86b4cda2f4d6d694db7d0d8b30ec04c3ef123181.

Co-authored-by: Maximilian Hils <github@maximilianhils.com>
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
2021-08-18 11:37:28 +00:00
..
anatomy2.py docs++ 2021-02-13 00:13:37 +01:00
anatomy.py
commands-flows.py update mypy 2021-02-03 23:03:49 +01:00
commands-paths.py update mypy 2021-02-03 23:03:49 +01:00
commands-simple.py
contentview.py move Headers/Message/Request/Response into mitmproxy.http 2021-02-05 08:43:15 +01:00
duplicate-modify-replay.py
filter-flows.py
http-add-header.py
http-modify-form.py
http-modify-query-string.py
http-redirect-requests.py
http-reply-from-proxy.py move Headers/Message/Request/Response into mitmproxy.http 2021-02-05 08:43:15 +01:00
http-stream-modify.py update streaming example 2021-08-02 13:57:12 +02:00
http-stream-simple.py
http-trailers.py docs++ 2021-02-13 00:13:37 +01:00
internet-in-mirror.py docs++ 2021-02-13 00:13:37 +01:00
io-read-saved-flows.py update mypy 2021-02-03 23:03:49 +01:00
io-write-flow-file.py
log-events.py
nonblocking.py pyupgrade --py36-plus mitmproxy/**/*.py 2020-11-20 19:25:26 +01:00
options-configure.py
options-simple.py
shutdown.py add example to shutdown the proxy master 2020-11-29 17:13:44 +01:00
tcp-simple.py
websocket-inject-message.py update ws injection example, fixes #4751 (#4761) 2021-08-18 11:37:28 +00:00
websocket-simple.py WebSocketMessage.kill() -> .drop() 2021-07-15 14:57:43 +02:00
wsgi-flask-app.py