Versions in this module Expand all Collapse all v0 v0.0.6 Apr 28, 2021 Changes in this version + func GetRandomUserAgent() string + type HttpResponse struct + Body []byte + Header http.Header + StatusCode int + func Delete(url string, header map[string]string) (HttpResponse, error) + func Get(url string, header map[string]string) (HttpResponse, error) + func Head(url string, header map[string]string) (HttpResponse, error) + func Post(url string, header map[string]string, body string) (HttpResponse, error) + func Put(url string, header map[string]string, body string) (HttpResponse, error) + func SendRequest(method string, url string, header map[string]string, body string) (HttpResponse, error)