type Command struct { Address string Client *http.Client }
Command is a wrapper for making http requests to Pilot or Envoy via a CLI command.
func (c *Command) Do(method, path, body string) error
Do executes an http request using the specified arguments