Hamster.proxy !!install!! | X

| Flag | Meaning | |------|---------| | -p, --port | Listening port (default: 8080 ). | | -b, --bind | Interface to bind (default: 0.0.0.0 ). | | --tls-ca <path> | Path to a custom CA for MITM (if omitted a self‑signed CA is generated). | | --log-level <lvl> | debug , info , warning , error . | | --metrics-port <port> | Expose Prometheus metrics (default: disabled). | | --config <yaml> | Load a routing/auth config file. |

– If you need a programmable, async HTTP/HTTPS proxy that you can embed in a script or spin up as a service, x hamster.proxy is a solid choice. x hamster.proxy

# ------------------------------------------------- # 2️⃣ Create proxy instance # ------------------------------------------------- proxy = ProxyServer(host="0.0.0.0", port=8080) | Flag | Meaning | |------|---------| | -p,

Now point any HTTP client at http://localhost:8080 and watch the SQLite table fill up: | | --log-level &lt;lvl&gt; | debug , info , warning , error