# Functions
Dial connects to an RPC server at the specified network address.
DialHTTP connects to an HTTP RPC server at the specified network address listening on the default HTTP RPC path.
DialHTTPPath connects to an HTTP RPC server at the specified network address and path.
No description provided by the author
No description provided by the author
No description provided by the author
NewClient returns a new Client to handle requests to the set of services at the other end of the connection.
# Type aliases
ServerError represents an error that has been returned from the remote side of the RPC connection.