Updating dependency github.com/elazarl/goproxy to version 947c36d
This commit is contained in:
2
vendor/github.com/elazarl/goproxy/ctx.go
generated
vendored
2
vendor/github.com/elazarl/goproxy/ctx.go
generated
vendored
@@ -13,7 +13,7 @@ type ProxyCtx struct {
|
||||
// Will contain the remote server's response (if available. nil if the request wasn't send yet)
|
||||
Resp *http.Response
|
||||
RoundTripper RoundTripper
|
||||
// will contain the recent error that occured while trying to send receive or parse traffic
|
||||
// will contain the recent error that occurred while trying to send receive or parse traffic
|
||||
Error error
|
||||
// A handle for the user to keep data in the context, from the call of ReqHandler to the
|
||||
// call of RespHandler
|
||||
|
||||
Reference in New Issue
Block a user