Versions in this module Expand all Collapse all v0 v0.0.1 Nov 26, 2022 Changes in this version + type Field struct + IsFile bool + Value string + type HTTPOpt struct + Body io.Reader + Cookies []*http.Cookie + Engine http.Handler + Handler http.HandlerFunc + Header map[string]string + JSON map[string]interface{} + Method string + MultiForm map[string]Field + Query map[string][]string + Url string + type HTTPRes struct + Body string + Code int + Cookies []*http.Cookie + Header map[string][]string + func HTTPTest(opt *HTTPOpt) (HTTPRes, error) + func (r *HTTPRes) GJson(key string) gjson.Result