Versions in this module Expand all Collapse all v0 v0.0.2 Jun 3, 2024 v0.0.1 Oct 14, 2020 Changes in this version + func HeaderLink(linkHeader, command string) string + type HTTPResponse struct + Body []byte + Headers http.Header + Status ResponseStatus + func GetURL(URL string, headers map[string]string) (HTTPResponse, error) + func PostURL(URL string, headers map[string]string, body io.Reader) (HTTPResponse, error) + func Request(URL string, verb string, headers map[string]string, body io.Reader) (HTTPResponse, error) + type ResponseStatus struct + Code int + Text string