//
pkg.gl
Category
github.com/a11en4sec/crawler
test
proxy
directory
0.4.3
Repository:
https://github.com/a11en4sec/crawler.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
0
#
Packages
httpProxy
只能用于http协议请求代理,访问【https】的网站不能使用该代理 代理拿到req,自己往后端发起请求.
httpTunnelProxy
可以代理http和https请求,中间不拆包 [client]<--->(clientConn)[Proxy](destConn)<----->[server] 数据在客户端和服务端之间来回拷贝.