Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + func GetBytes(u *url.URL) ([]byte, error) + func Join(u *url.URL, path string) *url.URL + func OpenBrowser(url string) (opened bool) + type HTTPError struct + Detail string + Err error + Status string + StatusCode int + URL string + func (e *HTTPError) Error() string + func (e *HTTPError) Is(target error) bool + func (e *HTTPError) Unwrap() error + type Response struct + Body io.ReadCloser + Header map[string][]string + Status string + StatusCode int + URL string + func Get(security SecurityMode, u *url.URL) (*Response, error) + func (r *Response) Err() error + type SecurityMode int + const DefaultSecurity + const Insecure + const SecureOnly