fasthttp-reverse-proxy
fasthttp-reverse-proxy copied to clipboard
reverse http / websocket proxy based on fasthttp
hey, is there any way to have the library forward the request to use one of 50,000 proxies? A pool of proxies. Thanks!
1. checking `fasthttp`‘s `HostClient' has a pool or not? 2. restoring proxy-pool or not?
fasthttp里的`MaxIdleConnDuration time.Duration`只定义了空闲连接时间,但是如何在代理中使用这个空闲连接呢。代理如何实现net包里的[queueForIdleConn](https://cs.opensource.google/go/go/+/refs/tags/go1.21.4:src/net/http/transport.go;l=1021)效果