package
3.6.0-alpha.0
Repository: https://github.com/etcd-io/etcd.git
Documentation: pkg.go.dev

# Functions

NewHandler creates a new HTTP handler, listening on the given transport, which will proxy requests to an etcd cluster.
NewReadonlyHandler wraps the given HTTP handler to allow only GET requests.

# Constants

DefaultMaxIdleConnsPerHost indicates the default maximum idle connection count maintained between proxy and each member.

# Type aliases

GetProxyURLs is a function which should return the current set of URLs to which client requests should be proxied.