# 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.