This commit is contained in:
Bel LaPointe
2026-09-09 14:44:55 -07:00
parent 052b00caae
commit 74b6bef9df
2 changed files with 23 additions and 1 deletions
+6
View File
@@ -28,6 +28,12 @@ type (
To string
Redir bool
BasicAuth string `yaml:"basicAuth"`
If []IfThen
}
IfThen struct {
Headers map[string]string
Then Endpoint
}
)