Commit d6b9723b authored by Adam Reese's avatar Adam Reese

fix(client): remove unused Host from client

parent bbb0fdd2
......@@ -44,8 +44,6 @@ var DefaultHTTPProtocol = "http"
type Client struct {
// Timeout on HTTP connections.
HTTPTimeout time.Duration
// The remote host
Host string
// The protocol. Currently only http and https are supported.
Protocol string
// Transport
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment