mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
Find a file
Maximilian Hils f4dc2f2cfd
Replace blinker with custom implementation (#5528)
* replace blinker with custom implementation

The major benefit here is type checking, followed by proper support for async receivers.

* fix compatibility with Python 3.9

* fix nits

* try harder to force gc

* try harderer

* coverage++

* coverage++

* nits
2022-08-16 12:21:55 +00:00
.github
docs
examples
mitmproxy Replace blinker with custom implementation (#5528) 2022-08-16 12:21:55 +00:00
release Fix running hook issue and signal proxyserver updates. (#5512) 2022-08-14 00:11:01 +02:00
test Replace blinker with custom implementation (#5528) 2022-08-16 12:21:55 +00:00
web
.gitattributes
.gitignore
CHANGELOG.md Fix running hook issue and signal proxyserver updates. (#5512) 2022-08-14 00:11:01 +02:00
codecov.yml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
setup.cfg Replace blinker with custom implementation (#5528) 2022-08-16 12:21:55 +00:00
setup.py Replace blinker with custom implementation (#5528) 2022-08-16 12:21:55 +00:00
tox.ini

mitmproxy

Continuous Integration Status Coverage Status Latest Version Supported Python versions

mitmproxy is an interactive, SSL/TLS-capable intercepting proxy with a console interface for HTTP/1, HTTP/2, and WebSockets.

mitmdump is the command-line version of mitmproxy. Think tcpdump for HTTP.

mitmweb is a web-based interface for mitmproxy.

Installation

The installation instructions are here. If you want to install from source, see CONTRIBUTING.md.

Documentation & Help

General information, tutorials, and precompiled binaries can be found on the mitmproxy website.

mitmproxy.org

The documentation for mitmproxy is available on our website:

mitmproxy documentation stable mitmproxy documentation dev

If you have questions on how to use mitmproxy, please use GitHub Discussions!

mitmproxy discussions

Contributing

As an open source project, mitmproxy welcomes contributions of all forms.

Dev Guide

Also, please feel free to join our developer Slack!

Slack Developer Chat