fix(client): remove unused Protocol from client

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

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