fix(client): remove unused Host from client

pull/390/head
Adam Reese 10 years ago committed by jackgr
parent 86fe388283
commit 1e9242778a

@ -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

Loading…
Cancel
Save