Versions in this module Expand all Collapse all v1 v1.0.4 Aug 10, 2022 Changes in this version + type HttpClient struct + Headers map[string]string + Method string + Param interface{} + URL string + func New(url string) *HttpClient + func (this *HttpClient) Get(result interface{}) error + func (this *HttpClient) Post(data interface{}, result interface{}) error + func (this *HttpClient) SetHeaders(headers map[string]string) *HttpClient + func (this *HttpClient) SetMethod(method string) *HttpClient