diff options
-rw-r--r-- | plugins/http/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/http/config.go b/plugins/http/config.go index ae18e4ce..d6efe310 100644 --- a/plugins/http/config.go +++ b/plugins/http/config.go @@ -61,6 +61,7 @@ type Config struct { // Env is environment variables passed to the http pool Env map[string]string + // List of the middleware names (order will be preserved) Middleware []string // slice of net.IPNet |