[资源介绍]
GitHub - presbrey/go-multiproxy: Go HTTP client w/ HTTPS and SOCKS5 Proxy Load-balancing, Failover, Retries, Authentication, and RoundTripper
Go HTTP client w/ HTTPS and SOCKS5 Proxy Load-balancing, Failover, Retries, Authentication, and RoundTripper - presbrey/go-multiproxy
- go-multiproxy - 一个用于通过代理池发送 HTTP 请求的库,提供容错、负载均衡、自动重试、Cookie 管理等功能,可通过替换 http.Get/Post 或直接使用 http.Client RoundTripper 来实现。