monero-rpc-rs
monero-rpc-rs copied to clipboard
Feat: Add proxy arg to client creation
Allowing the user to specify a proxy, is useful to allow him to connect to a server through tor, analyze the traffic, or go through any number of anonymising services.
LGTM although clippy is being picky :P
cACK
What about ::new(addr)
and ::with_proxy(addr, proxy)
to keep compatibility with the current API?
cACK
What about
::new(addr)
and::with_proxy(addr, proxy)
to keep compatibility with the current API?
Yeah, that makes much more sense! Done.
Included in #92