fix(client): remove unused Protocol from client

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

@ -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 protocol. Currently only http and https are supported.
Protocol string
// Transport // Transport
Transport http.RoundTripper Transport http.RoundTripper
// Debug enables http logging // Debug enables http logging

Loading…
Cancel
Save