mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 07:43:17 +00:00
Migrate some selection policy tests over to v2
This commit is contained in:
parent
50e62d06bc
commit
b4f4fcd437
4 changed files with 246 additions and 334 deletions
|
@ -55,7 +55,7 @@ type Transport struct {
|
|||
// PATH_INFO for the CGI script to use.
|
||||
SplitPath string `json:"split_path,omitempty"`
|
||||
|
||||
// Environment Variables
|
||||
// Environment variables (TODO: make a map of string to value...?)
|
||||
EnvVars [][2]string `json:"env,omitempty"`
|
||||
|
||||
// The duration used to set a deadline when connecting to an upstream.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue