directory
0.4.3
Repository: https://github.com/a11en4sec/crawler.git
Documentation: pkg.go.dev

# Packages

只能用于http协议请求代理,访问【https】的网站不能使用该代理 代理拿到req,自己往后端发起请求.
可以代理http和https请求,中间不拆包 [client]<--->(clientConn)[Proxy](destConn)<----->[server] 数据在客户端和服务端之间来回拷贝.