good morning!!!!

Skip to content
Snippets Groups Projects
Commit 952482d5 authored by Steven Roose's avatar Steven Roose Committed by Péter Szilágyi
Browse files

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
parent 5c83a4e5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment