Versions in this module Expand all Collapse all v1 v1.1.8 Aug 10, 2023 v1.1.7 Jun 25, 2023 Changes in this version + var DProxy = &Proxy + type Proxy struct + func (obj *Proxy) CreateFileServer(localPath string, relativePath string, port string, OnlyListenLocalAddr bool) + func (obj *Proxy) CreateFileServerByGin(localPath string, relativePath string, port string, OnlyListenLocalAddr bool) + func (obj *Proxy) CreateHttpProxyClient(proxy string, timeout int) (*http.Client, error) + func (obj *Proxy) TestMulHttpProxy(proxys []string, timeout int, maxG int, printLog bool) (success []string, fail []string) + func (obj *Proxy) TestOneHttpProxy(proxy string, timeout int) (string, error)