mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 20:52:33 +02:00
8 lines
110 B
Go
8 lines
110 B
Go
package http
|
|
|
|
import "net/http"
|
|
|
|
type ProxyResponse struct {
|
|
*http.Response
|
|
OriginalRequest *http.Request
|
|
}
|