config header -> headers

This commit is contained in:
Adlyq 2023-04-06 21:29:25 +08:00
parent 312d66f9ac
commit a4b9eaa78f

View File

@ -30,5 +30,5 @@ type HTTPOutboundOptions struct {
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty"`
TLS *OutboundTLSOptions `json:"tls,omitempty"`
Header map[string]string `json:"header,omitempty"`
Header map[string]string `json:"headers,omitempty"`
}