🚧 support proxy url

This commit is contained in:
微凉
2021-12-08 10:33:26 +08:00
parent b8698700ef
commit 190c8001a5
11 changed files with 45 additions and 13 deletions

View File

@ -9,8 +9,9 @@ import (
)
type DriverConfig struct {
Name string
OnlyProxy bool
Name string
OnlyProxy bool
NeedHeader bool
}
type Driver interface {