GoDoxy/internal/net/http/proxy_response.go

8 lines
110 B
Go

package http
import "net/http"
type ProxyResponse struct {
*http.Response
OriginalRequest *http.Request
}