Versions in this module Expand all Collapse all v1 v1.3.2 May 15, 2025 v1.3.1 May 15, 2025 v1.2.3 May 15, 2025 Changes in this version + var ErrGetWithBody = errors.New("HTTP GET should not have body") + func Do(ctx context.Context, method, url string, data any) (*http.Response, error) + func DoRequest(r *http.Request) (*http.Response, error)