Versions in this module Expand all Collapse all v1 v1.0.0 Aug 22, 2020 Changes in this version + type Response struct + func Get(target string, router http.Handler, fns ...VarsFn) *Response + func Post(target string, router http.Handler, fns ...VarsFn) *Response + func Request(method, target string, router http.Handler, fns ...VarsFn) *Response + func (r *Response) Body() string + func (r *Response) StatusCode() int + type Vars struct + Body io.Reader + ContentType string + Query map[string]string + type VarsFn func(r *Vars) + func JSONVar(s interface{}) VarsFn + func Query(k, v string) VarsFn