Versions in this module Expand all Collapse all v1 v1.0.0 Jul 15, 2024 Changes in this version + type HTTPError struct + Status string + StatusCode int + func (err HTTPError) Error() string + type HttpClient struct + Client *http.Client + UserAgent string + func New(userAgent *string) *HttpClient + func (c *HttpClient) Get(link *url.URL) ([]byte, error)