mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 14:09:44 +02:00
fix modifyResponse middleware incorrect variable substitution
This commit is contained in:
8
internal/net/http/proxy_response.go
Normal file
8
internal/net/http/proxy_response.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package http
|
||||
|
||||
import "net/http"
|
||||
|
||||
type ProxyResponse struct {
|
||||
*http.Response
|
||||
OriginalRequest *http.Request
|
||||
}
|
||||
Reference in New Issue
Block a user