Updating dependency github.com/elazarl/goproxy to version 947c36d

This commit is contained in:
Davanum Srinivas
2020-01-13 12:33:25 -05:00
parent fbfbd10c28
commit a6d72ab713
33 changed files with 144 additions and 72 deletions

View File

@@ -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