Versions in this module Expand all Collapse all v1 v1.0.1 Oct 21, 2020 Changes in this version + func PostFile(url, form_name, file_name, path string) (res *http.Response, err error) + type Client struct + func NewClient() *Client + func NewProxyClient(proxyURL *url.URL) *Client + func (cli *Client) IsExists(Url string) bool + func (cli *Client) PostFile(Url string, formName string, f *os.File) (*http.Response, error) + func (cli *Client) PostJSON(Url string, data interface{}) (*http.Response, error) + type CookieMap map[string]*http.Cookie + func (c CookieMap) GetValue(key string) string + type Jar struct + func (jar *Jar) Cookies(u *url.URL) []*http.Cookie + func (jar *Jar) SetCookies(u *url.URL, cookies []*http.Cookie)