edge proxy support + updated readme
This commit is contained in:
parent
8d57b97b0f
commit
6f5e792b01
5 changed files with 222 additions and 86 deletions
9
models/edgeproxy.go
Normal file
9
models/edgeproxy.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package models
|
||||
|
||||
type ProxyResponse struct {
|
||||
URL string `json:"url"`
|
||||
StatusCode int `json:"status_code"`
|
||||
Text string `json:"text"`
|
||||
Headers map[string]string `json:"headers"`
|
||||
Cookies []string `json:"cookies"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue