|
|
|
|
|
by ORioN63
2466 days ago
|
|
mitmproxy is indeed a similar project.
It offers a dashboard similar to devtools (no modifying in there though). You can, however, write small python scripts that have read-write access to the http flow (request and response objects). I guess it's a more low level tool, because it doesn't provide mocking and other helpful tools out of the box. |
|