优化
This commit is contained in:
7
api/network/model/resp/network_resp.go
Normal file
7
api/network/model/resp/network_resp.go
Normal file
@ -0,0 +1,7 @@
|
||||
package resp
|
||||
|
||||
// HeadersResp 网络请求头响应
|
||||
type HeadersResp struct {
|
||||
IP string `json:"ip"`
|
||||
Headers map[string]string `json:"headers"`
|
||||
}
|
Reference in New Issue
Block a user