package http
type HttpRes struct {
Headers map[string]string
Body []byte
}
type HttpReq struct {
Url string