Fix parsing query in http path

This commit is contained in:
世界
2023-04-12 15:14:55 +08:00
parent 84bd997742
commit 62bcf22c26
9 changed files with 43 additions and 17 deletions

View File

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