mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
Fix: API forwarding header setting failure issue
This commit is contained in:
@@ -144,9 +144,10 @@ type Proxy struct {
|
||||
}
|
||||
|
||||
type Header struct {
|
||||
Key string `json:"key"`
|
||||
Value string `json:"value"`
|
||||
Opt string `json:"opt"`
|
||||
Key string `json:"key"`
|
||||
Value string `json:"value"`
|
||||
Opt string `json:"opt"`
|
||||
OptType string `json:"opt_type"`
|
||||
}
|
||||
|
||||
type Router struct {
|
||||
|
||||
Reference in New Issue
Block a user