Versions in this module Expand all Collapse all v0 v0.1.1 Apr 30, 2020 Changes in this version + func GetURLAsBytes(url string, headers map[string]interface{}, ignoresslerrors bool) (*http.Response, []byte, error) + func GetURLAsString(url string, headers map[string]interface{}, ignoresslerrors bool) (*http.Response, string, error) + func PostBinary(url string, readPath string, headers map[string]interface{}, ...) (*http.Response, string, error) + func PostJSON(url string, data map[string]interface{}, headers map[string]interface{}, ...) (*http.Response, string, error) + func PostURL(url string, data string, headers map[string]interface{}, ignoresslerrors bool) (*http.Response, string, error)