Small expansion to the work done in https://github.com/caddyserver/caddy/pull/2963 which simply calls `os.ExpandEnv` so env vars like `{$URL}` where `$URL=$SCHEME://$HOST:$PORT` (contrived) get the expanded $SCHEME, $HOST, and $PORT variables included |
||
|---|---|---|
| .. | ||
| testdata | ||
| adapter.go | ||
| dispenser.go | ||
| dispenser_test.go | ||
| lexer.go | ||
| lexer_test.go | ||
| parse.go | ||
| parse_fuzz.go | ||
| parse_test.go | ||