We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa71e6a commit 4199f18Copy full SHA for 4199f18
config/http_config.go
@@ -309,9 +309,6 @@ type HTTPClientConfig struct {
309
// The omitempty flag is not set, because it would be hidden from the
310
// marshalled configuration when set to false.
311
EnableHTTP2 bool `yaml:"enable_http2" json:"enable_http2"`
312
- // Host optionally overrides the Host header to send.
313
- // If empty, the host from the URL will be used.
314
- Host string `yaml:"host,omitempty" json:"host,omitempty"`
315
// Proxy configuration.
316
ProxyConfig `yaml:",inline"`
317
}
0 commit comments