Versions in this module Expand all Collapse all v0 v0.0.1 May 29, 2020 Changes in this version + type Response struct + func Get(url string) *Response + func Head(url string) *Response + func Post(url, contentType string, body io.Reader) *Response + func PostForm(url string, data url.Values) *Response + func PostJson(url string, data map[string]interface{}) *Response + func (r *Response) Err() error + func (r *Response) JsonUnmarshal(v interface{}) error + func (r *Response) Response() *http.Response + func (r *Response) Result() ([]byte, error) + func (r *Response) String() string + func (r *Response) Val() []byte + func (r *Response) XmlUnmarshal(v interface{}) error