We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fa530 commit 43f0db5Copy full SHA for 43f0db5
config/http_config.go
@@ -323,7 +323,7 @@ type HTTPClientConfig struct {
323
ProxyConfig `yaml:",inline"`
324
// HTTPHeaders specify headers to inject in the requests. Those headers
325
// could be marshalled back to the users.
326
- HTTPHeaders *Headers `yaml:"http_headers" json:"http_headers"`
+ HTTPHeaders *Headers `yaml:"http_headers,omitempty" json:"http_headers,omitempty"`
327
}
328
329
// SetDirectory joins any relative file paths with dir.
0 commit comments