Versions in this module Expand all Collapse all v0 v0.4.0 Apr 4, 2024 v0.3.0 Feb 28, 2024 Changes in this version + func DoGetCbor(url string, response interface{}) (*http.Response, error) + func DoGetJson(url string, response interface{}) (*http.Response, error) + func DoPost(url string, req interface{}, res interface{}) (*http.Response, error) + func DoPostCBOR(url string, req interface{}, res interface{}) (*http.Response, error)