This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Commit 6230777
committed
Update client
This PR uses the `proxy` feature of rust-jsonrpc to create a http transport
via sock5 proxy. Which can be activated using the `proxy` feature of this library.
- Update Cargo.toml to include `proxy` feature.
- Add a new `new_with_proxy()` constructor for client.1 parent bde02d7 commit 6230777
2 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1217 | 1217 | | |
1218 | 1218 | | |
1219 | 1219 | | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
1220 | 1236 | | |
1221 | 1237 | | |
1222 | 1238 | | |
| |||
0 commit comments