Document --proxy option in the multiverse client
To be able to inspect network requests flying around as you interact Spawning from https://github.com/matrix-org/matrix-rust-sdk/issues/5600#issuecomment-3238128112
This commit is contained in:
committed by
Damir Jelić
parent
f0c1c65308
commit
371ed49670
+4
-2
@@ -14,8 +14,10 @@ Rust SDK can evolve, feel free to propose an experiment.
|
||||
## Current experiments
|
||||
|
||||
- multiverse: a TUI client mostly for quick development iteration of SDK features and debugging.
|
||||
Run with `cargo run --bin multiverse matrix.org ~/.cache/multiverse-cache`.
|
||||
|
||||
- Run with `cargo run --bin multiverse matrix.org ~/.cache/multiverse-cache`.
|
||||
- To inspect network requests, there is a `--proxy` option which can use in
|
||||
combination with [mitmproxy](https://www.mitmproxy.org/):
|
||||
`cargo run --bin multiverse -- --proxy http://localhost:8080 matrix.org ~/.cache/multiverse-cache`
|
||||
|
||||
## Archived experiments
|
||||
|
||||
|
||||
Reference in New Issue
Block a user