删除proxy_rewrite配置结构体内的scheme

This commit is contained in:
chenjiekun
2022-07-29 11:12:35 +08:00
parent 0846925157
commit 4d16d83409
2 changed files with 0 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ var _ http_service.IFilter = (*ProxyRewrite)(nil)
type ProxyRewrite struct {
*Driver
id string
scheme string
uri string
regexURI []string
regexMatch *regexp.Regexp