README ¶ cproxy Http Proxy for crawler, it supports following features: Cache static resouces Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Body type RequestHandler func (self *RequestHandler) Handle(req *http.Request, ctx *goproxy.ProxyCtx) (*http.Request, *http.Response) type RespHandler func (r *RespHandler) Handle(resp *http.Response, ctx *goproxy.ProxyCtx) *http.Response Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Body ¶ type Body struct { // contains filtered or unexported fields } type RequestHandler ¶ type RequestHandler struct { } func (*RequestHandler) Handle ¶ func (self *RequestHandler) Handle(req *http.Request, ctx *goproxy.ProxyCtx) (*http.Request, *http.Response) type RespHandler ¶ type RespHandler struct { } func (*RespHandler) Handle ¶ func (r *RespHandler) Handle(resp *http.Response, ctx *goproxy.ProxyCtx) *http.Response Source Files ¶ View all Source files request_handler.go response_handler.go util.go Directories ¶ Show internal Expand all Path Synopsis ci manager manager a cluster of proxy manager a cluster of proxy proxy Click to show internal directories. Click to hide internal directories.