package models type UtilRequestInfo struct { Url string Header string Body string Timeout int }