Steven Roose 952482d5e4 rpc: Support specifying HTTP client in RPC dialing (#15836)
* rpc: Support specifying HTTP client in RPC dialing

Adds a minimal interface that captures http.Client and adds a new method
rpc.DialHTTPClient that takes a client using that interface. The existing
rpc.DialHTTP method is then alternatively implemented by using the new
rpc.DialHTTPClient method provided with a standard *http.Client.

* rpc: fix minor doc typos
2018-01-24 10:59:15 +02:00
..
2016-06-21 17:38:35 +01:00
2016-04-15 11:17:27 +02:00
2017-08-08 11:08:37 +02:00
2017-11-08 11:45:52 +01:00
2017-08-08 11:08:37 +02:00
2017-08-08 11:08:37 +02:00
2017-08-08 11:08:37 +02:00