mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-17 23:03:49 +01:00
9 lines
110 B
Go
9 lines
110 B
Go
package http
|
|
|
|
import "net/http"
|
|
|
|
type ProxyResponse struct {
|
|
*http.Response
|
|
OriginalRequest *http.Request
|
|
}
|