Skip to content

Commit

Permalink
Update config/http_config.go
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke authored Jan 21, 2025
1 parent 0bd6bdd commit 637b4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/http_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ type HTTPClientConfig struct {
// marshalled configuration when set to false.
EnableHTTP2 bool `yaml:"enable_http2" json:"enable_http2"`
// HTTPHost optionally overrides the Host header to send.
// If empty, the host from the URL is used.
// It can be overridden by opts.host.
HTTPHost string `yaml:"http_host,omitempty" json:"host,omitempty"`
// Proxy configuration.
ProxyConfig `yaml:",inline"`
Expand Down

0 comments on commit 637b4db

Please sign in to comment.