Open safeallahee opened 6 years ago
It's very simple, just call UseProxy()
method.
crawler := &antch.Crawler{}
proxyURL, _:= url.Parse("https://127.0.0.1:8080")
crawler.UseProxy(proxyURL)
proxy middle supported http, https, socks5
.
https://godoc.org/github.com/antchfx/antch#Crawler.UseProxy
thank you
hi can you add example for proxy usage with antch!?