fix(client): remove unused Host from client

pull/384/head
Adam Reese 9 years ago
parent bbb0fdd238
commit d6b9723b83

@ -44,8 +44,6 @@ var DefaultHTTPProtocol = "http"
type Client struct { type Client struct {
// Timeout on HTTP connections. // Timeout on HTTP connections.
HTTPTimeout time.Duration HTTPTimeout time.Duration
// The remote host
Host string
// The protocol. Currently only http and https are supported. // The protocol. Currently only http and https are supported.
Protocol string Protocol string
// Transport // Transport

Loading…
Cancel
Save