Documentation
¶
Index ¶
- Constants
- type Option
- type Proxy
- func New(input string) (Proxy, error)
- func NewHTTP(url *url.URL, option *Option) Proxy
- func NewSSH(url *url.URL, option *Option) (Proxy, error)
- func NewShadowsocks(url *url.URL, option *Option) (Proxy, error)
- func NewSocks(url *url.URL, option *Option) Proxy
- func NewVLess(url *url.URL, option *Option) (Proxy, error)
- func NewVmess(url *url.URL, option *Option) (Proxy, error)
- func NewWithOption(input string, option *Option) (Proxy, error)
Constants ¶
View Source
const ( SchemeHTTP = "http" SchemeHTTPS = "https" SchemeSocks = "socks" SchemeSocks4 = "socks4" SchemeSocks4a = "socks4a" SchemeSocks5 = "socks5" SchemeSSH = "ssh" SchemeShadowsocks = "shadowsocks" SchemeVMess = "vmess" SchemeVLESS = "vless" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.