emanuele-em / proxelar

A MITM Proxy 🧑‍💻! Toolkit for HTTP/1, HTTP/2, and WebSockets with SSL/TLS Capabilities. Learning Project.
Apache License 2.0
409 stars 27 forks source link

pause and play the request #33

Closed emanuele-em closed 1 year ago

emanuele-em commented 1 year ago

Is your feature request related to a problem? Please describe. add a toggle button (pause / play) in the bottom panel that allow to temporary stop the listening

Describe the solution you'd like it should only stop the "append to vec" action

sak96 commented 1 year ago

Initial implementation in sak96/man-in-the-middle-proxy@610d62ae925e671d4f30a88c66ef7d14d90bdff8

On pause the requests are not passed but the capturing of the request to UI is paused.

waiting for #44 to get closed