mitmproxy/web
Matteo Luppi 01a5cceeac
[web] replay multiple selected flows (#7674)
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
2025-04-29 12:45:19 +02:00
..
gen introduce new contentview API (#7623) 2025-04-21 14:56:58 +02:00
src [web] replay multiple selected flows (#7674) 2025-04-29 12:45:19 +02:00
.editorconfig
.prettierignore
eslint.config.mjs [web] add multiple flow selection (#7319) 2025-04-27 12:21:50 +02:00
gulpfile.js web: remove unnecessary template copying build step (#7490) 2025-01-17 18:09:45 +01:00
jest.config.js [web] add multiple flow selection (#7319) 2025-04-27 12:21:50 +02:00
package-lock.json
package.json
README.md
setup-jest.js [web] add multiple flow selection (#7319) 2025-04-27 12:21:50 +02:00
tsconfig.json

Quick Start

  • Install mitmproxy as described in ../CONTRIBUTING.md
  • Run node --version to make sure that you have at least Node.js 18 or above. If you are on Ubuntu <= 22.04, you need to upgrade.
  • Run cd mitmproxy/web to change to the directory with package.json
  • Run npm install to install dependencies
  • Run npm start to start live-compilation
  • Run mitmweb after activating your Python virtualenv (see ../CONTRIBUTING.md).

Testing

  • Run npm test to run the test suite.

Code formatting

Architecture

There are two components:

Contributing

We very much appreciate any (small) improvements to mitmweb. Please do not include the compiled assets in mitmproxy/tools/web/static in your pull request. Refreshing them on every commit would massively increase repository size. We will update these files before every release.

Developer Tools